Skip to content

Commit fc7ee03

Browse files
authored
Merge pull request #2911 from jeffng-or/synth-name-change-fix
One last reference to CACHED_NETLIST
2 parents e788e72 + 0126053 commit fc7ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/synth_preamble.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ erase_non_stage_variables synth
88
# floorplan step to be re-executed.
99
if {[env_var_exists_and_non_empty SYNTH_NETLIST_FILES]} {
1010
if {[llength $::env(SYNTH_NETLIST_FILES)] == 1} {
11-
log_cmd exec cp -p $::env(CACHED_NETLIST) $::env(RESULTS_DIR)/1_1_yosys.v
11+
log_cmd exec cp -p $::env(SYNTH_NETLIST_FILES) $::env(RESULTS_DIR)/1_1_yosys.v
1212
} else {
1313
# The date should be the most recent date of the files, but to
1414
# keep things simple we just use the creation date

0 commit comments

Comments
 (0)