aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/run-test.sh
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-09-27 11:31:55 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-09-27 11:31:55 +0200
commit7f0eec8270dbef06e3e6970af20dae2d6f89f6b9 (patch)
tree395e7e44253ac2a30f15f6b20ff444e3ace87002 /tests/ice40/run-test.sh
parent143f82def2030527a4fa92b7ba60b704aad08e53 (diff)
downloadyosys-7f0eec8270dbef06e3e6970af20dae2d6f89f6b9.tar.gz
yosys-7f0eec8270dbef06e3e6970af20dae2d6f89f6b9.tar.bz2
yosys-7f0eec8270dbef06e3e6970af20dae2d6f89f6b9.zip
Change order of parameters, to work on other os
Diffstat (limited to 'tests/ice40/run-test.sh')
-rwxr-xr-xtests/ice40/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh
index 2c72ca3a9..46716f9a0 100755
--- a/tests/ice40/run-test.sh
+++ b/tests/ice40/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