aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-08-23 12:40:14 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-08-23 12:40:14 +0300
commit0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516 (patch)
tree92ae79a4f100d41b55c09c7396c776836b8afd26 /tests
parent27134be135c84122197587fa8b2cef8207cfd099 (diff)
downloadyosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.tar.gz
yosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.tar.bz2
yosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.zip
Fix path in run-test.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ice40/run-test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh
index 90a8a3c83..ddd6d349f 100755
--- a/tests/ice40/run-test.sh
+++ b/tests/ice40/run-test.sh
@@ -1,7 +1,7 @@
set -e
-if [ -f "../../../../../techlibs/common/simcells.v" ]; then
- COMMON_PREFIX=../../../../../techlibs/common
- TECHLIBS_PREFIX=../../../../../techlibs
+if [ -f "../../techlibs/common/simcells.v" ]; then
+ COMMON_PREFIX=../../techlibs/common
+ TECHLIBS_PREFIX=../../techlibs
else
COMMON_PREFIX=/usr/local/share/yosys
TECHLIBS_PREFIX=/usr/local/share/yosys