whitequark changed the topic of #nmigen to: nMigen hardware description language · code https://github.com/nmigen · logs https://libera.irclog.whitequark.org/nmigen
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 265 seconds]
Degi_ is now known as Degi
emeb has quit [Quit: Leaving.]
smkz has joined #nmigen
smkz has quit [Client Quit]
smkz has joined #nmigen
smkz is now known as zkms
zkms is now known as smkz
emeb_mac has quit [Quit: Leaving.]
bvernoux has joined #nmigen
someone--else has joined #nmigen
someone--else has quit [Quit: Connection closed]
<lsneff> whitequark: with the ligeia rewrite, I got 625 MB vcd to load in about 6.9 seconds. It's no exactly the same as gtkwave loading a vcd, because I'm planning on the views for individual signals getting loaded lazily, but loading a small number of signals won't take long.
<whitequark> really nice
<whitequark> got any UI yet?
<lsneff> not yet, but soon hopefully
<lsneff> The new datastructures I'm using should mean I don't need to do anything fancy on the gpu and can just draw shapes on a canvas
emeb has joined #nmigen
emeb_mac has joined #nmigen
GenTooMan has quit [Ping timeout: 240 seconds]
GenTooMan has joined #nmigen
XgF has quit [Remote host closed the connection]
XgF has joined #nmigen
GenTooMan has quit [Ping timeout: 250 seconds]
GenTooMan has joined #nmigen
GenTooMan has quit [Excess Flood]
GenTooMan has joined #nmigen
GenTooMan has quit [Ping timeout: 255 seconds]
GenTooMan has joined #nmigen
bvernoux has quit [Quit: Leaving]
<alanvgreen> Can Memory() from https://github.com/nmigen/nmigen/blob/master/nmigen/hdl/mem.py be used to synthesize single port block RAM memories? Perhaps by setting read_port.en.eq(~write_port.en)?
<mwk> not with yosys as synthesizer (this is a general yosys limitation atm)
<mwk> working on it, though
<alanvgreen> mwk: thanks! I'll keep an eye on progress. In the meantime we can simulate with dual port memory or, when that isn't feasible, use primitives
emeb has quit [Quit: Leaving.]
lf_ has quit [Ping timeout: 255 seconds]
lf has joined #nmigen