Replies: 1 comment 1 reply
-
There was a discussion in #1388 and solved in PRs #1442 and #1452. TL;DR: because Chisel generates both the DUT and testbench, there would be module collisions between synthesized and testbench behavioral versions of the same module without uniquification. We have an issue open in firtool: llvm/circt#5066. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw this python script trying to uniquify the module names. What is the reason behind? I suppose it is not an issue for any EDA flow. And EDA tools can do the job. If there are some reasons, could it be done in firtool?
chipyard/scripts/uniquify-module-names.py
Line 185 in ca9e132
Beta Was this translation helpful? Give feedback.
All reactions