projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3056721
)
Move $x to end as 7f0eec8
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Sep 2019 21:16:45 +0000
(14:16 -0700)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Thu, 17 Oct 2019 15:10:02 +0000
(17:10 +0200)
tests/xilinx/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/xilinx/run-test.sh
b/tests/xilinx/run-test.sh
index 2c72ca3a9652dda0f9bd83ea887b4941164fb03f..46716f9a08b69f70ecc717d70c32f99fd85072dc 100755
(executable)
--- a/
tests/xilinx/run-test.sh
+++ b/
tests/xilinx/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 -w 'Yosys has only limited support for tri-state logic at the moment.'
"
+ 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