Skip to content

Commit 965472e

Browse files
Update paths.py
1 parent c3305f5 commit 965472e

File tree

1 file changed

+2
-2
lines changed
  • vtr_flow/scripts/python_libs/vtr

1 file changed

+2
-2
lines changed

vtr_flow/scripts/python_libs/vtr/paths.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
yosys_script_path = yosys_tcl_path / "synthesis.tcl"
2424

2525
# Synlig paths
26-
synlig_path = root_path/"libs"/"EXTERNAL"/"synlig"
27-
synlig_exe_path = synlig_path/"build"/"release"/"synlig"/"synlig"
26+
synlig_path = root_path/"build"/"synlig_install_exe"
27+
synlig_exe_path = synlig_path / "usr"/"local"/"bin"/"synlig"
2828

2929

3030
# PARMYS paths

0 commit comments

Comments
 (0)