aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey <37293587+SergeyDegtyar@users.noreply.github.com>2019-10-01 11:14:12 +0300
committerGitHub <noreply@github.com>2019-10-01 11:14:12 +0300
commiteb750670e3835a1bad36cb604e04bf4836cc7f91 (patch)
tree542b1841b6935eb9b601d9863c9422d19696ee99
parente092c4ae6b60cf67efd16efbfbf739895ad501c0 (diff)
downloadyosys-eb750670e3835a1bad36cb604e04bf4836cc7f91.tar.gz
yosys-eb750670e3835a1bad36cb604e04bf4836cc7f91.tar.bz2
yosys-eb750670e3835a1bad36cb604e04bf4836cc7f91.zip
run-test.sh Move $x at end of line.
-rwxr-xr-xtests/efinix/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/efinix/run-test.sh b/tests/efinix/run-test.sh
index ea56b70f0..46716f9a0 100755
--- a/tests/efinix/run-test.sh
+++ b/tests/efinix/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"
+ 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