<harryho>
whitequark: Hi, I just discovered that if I declare some signals in an `Elaboratable` using a tuple (e.g. `self.s1, self.s2 = (Signal() for _ in range(2))`), when these signals are being traced by pysim their names won't show up properly -- they'll be "named" `$signal`, `$signal$2` instead. Is that intentional?
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
<ZirconiumX>
harryho: I asked about that; it's a limitation in Python
<harryho>
ZirconiumX: I see!
<ZirconiumX>
Unfortunately I can't remember when I asked her so I can't find it in the logger
m4ssi has joined #m-labs
rohitksingh has quit [Ping timeout: 245 seconds]
rohitksingh has joined #m-labs
Dar1us has quit [Read error: Connection reset by peer]
harryho has quit [Remote host closed the connection]
rohitksingh has quit [Ping timeout: 245 seconds]
mumptai has joined #m-labs
<_whitenotifier>
[nmigen] RobertBaruch opened issue #254: Find solution to translate values to strings for Symbiyosys vcd files - https://git.io/Je8Be
m4ssi has quit [Remote host closed the connection]
<_whitenotifier>
[nmigen] whitequark commented on issue #254: Find solution to translate values to strings for Symbiyosys vcd files - https://git.io/Je8Rb
Stormwind_mobile has quit [Ping timeout: 240 seconds]
<_whitenotifier>
[m-labs/nmigen] whitequark pushed 1 commit to master [+0/-0/±1] https://git.io/Je80w
Stormwind_mobile has quit [Ping timeout: 240 seconds]
Stormwind_mobile has joined #m-labs
mumptai has quit [Quit: Verlassend]
<cr1901_modern>
emily: Are the brackets you introduced to the Windows batch files a powershell thing that got backported, or are they actually part of Win 7+ batch (just curious)?
<emily>
pretty sure they're just arbitrary strings and it could be x%FOO%y instead
<emily>
it was whitequark who suggested the syntax though