summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2013-10-10 16:22:33 +0200
committerBert Lange <b.lange@hzdr.de>2013-10-10 16:22:33 +0200
commitdd251b94172f40679ccf1aaa91086f4107e8b31b (patch)
tree2e46cb91f875f1389bd4c8a4f74c826ac435a4c2
parentbe734b1aa2a50d29c850c6f8deed5d34ce31af5a (diff)
downloadzpu-dd251b94172f40679ccf1aaa91086f4107e8b31b.zip
zpu-dd251b94172f40679ccf1aaa91086f4107e8b31b.tar.gz
add: check for internal tristates
-rw-r--r--test_rrobin_problem/synthesis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_rrobin_problem/synthesis/Makefile b/test_rrobin_problem/synthesis/Makefile
index 70db7b8..5064f5d 100644
--- a/test_rrobin_problem/synthesis/Makefile
+++ b/test_rrobin_problem/synthesis/Makefile
@@ -49,6 +49,8 @@ check:
@grep --with-filename "WARNING:Xst:737" $(BUILDDIR)/*.syr || echo -n
@echo -e "\nUnassigned signals (653): "
@grep --with-filename "WARNING:Xst:653" $(BUILDDIR)/*.syr || echo -n
+ @echo -e "\nInternal tristates (2042): "
+ @grep --with-filename "WARNING:Xst:2042" $(BUILDDIR)/*.syr || echo -n
@echo -e "\nCombinatoric loops (2170): "
@grep --with-filename "WARNING:Xst:2170" $(BUILDDIR)/*.syr || echo -n
@echo -e "\nGated clocks (372): "
OpenPOWER on IntegriCloud