Hide tri-state warning message for now
authorEddie Hung <eddie@fpgeh.com>
Thu, 22 Aug 2019 20:57:19 +0000 (13:57 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 22 Aug 2019 23:05:12 +0000 (16:05 -0700)
tests/ice40/.gitignore
tests/ice40/run-test.sh

index 397b4a7624e35fa60563a9c03b1213d93f7b6546..1d329c9331d30552a073bfdf786c79bae8ce4fca 100644 (file)
@@ -1 +1,2 @@
 *.log
+/run-test.mk
index 5bd9fb1739f7d710bdab3ce2f8b7d3447091062b..184d8f09b6abde36dfe2d27178040f078d29343f 100755 (executable)
@@ -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"