back.pysim: create unique ResetSynchronizer internal domains.
authorwhitequark <cz@m-labs.hk>
Fri, 28 Jun 2019 08:34:02 +0000 (08:34 +0000)
committerwhitequark <cz@m-labs.hk>
Fri, 28 Jun 2019 08:34:43 +0000 (08:34 +0000)
commit2dc549d03df9fec011d8a9860dafa7a9f2017dd5
treeafebfa7ec333d9951c3c93ade03f4bd970dfaf64
parent6b5044c9d02428afea38b116678b7df8d611b09e
back.pysim: create unique ResetSynchronizer internal domains.

Commit 300d47ca introduced the same bug commit 779f3ee9 was trying to
avoid, but now only in the simulator. Since the names in simulator
don't have to make any sense, just use DUID to generate them.
nmigen/back/pysim.py