projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27134be
)
Fix path in run-test.sh
author
SergeyDegtyar
<sndegtyar@gmail.com>
Fri, 23 Aug 2019 09:40:14 +0000
(12:40 +0300)
committer
SergeyDegtyar
<sndegtyar@gmail.com>
Fri, 23 Aug 2019 09:40:14 +0000
(12:40 +0300)
tests/ice40/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/ice40/run-test.sh
b/tests/ice40/run-test.sh
index 90a8a3c839d2cde45c8e35df10f4ce2ccb3af5a7..ddd6d349f0c2fde666e3e1291ed800a4f953d18a 100755
(executable)
--- 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