Skip to content

Commit 81cba2d

Browse files
authored
Merge pull request #4174 from oharboe/orfs-synth-retime-expand
synth: expand SYNTH_RETIME_MODULES list into separate select args
2 parents 9afe8a4 + 65dbadc commit 81cba2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/scripts/synth.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ exec -- $::env(PYTHON_EXE) $::env(SCRIPTS_DIR)/mem_dump.py \
138138
--max-bits $::env(SYNTH_MEMORY_MAX_BITS) $::env(RESULTS_DIR)/mem.json
139139

140140
if { [env_var_exists_and_non_empty SYNTH_RETIME_MODULES] } {
141-
select $::env(SYNTH_RETIME_MODULES)
141+
select {*}$::env(SYNTH_RETIME_MODULES)
142142
opt -fast -full
143143
memory_map
144144
opt -full

0 commit comments

Comments
 (0)