Skip to content

Commit cabc382

Browse files
Update paths.py
update synlig path
1 parent 0227c24 commit cabc382

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

vtr_flow/scripts/python_libs/vtr/paths.py

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

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

2930
# PARMYS paths
3031
parmys_path = root_path / "parmys"

0 commit comments

Comments
 (0)