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 7994405 commit 69aa41bCopy full SHA for 69aa41b
flow/scripts/synth.tcl
@@ -52,7 +52,7 @@ if {![env_var_equals SYNTH_HIERARCHICAL 1]} {
52
53
json -o $::env(RESULTS_DIR)/mem.json
54
# 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
+exec -- $::env(PYTHON_EXE) $::env(SCRIPTS_DIR)/mem_dump.py --max-bits $::env(SYNTH_MEMORY_MAX_BITS) $::env(RESULTS_DIR)/mem.json
56
57
if {![env_var_exists_and_non_empty SYNTH_WRAPPED_OPERATORS]} {
58
synth -top $::env(DESIGN_NAME) -run fine: {*}$synth_full_args
0 commit comments