We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1592c42 commit 821c0aeCopy full SHA for 821c0ae
flow/scripts/synth.tcl
@@ -84,9 +84,7 @@ chformal -remove
84
delete t:\$print
85
86
# rename registers to have the verilog register name in its name
87
-# of the form \regName$_DFF_P_. We should fix yosys to make it the reg name.
88
-# At least this is predictable.
89
-renames -wire
+renames -wire -move-to-cell
90
91
# Optimize the design
92
opt -purge
0 commit comments