From d29d26f8829e8a127931749bf43db8f9350fd29d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 18 Jan 2015 19:43:54 +0100 Subject: Various cleanups in xilinx techlib --- techlibs/xilinx/tests/bram1.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'techlibs/xilinx/tests/bram1.sh') diff --git a/techlibs/xilinx/tests/bram1.sh b/techlibs/xilinx/tests/bram1.sh index 05c8ad794..1f0359ac9 100644 --- a/techlibs/xilinx/tests/bram1.sh +++ b/techlibs/xilinx/tests/bram1.sh @@ -56,6 +56,8 @@ echo "Testing..." ${MAKE:-make} -f bram1.mk echo +echo "Used rules:" $(grep -h 'Selected rule.*with efficiency' bram1_*/synth.log | gawk '{ print $3; }' | sort -u) + echo "Cleaning up..." rm -rf bram1_cmp bram1.mk bram1_[0-9]*/ -- cgit v1.2.3