Skip to content

Commit 298d78b

Browse files
authored
Merge pull request #3277 from Pinata-Consulting/python-dependency-injection-missed-a-spot
dependencies: missed a spot when adding PYTHON_EXE dependency injection
2 parents 4b71c0c + 69aa41b commit 298d78b

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
@@ -52,7 +52,7 @@ if { ![env_var_equals SYNTH_HIERARCHICAL 1] } {
5252

5353
json -o $::env(RESULTS_DIR)/mem.json
5454
# Run report and check here so as to fail early if this synthesis run is doomed
55-
exec -- python3 $::env(SCRIPTS_DIR)/mem_dump.py --max-bits $::env(SYNTH_MEMORY_MAX_BITS) $::env(RESULTS_DIR)/mem.json
55+
exec -- $::env(PYTHON_EXE) $::env(SCRIPTS_DIR)/mem_dump.py --max-bits $::env(SYNTH_MEMORY_MAX_BITS) $::env(RESULTS_DIR)/mem.json
5656

5757
if { ![env_var_exists_and_non_empty SYNTH_WRAPPED_OPERATORS] } {
5858
synth -top $::env(DESIGN_NAME) -run fine: {*}$synth_full_args

0 commit comments

Comments
 (0)