summaryrefslogtreecommitdiffstats
path: root/hw_v5_fx30t_extension
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2011-11-17 14:31:34 +0100
committerBert Lange <b.lange@hzdr.de>2011-11-17 14:31:34 +0100
commitdbd03663787ef148de6df20e5104ed84855bf758 (patch)
tree89e33a38fe710ce3e08015b853e3dd8aa9339f01 /hw_v5_fx30t_extension
parentd3aba3f759bfa08b7a4b7c8e24b74f0552a2e8b9 (diff)
downloadzpu-dbd03663787ef148de6df20e5104ed84855bf758.zip
zpu-dbd03663787ef148de6df20e5104ed84855bf758.tar.gz
add: warning on gated clocks
Diffstat (limited to 'hw_v5_fx30t_extension')
-rw-r--r--hw_v5_fx30t_extension/synthese/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/hw_v5_fx30t_extension/synthese/Makefile b/hw_v5_fx30t_extension/synthese/Makefile
index 712fa75..da1819b 100644
--- a/hw_v5_fx30t_extension/synthese/Makefile
+++ b/hw_v5_fx30t_extension/synthese/Makefile
@@ -41,13 +41,15 @@ finalflow:
check:
@echo -e "Timing score: "
- @grep --with-filename "Timing Score" xst/*.par
- @echo -e "\nUnwanted Latches (737): "
- @grep --with-filename "WARNING:Xst:737" xst/*.syr || echo -n
- @echo -e "\nUnassigned signals (653): "
- @grep --with-filename "WARNING:Xst:653" xst/*.syr || echo -n
- @echo -e "\nCombinatoric loops (2170): "
- @grep --with-filename "WARNING:Xst:2170" xst/*.syr || echo -n
+ @grep --with-filename "Timing Score" xst/*.par
+ @echo -e "\nUnwanted Latches (737): "
+ @grep --with-filename "WARNING:Xst:737" xst/*.syr || echo -n
+ @echo -e "\nUnassigned signals (653): "
+ @grep --with-filename "WARNING:Xst:653" xst/*.syr || echo -n
+ @echo -e "\nCombinatoric loops (2170): "
+ @grep --with-filename "WARNING:Xst:2170" xst/*.syr || echo -n
+ @echo -e "\n Gated clocks (372): "
+ @grep --with-filename "WARNING:PhysDesignRules:372" xst/*.bgn || echo -n
update:
OpenPOWER on IntegriCloud