write_verilog Exclude physical only cells in final verilog file #1443
-
I would like to use the final verilog file in a gate level simulation and I was wondering if there is a simple way to prevent physical only cells (such as filler cells) to be written out by |
Beta Was this translation helpful? Give feedback.
Answered by
vijayank88
Sep 7, 2023
Replies: 1 comment 2 replies
-
There is no direct option for that today. write_verilog does have a -remove_cells option that could be used to exclude cells. I do think this would make a good enhancement request if you want to file one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gkamendje
The above command will write verilog without filler cells.