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 863f989 commit 0126053Copy full SHA for 0126053
flow/scripts/synth_preamble.tcl
@@ -8,7 +8,7 @@ erase_non_stage_variables synth
8
# floorplan step to be re-executed.
9
if {[env_var_exists_and_non_empty SYNTH_NETLIST_FILES]} {
10
if {[llength $::env(SYNTH_NETLIST_FILES)] == 1} {
11
- log_cmd exec cp -p $::env(CACHED_NETLIST) $::env(RESULTS_DIR)/1_1_yosys.v
+ log_cmd exec cp -p $::env(SYNTH_NETLIST_FILES) $::env(RESULTS_DIR)/1_1_yosys.v
12
} else {
13
# The date should be the most recent date of the files, but to
14
# keep things simple we just use the creation date
0 commit comments