back.pysim: create unique ResetSynchronizer internal domains.
authorwhitequark <whitequark@whitequark.org>
Fri, 28 Jun 2019 08:34:02 +0000 (08:34 +0000)
committerwhitequark <whitequark@whitequark.org>
Fri, 28 Jun 2019 08:34:43 +0000 (08:34 +0000)
commit9c54d0c061884317d1558de9f9be52d1ec8dea68
treeafebfa7ec333d9951c3c93ade03f4bd970dfaf64
parent300d47ca2ebbabb31d2f191acf80c9b89659c4f0
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