whitequark[m] changed the topic of #nmigen to: nMigen hardware description language · code https://github.com/nmigen · logs https://freenode.irclog.whitequark.org/nmigen
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
<_whitenotifier-5> [YoWASP/nextpnr] whitequark pushed 1 commit to develop [+0/-0/±1] https://git.io/JYPJh
<_whitenotifier-5> [YoWASP/nextpnr] whitequark 84223f7 - Update dependencies.
Degi_ has joined #nmigen
Degi has quit [Ping timeout: 265 seconds]
Degi_ is now known as Degi
cr1901_modern has quit [Quit: Leaving.]
cr1901_modern has joined #nmigen
aquijoule_ has joined #nmigen
richbridger has quit [Ping timeout: 252 seconds]
<sensille> is there a documentation for the parameters to verilog.convert?
<sensille> and how do i add a record to the ports list?
revolve has quit [Ping timeout: 240 seconds]
revolve has joined #nmigen
<sensille> ok, by guessing through the source i got: mybus.as_value().parts. is that the official way?
jeanthom has joined #nmigen
Bertl is now known as Bertl_zZ
emeb_mac has quit [Quit: Leaving.]
pftbest has quit [Remote host closed the connection]
bvernoux has joined #nmigen
pftbest has joined #nmigen
chipmuenk has joined #nmigen
<d1b2> <4o> that should be the full list of args for verilog.convert
<sensille> thanks
proteusguy has quit [Ping timeout: 240 seconds]
proteusguy has joined #nmigen
chipmuenk has quit [Quit: chipmuenk]
revolve has quit [Ping timeout: 240 seconds]
revolve has joined #nmigen
<sensille> what is the best way to force a signal into the vcd under a meaningful name? the signal in question is an array of Signal(32)
<agg> Signal(32, name=f"sig{x}")
<sensille> nice. so i should make it a habit to name all state variables
<agg> They all get named by their python variable name automatically if you don't set a name
<sensille> unless it's an array?
<agg> So like "ctr = Signal(4)" will be called ctr, but "a = [Signal() for _ in range(4)]" doesn't have a name for each signal so they don't get named
<agg> So only need to set the name if it can't work it out automatically or for instance you want to put extra info in the name
<agg> eg if I'm looping over something I might want the actual key in the signal name instead of them all being the same but with $1, $2, etc after them
<sensille> makes sense
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
pftbest has quit [Remote host closed the connection]
emeb has joined #nmigen
pftbest has joined #nmigen
Bertl_zZ is now known as Bertl
pftbest has quit [Remote host closed the connection]
pftbest has joined #nmigen
bvernoux1 has joined #nmigen
bvernoux has quit [Ping timeout: 268 seconds]
bvernoux1 has quit [Client Quit]
bvernoux has joined #nmigen
cr1901_modern has quit [Quit: Leaving.]
cr1901_modern has joined #nmigen
vnksnkr has joined #nmigen
jeanthom has quit [Remote host closed the connection]
jeanthom has joined #nmigen
jeanthom has quit [Ping timeout: 246 seconds]
emeb_mac has joined #nmigen
jeanthom has joined #nmigen
futarisIRCcloud has joined #nmigen
Bertl is now known as Bertl_oO
jeanthom has quit [Ping timeout: 260 seconds]
bvernoux has quit [Quit: Leaving]
revolve has quit [Read error: Connection reset by peer]
revolve has joined #nmigen
vnksnkr has quit [Quit: vnksnkr]
jeanthom has joined #nmigen
jeanthom has quit [Ping timeout: 268 seconds]
lf has quit [Ping timeout: 250 seconds]
lf has joined #nmigen