diff options
| author | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-23 12:40:14 +0300 |
|---|---|---|
| committer | SergeyDegtyar <sndegtyar@gmail.com> | 2019-08-23 12:40:14 +0300 |
| commit | 0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516 (patch) | |
| tree | 92ae79a4f100d41b55c09c7396c776836b8afd26 /tests | |
| parent | 27134be135c84122197587fa8b2cef8207cfd099 (diff) | |
| download | yosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.tar.gz yosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.tar.bz2 yosys-0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516.zip | |
Fix path in run-test.sh
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/ice40/run-test.sh | 6 |
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 |
