danieljabailey has quit [Quit: ZNC 1.6.5+deb2build2 - http://znc.in]
danieljabailey has joined #yosys
pie_ has quit [Ping timeout: 252 seconds]
kuldeep has quit [Read error: Connection reset by peer]
seldridge has quit [Ping timeout: 252 seconds]
kuldeep has joined #yosys
develonepi3 has quit [Remote host closed the connection]
develonepi3 has joined #yosys
leviathan has joined #yosys
rohitksingh_work has joined #yosys
lutsabound has quit [Quit: Connection closed for inactivity]
AlexDaniel has joined #yosys
ZipCPU has quit [Ping timeout: 264 seconds]
_whitelogger has joined #yosys
flaviusb has quit [Remote host closed the connection]
_whitelogger has joined #yosys
emeb_mac has quit [Quit: Leaving.]
s_frit has quit [Remote host closed the connection]
s_frit has joined #yosys
indy has quit [Read error: Connection reset by peer]
indy has joined #yosys
m4ssi has joined #yosys
rohitksingh_work has quit [Ping timeout: 240 seconds]
dys has quit [Ping timeout: 272 seconds]
GuzTech has joined #yosys
maikmerten has joined #yosys
jhol has quit [Read error: Connection reset by peer]
jhol has joined #yosys
jhol has quit [Read error: Connection reset by peer]
jhol has joined #yosys
flaviusb has joined #yosys
pie_ has joined #yosys
<maikmerten>
hmmm... were there improvements in BRAM-inference in yosys lately? I remember a 512x8 boot-ROM being using up two iCE40 EBRAMs (basically letting half the capacity go to waste), but it now only uses up one EBRAM block. Nice.
<maikmerten>
*being synthesized
ZipCPU has joined #yosys
leviathan has joined #yosys
<maikmerten>
I've got a state machine that only advances if a "busy"-signal is not asserted. I keep the previous state (to return to if busy is asserted) and the next state (to transition to if busy is not asserted) in registers. I basically use a multiplexer to either act on prevstate or nextstate. I can do this via always @(*) or via assign