Hide tri-state warning message for now

This commit is contained in:
Eddie Hung 2019-08-22 13:57:19 -07:00
parent 659a481482
commit 8e3754bdb4
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
*.log
/run-test.mk

View File

@ -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"