<whitequark>
attie: it's possible to add a deprecated property accessor here, i think
_whitelogger has joined #m-labs
proteusguy has quit [Remote host closed the connection]
proteusguy has joined #m-labs
_whitelogger has joined #m-labs
mumptai has joined #m-labs
cr1901 has quit [Quit: Leaving.]
cr1901 has joined #m-labs
<_whitenotifier-3>
[nmigen] Fatsie opened issue #157: Submodule named 'ddr2_0__a' already exists after 698b005 with Atlys - https://git.io/fjMl6
<_whitenotifier-3>
[nmigen] whitequark commented on issue #157: Submodule named 'ddr2_0__a' already exists after 698b005 with Atlys - https://git.io/fjMlM
<_whitenotifier-3>
[nmigen] nakengelhardt commented on issue #157: Submodule named 'ddr2_0__a' already exists after 698b005 with Atlys - https://git.io/fjM8s
<attie>
whitequark: easy fix would be to make all the io buffers anonymous, but it kind of makes the output verilog ugly. Is that a concern at all in this context?
<whitequark>
yes, IO buffers being anonymous is a nightmare for debugging
<whitequark>
not really acceptable
<attie>
ok. well, "{}_{}".format(pin.name, bit) seems to work at first glance, but is there any test suite for platform? I've never used it...
<whitequark>
partially, no integration tests really