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 c3305f5 commit 965472eCopy full SHA for 965472e
vtr_flow/scripts/python_libs/vtr/paths.py
@@ -23,8 +23,8 @@
23
yosys_script_path = yosys_tcl_path / "synthesis.tcl"
24
25
# Synlig paths
26
-synlig_path = root_path/"libs"/"EXTERNAL"/"synlig"
27
-synlig_exe_path = synlig_path/"build"/"release"/"synlig"/"synlig"
+synlig_path = root_path/"build"/"synlig_install_exe"
+synlig_exe_path = synlig_path / "usr"/"local"/"bin"/"synlig"
28
29
30
# PARMYS paths
0 commit comments