Skip to content

Commit 69aa41b

Browse files
committed
dependencies: missed a spot when adding PYTHON_EXE dependency injection
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7994405 commit 69aa41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)