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 9afe8a4 + 65dbadc commit 81cba2dCopy full SHA for 81cba2d
1 file changed
flow/scripts/synth.tcl
@@ -138,7 +138,7 @@ exec -- $::env(PYTHON_EXE) $::env(SCRIPTS_DIR)/mem_dump.py \
138
--max-bits $::env(SYNTH_MEMORY_MAX_BITS) $::env(RESULTS_DIR)/mem.json
139
140
if { [env_var_exists_and_non_empty SYNTH_RETIME_MODULES] } {
141
- select $::env(SYNTH_RETIME_MODULES)
+ select {*}$::env(SYNTH_RETIME_MODULES)
142
opt -fast -full
143
memory_map
144
opt -full
0 commit comments