1
0
mirror of synced 2026-02-22 23:47:15 +00:00

run-test.sh Move $x at end of line.

This commit is contained in:
Sergey
2019-10-01 10:55:34 +03:00
committed by GitHub
parent 27377c4663
commit fc56459746

View File

@@ -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