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.
2 parents 0b03d57 + 84269c8 commit bd7f280Copy full SHA for bd7f280
flow/scripts/synth.tcl
@@ -47,7 +47,7 @@ renames -wire
47
opt -purge
48
49
# Technology mapping of adders
50
-if {[env_var_exists_and_non_empty ADDER_MAP_FILE] && [file isfile $::env(ADDER_MAP_FILE)]} {
+if {[env_var_exists_and_non_empty ADDER_MAP_FILE]} {
51
# extract the full adders
52
extract_fa
53
# map full adders
0 commit comments