mirror of https://github.com/YosysHQ/yosys.git
Hide tri-state warning message for now
This commit is contained in:
parent
659a481482
commit
8e3754bdb4
|
@ -1 +1,2 @@
|
||||||
*.log
|
*.log
|
||||||
|
/run-test.mk
|
||||||
|
|
|
@ -12,7 +12,7 @@ for x in *.ys; do
|
||||||
echo "all:: run-$x"
|
echo "all:: run-$x"
|
||||||
echo "run-$x:"
|
echo "run-$x:"
|
||||||
echo " @echo 'Running $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
|
done
|
||||||
for t in *_tb.v; do
|
for t in *_tb.v; do
|
||||||
echo "all:: run-$t"
|
echo "all:: run-$t"
|
||||||
|
|
Loading…
Reference in New Issue