mirror of https://github.com/YosysHQ/yosys.git
Fix path to yosys
This commit is contained in:
parent
c2ec7ca703
commit
56f9482675
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for s in *.sh; do
|
for s in *.sh; do
|
||||||
if [ "$s" != "run-test.sh" ]; then
|
if [ "$s" != "run-test.sh" ]; then
|
||||||
|
|
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for s in *.sh; do
|
for s in *.sh; do
|
||||||
if [ "$s" != "run-test.sh" ]; then
|
if [ "$s" != "run-test.sh" ]; then
|
||||||
|
|
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for s in *.sh; do
|
for s in *.sh; do
|
||||||
if [ "$s" != "run-test.sh" ]; then
|
if [ "$s" != "run-test.sh" ]; then
|
||||||
|
|
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for s in *.sh; do
|
for s in *.sh; do
|
||||||
if [ "$s" != "run-test.sh" ]; then
|
if [ "$s" != "run-test.sh" ]; then
|
||||||
|
|
|
@ -6,7 +6,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for s in *.sh; do
|
for s in *.sh; do
|
||||||
if [ "$s" != "run-test.sh" ]; then
|
if [ "$s" != "run-test.sh" ]; then
|
||||||
|
|
Loading…
Reference in New Issue