mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
Fix path in run-test.sh
This commit is contained in:
parent
27134be135
commit
0b25dbf1c6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
set -e
|
set -e
|
||||||
if [ -f "../../../../../techlibs/common/simcells.v" ]; then
|
if [ -f "../../techlibs/common/simcells.v" ]; then
|
||||||
COMMON_PREFIX=../../../../../techlibs/common
|
COMMON_PREFIX=../../techlibs/common
|
||||||
TECHLIBS_PREFIX=../../../../../techlibs
|
TECHLIBS_PREFIX=../../techlibs
|
||||||
else
|
else
|
||||||
COMMON_PREFIX=/usr/local/share/yosys
|
COMMON_PREFIX=/usr/local/share/yosys
|
||||||
TECHLIBS_PREFIX=/usr/local/share/yosys
|
TECHLIBS_PREFIX=/usr/local/share/yosys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue