<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]