Skip to content

Commit 1335012

Browse files
committed
synth: remove extract_fa
1 parent 71f1e09 commit 1335012

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

flow/scripts/synth.tcl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ opt -purge
7272

7373
# Technology mapping of adders
7474
if {[env_var_exists_and_non_empty ADDER_MAP_FILE]} {
75-
# extract the full adders
76-
extract_fa
77-
# map full adders
75+
# default map all but full adders
76+
techmap -dont_map \$fa
77+
# custom map full adders
7878
techmap -map $::env(ADDER_MAP_FILE)
79-
techmap
8079
# Quick optimization
8180
opt -fast -purge
8281
}

0 commit comments

Comments
 (0)