voidcoder has quit [Remote host closed the connection]
lekernel_ has quit [Ping timeout: 248 seconds]
lekernel_ has joined #milkymist
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 245 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Quit: Leaving]
lekernel_ has quit [Ping timeout: 245 seconds]
lekernel_ has joined #milkymist
wolfspraul has joined #milkymist
wolfspra1l has quit [Read error: Connection reset by peer]
lekernel_ has quit [Ping timeout: 245 seconds]
lekernel_ has joined #milkymist
elldekaa has quit [Ping timeout: 260 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 246 seconds]
xiangfu has joined #milkymist
xiangfu has quit [Ping timeout: 255 seconds]
azonenberg has quit [Remote host closed the connection]
azonenberg has joined #milkymist
qi-bot has quit [Ping timeout: 252 seconds]
qi-bot has joined #milkymist
xiangfu has joined #milkymist
proppy has quit [Remote host closed the connection]
proppy_ has joined #milkymist
lekernel_ is now known as lekernel
proppy_ has quit [Remote host closed the connection]
elldekaa has joined #milkymist
kristianpaul has quit [Ping timeout: 260 seconds]
kristianpaul has joined #milkymist
proppy_ has joined #milkymist
wolfspraul has quit [Quit: leaving]
wolfspraul has joined #milkymist
<lekernel>
mwalle: I forwarded your patches to lattice
<lekernel>
(fyi)
<lekernel>
-initial interrupt <= 32'b0;
<lekernel>
+initial interrupt = 32'b0;
<lekernel>
hmm what's the point of this?
<lekernel>
blocking assignment to communicate between different always/initial blocks is generally evil (may create non-determinism based on which particular order the simulator du jour is running the blocks)
Gurty has quit [Ping timeout: 276 seconds]
<lekernel>
shouldn't make a difference here though