Fix path to yosys
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:12:03 +0000 (11:12 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:12:03 +0000 (11:12 +0200)
tests/arch/anlogic/run-test.sh
tests/arch/ecp5/run-test.sh
tests/arch/efinix/run-test.sh
tests/arch/ice40/run-test.sh
tests/arch/xilinx/run-test.sh

index 46716f9a08b69f70ecc717d70c32f99fd85072dc..bf19b887d99406c7e7ddd5ea88297b69ca36745c 100755 (executable)
@@ -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 -w 'Yosys has only limited support for tri-state logic at the moment.' $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
index 46716f9a08b69f70ecc717d70c32f99fd85072dc..bf19b887d99406c7e7ddd5ea88297b69ca36745c 100755 (executable)
@@ -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 -w 'Yosys has only limited support for tri-state logic at the moment.' $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
index 46716f9a08b69f70ecc717d70c32f99fd85072dc..bf19b887d99406c7e7ddd5ea88297b69ca36745c 100755 (executable)
@@ -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 -w 'Yosys has only limited support for tri-state logic at the moment.' $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
index 46716f9a08b69f70ecc717d70c32f99fd85072dc..bf19b887d99406c7e7ddd5ea88297b69ca36745c 100755 (executable)
@@ -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 -w 'Yosys has only limited support for tri-state logic at the moment.' $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
index 46716f9a08b69f70ecc717d70c32f99fd85072dc..bf19b887d99406c7e7ddd5ea88297b69ca36745c 100755 (executable)
@@ -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 -w 'Yosys has only limited support for tri-state logic at the moment.' $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