lekernel changed the topic of #milkymist to: Milkymist One, Migen, Milkymist SoC & Flickernoise :: Logs: http://en.qi-hardware.com/mmlogs :: Something to do? https://github.com/milkymist/bugs/issues
Jia has joined #milkymist
xiangfu has joined #milkymist
rejon has joined #milkymist
cladamw has joined #milkymist
Gurty` has joined #milkymist
xiangfu has joined #milkymist
<GitHub175> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/2fb456ae7bf6be5497f005de46c462f23ce093df
<GitHub175> [board-m1/master] linked to rca.lib - Adam Wang
xiangfu has joined #milkymist
xiangfu has joined #milkymist
isa_ has joined #milkymist
xian9fu has joined #milkymist
<GitHub130> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/9dcb160226933c10e1f39fae7a91dfbad0ae8346
<GitHub130> [board-m1/master] Ethernet.sch done - Adam Wang
xiangfu has joined #milkymist
xiangfu has joined #milkymist
cladamw has joined #milkymist
elldekaa has joined #milkymist
rejon has joined #milkymist
xiangfu has joined #milkymist
<GitHub5> [board-m1] adamwang pushed 2 new commits to master: https://github.com/milkymist/board-m1/compare/c2eb540...3a0aebf
<GitHub5> [board-m1/master] chips added in - Adam Wang
<GitHub5> [board-m1/master] Merge branch 'master' of github.com:milkymist/board-m1 - Adam Wang
isa_ has joined #milkymist
Martoni has joined #milkymist
voidcoder has joined #milkymist
<GitHub190> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/d41937049215e3d60e31b8c3a4542e55407ee4ed
<GitHub190> [board-m1/master] rough done on Power.sch - Adam Wang
<GitHub164> [board-m1] adamwang pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/a4c40c52d5b532dadb4632462628e5d9328c0f43
<GitHub164> [board-m1/master] from +3.3V to 3V3 - Adam Wang
voidcoder has joined #milkymist
lekernel__ has joined #milkymist
rejon has joined #milkymist
cladamw has joined #milkymist
voidcoder has joined #milkymist
xiangfu has joined #milkymist
voidcoder has joined #milkymist
<GitHub142> [board-m1] xiangfu pushed 1 new commit to master: https://github.com/milkymist/board-m1/commit/496d876fde2468df2a40a8b5984e4f5f9ca69093
<GitHub142> [board-m1/master] MISC: add J5/J6/J19 and memcard connector, change the comment from local label to real comment - Xiangfu
azonenberg has joined #milkymist
stekern has joined #milkymist
elldekaa has joined #milkymist
jimmythehorn has joined #milkymist
<lekernel__> jimmythehorn, hi :) learned about Milkymist at Notacon I guess?
<jimmythehorn> yep :)
<jimmythehorn> knew of it before, but never really had a chance to look into it
<jimmythehorn> and I rather enjoyed Sebastien's talk
aeris has joined #milkymist
<lekernel__> thank you ;)
<jimmythehorn> aha.... connecting irc handle to real world name, now, I think ;)
<lekernel__> azonenberg, http://www.youtube.com/watch?v=LG1kVIIy2Ok Particle Accelerator on a Chip
voidcoder has joined #milkymist
aeris has joined #milkymist
kilae has joined #milkymist
jimmythehorn has joined #milkymist
mumptai has joined #milkymist
voidcoder has joined #milkymist
qi-bot has joined #milkymist
elldekaa has joined #milkymist
antgreen has joined #milkymist
lekernel__ has joined #milkymist
<lekernel__> wolfspraul, still have patience blocking mediawiki spam accounts? wow...
<mwalle> lekernel__: do you have an idea/trick how to pass needed information in a state machine apart from the state itself? eg simplify the RETIx states (see here http://paste.debian.net/163584/) and combine them with the normal RET/STALL states?
<lekernel__> sure, use a register
<mwalle> then clear in stall state?
<mwalle> that is, the last state i need that information
<lekernel__> you can write the register before entering RETI/RET/STALL
<lekernel__> and read it in any RETIx/RETx/STALLx state to alter the general behaviour
<lekernel__> (to write, you'll need something like a write enable and a data signal, since you are in a comb process. but I guess you know that already)
<mwalle> yeah thanks
<mwalle> btw i had a look at the blocking assignment inside navre
<mwalle> eg the writeback signal
<mwalle> do i get it right that converting that to NBAs you have to split it into comb and seq processes?
<lekernel__> no, you can get away with a seq process
<mwalle> so?
<mwalle> mind a little example? :)
<lekernel__> mom
<lekernel__> yes
voidcoder has joined #milkymist
<mwalle> huh? mix blocking and non blocking assigments?
<wpwrak> what is the unary | called ? haven't noticed that yet
<mwalle> wpwrak: combining operator iirc
<lekernel__> that's what vhdl does when you have variables :) and afaik tools don't whine as long as those assignments target different signals
<lekernel__> reduction operator, it ORs all bits from the vectored signal
<mwalle> ah reduction :)
<lekernel__> you have a unary & too
<wpwrak> oh, handy. thanks !
<lekernel__> mwalle, note that in this example, you don't need the blocking assignment on v_bar - you can use bar directly, with a NBA
<mwalle> lekernel__: yeah sure, what i've missed was to mix both assignments in one block but not on the same signal :)
<mwalle> gn8
wolfspraul has joined #milkymist
voidcoder has joined #milkymist
voidcoder has joined #milkymist
lekernel__ has joined #milkymist
Zorro has joined #milkymist
qi-bot has joined #milkymist
Jia has joined #milkymist