Replies: 1 comment
-
and that'll give you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
yosys -s synth.ys
1. RTL Code
rtl/top.v
rtl/my_module.v
2. Yosys Script
synth.ys
3. Actual Result (
netlist.v
snippet)4. Expected Result
5. What I’ve Tried
splitnets -ports
(to break buses into individual nets)rename -wire -suffix _reg
rename -enumerate -pattern 'q_reg_%'
rename -cell
/rename -module
variantsopt_clean
before/aftersplitnets
splitnets -nets
vs.-ports
6. Questions
_14_
,_15_
, etc.) aftersplitnets -ports
+rename -wire -suffix _reg
?q[0] → q_0_reg
)?Any pointers or example scripts to achieve the desired naming would be greatly appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions