hdl.rec: separate record and signal name with __, not _.
authoranuejn <jarohabiger@googlemail.com>
Mon, 25 Mar 2019 14:26:00 +0000 (15:26 +0100)
committerwhitequark <cz@m-labs.hk>
Mon, 25 Mar 2019 14:26:00 +0000 (14:26 +0000)
commit427c2d4bbade10090aa0f8ae41848b16ea7deb20
tree9b60ea2e981555b47f4fd6267a586ca9800fa2d7
parent9c563186d440d9ddddb1763c13c41d4749253afa
hdl.rec: separate record and signal name with __, not _.

This makes names of signals within records less ambiguous, in case
they themselves have underscores within them.
nmigen/hdl/rec.py
nmigen/test/test_hdl_rec.py