3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 12:28:44 +00:00

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"