From: Eddie Hung Date: Thu, 22 Aug 2019 20:57:19 +0000 (-0700) Subject: Hide tri-state warning message for now X-Git-Tag: working-ls180~1084^2~21^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e3754bdb468842a784ef5eac8427a59055673c3;p=yosys.git Hide tri-state warning message for now --- diff --git a/tests/ice40/.gitignore b/tests/ice40/.gitignore index 397b4a762..1d329c933 100644 --- a/tests/ice40/.gitignore +++ b/tests/ice40/.gitignore @@ -1 +1,2 @@ *.log +/run-test.mk diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh index 5bd9fb173..184d8f09b 100755 --- a/tests/ice40/run-test.sh +++ b/tests/ice40/run-test.sh @@ -12,7 +12,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 $x -w 'Yosys has only limited support for tri-state logic at the moment.'" done for t in *_tb.v; do echo "all:: run-$t"