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 0227c24 commit cabc382Copy full SHA for cabc382
vtr_flow/scripts/python_libs/vtr/paths.py
@@ -23,8 +23,9 @@
23
yosys_script_path = yosys_tcl_path / "synthesis.tcl"
24
25
# Synlig paths
26
-synlig_path = root_path/"build"/"bin"/"synlig_install"
27
-synlig_exe_path = synlig_path / "usr"/"local"/"bin"/"synlig"
+synlig_path = root_path/"libs"/"EXTERNAL"/"synlig"
+synlig_exe_path = synlig_path/"build"/"release"/"synlig"/"synlig"
28
+
29
30
# PARMYS paths
31
parmys_path = root_path / "parmys"
0 commit comments