Skip to content

Commit bd7f280

Browse files
authored
Merge pull request #2793 from Pinata-Consulting/synth-error-on-no-adder-map-file
synth: replace silent error with some sort of error
2 parents 0b03d57 + 84269c8 commit bd7f280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/synth.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ renames -wire
4747
opt -purge
4848

4949
# Technology mapping of adders
50-
if {[env_var_exists_and_non_empty ADDER_MAP_FILE] && [file isfile $::env(ADDER_MAP_FILE)]} {
50+
if {[env_var_exists_and_non_empty ADDER_MAP_FILE]} {
5151
# extract the full adders
5252
extract_fa
5353
# map full adders

0 commit comments

Comments
 (0)