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 a5cffa3 commit 36dfd44Copy full SHA for 36dfd44
flow/scripts/synth.tcl
@@ -120,7 +120,11 @@ renames -wire
120
opt -purge
121
122
# Technology mapping of adders
123
-if { [env_var_exists_and_non_empty ADDER_MAP_FILE] } {
+if {
124
+ [env_var_exists_and_non_empty ADDER_MAP_FILE] &&
125
+ ![env_var_exists_and_non_empty SYNTH_WRAPPED_OPERATORS] &&
126
+ ![env_var_exists_and_non_empty SWAP_ARITH_OPERATORS]
127
+} {
128
# extract the full adders
129
extract_fa
130
# map full adders
0 commit comments