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 71f1e09 commit 1335012Copy full SHA for 1335012
flow/scripts/synth.tcl
@@ -72,11 +72,10 @@ opt -purge
72
73
# Technology mapping of adders
74
if {[env_var_exists_and_non_empty ADDER_MAP_FILE]} {
75
- # extract the full adders
76
- extract_fa
77
- # map full adders
+ # default map all but full adders
+ techmap -dont_map \$fa
+ # custom map full adders
78
techmap -map $::env(ADDER_MAP_FILE)
79
- techmap
80
# Quick optimization
81
opt -fast -purge
82
}
0 commit comments