write_verilog emits invalid Verilog (empty/garbled wire names) after -hier flow, is this because it is not fully developed or a bug ? #11242
Unanswered
sathwikrao0408
asked this question in
Q&A
Replies: 1 comment
|
It is a bug. Can you open an issue with a self-contained test case? |
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.
When extracting a Verilog netlist via write_verilog from a design loaded with read_db -hier (hierarchical flow), the output file contains invalid Verilog syntax for some wire declarations. i have read in a genus netlist which does not have any of this.
e.g.:
the special character based wire definitions are further being used inside the module -
I would prefer using -heir for my designs, how can i fix this ?
All reactions