projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e092c4a
)
run-test.sh Move $x at end of line.
author
Sergey
<37293587+SergeyDegtyar@users.noreply.github.com>
Tue, 1 Oct 2019 08:14:12 +0000
(11:14 +0300)
committer
GitHub
<noreply@github.com>
Tue, 1 Oct 2019 08:14:12 +0000
(11:14 +0300)
tests/efinix/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/efinix/run-test.sh
b/tests/efinix/run-test.sh
index ea56b70f029f9ce25afd09b08be9649d3e41b7a7..46716f9a08b69f70ecc717d70c32f99fd85072dc 100755
(executable)
--- a/
tests/efinix/run-test.sh
+++ b/
tests/efinix/run-test.sh
@@
-6,7
+6,7
@@
for x in *.ys; do
echo "all:: run-$x"
echo "run-$x:"
echo " @echo 'Running $x..'"
- echo " @../../yosys -ql ${x%.ys}.log $x"
+ echo " @../../yosys -ql ${x%.ys}.log
-w 'Yosys has only limited support for tri-state logic at the moment.'
$x"
done
for s in *.sh; do
if [ "$s" != "run-test.sh" ]; then