aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-30 14:16:45 -0700
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-17 17:10:02 +0200
commiteded90b6b42117ba427469a6100c74e708c4f142 (patch)
treef37a3d48b08e7ea286cb27ad42862afc7d72bd8f
parent305672170bcd6346bebbb01c843225fe0392a37d (diff)
downloadyosys-eded90b6b42117ba427469a6100c74e708c4f142.tar.gz
yosys-eded90b6b42117ba427469a6100c74e708c4f142.tar.bz2
yosys-eded90b6b42117ba427469a6100c74e708c4f142.zip
Move $x to end as 7f0eec8
-rwxr-xr-xtests/xilinx/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xilinx/run-test.sh b/tests/xilinx/run-test.sh
index 2c72ca3a9..46716f9a0 100755
--- 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