Skip to content

Commit 36dfd44

Browse files
committed
remove extract_fa for module swap
Signed-off-by: Cho Moon <[email protected]>
1 parent a5cffa3 commit 36dfd44

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flow/scripts/synth.tcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,11 @@ renames -wire
120120
opt -purge
121121

122122
# Technology mapping of adders
123-
if { [env_var_exists_and_non_empty ADDER_MAP_FILE] } {
123+
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+
} {
124128
# extract the full adders
125129
extract_fa
126130
# map full adders

0 commit comments

Comments
 (0)