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 8f6aba6 commit 0572d0dCopy full SHA for 0572d0d
synthesis/synth.tcl
@@ -73,7 +73,7 @@ yosys delete {*/t:$print}
73
# pass.
74
yosys opt_clean -purge
75
76
-yosys synth -top $top
+yosys synth -top $top -noshare
77
78
# Remove internal only aliases for public nets and then give created instances
79
# useful names. At this stage it is all the other synthesizable constructs.
@@ -95,6 +95,7 @@ if {[info exists ::env(ADDER_MAPPING)] && [file isfile $::env(ADDER_MAPPING)]} {
95
# mapping to liberty
96
set liberty $::env(LIBERTY)
97
dfflibmap -liberty $liberty
98
+yosys rename -wire
99
100
opt
101
0 commit comments