Yosys $paramod naming issue #5052
-
I'm working with a netlist in Yosys and without using flatten, I'm seeing modules and cells being renamed with $paramod prefixes due to parameterized instances. This makes post-processing harder.Is there a way to avoid or control these $paramod names |
Beta Was this translation helpful? Give feedback.
Answered by
KrystalDelusion
Apr 26, 2025
Replies: 1 comment
-
There is a PR (#4745) to avoid using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qwera-web
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a PR (#4745) to avoid using
$paramod
names. Though the PR is specific to CXXRTL, it uses thehdlname
attribute which is not.