diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-01-18 19:43:54 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-01-18 19:43:54 +0100 |
commit | d29d26f8829e8a127931749bf43db8f9350fd29d (patch) | |
tree | 01f832dbc562c6f67813d3f9bd895402bcee5666 /techlibs/xilinx/tests/bram1.sh | |
parent | 8d295730e568421d3dc5b0779bd90d826e874254 (diff) | |
download | yosys-d29d26f8829e8a127931749bf43db8f9350fd29d.tar.gz yosys-d29d26f8829e8a127931749bf43db8f9350fd29d.tar.bz2 yosys-d29d26f8829e8a127931749bf43db8f9350fd29d.zip |
Various cleanups in xilinx techlib
Diffstat (limited to 'techlibs/xilinx/tests/bram1.sh')
-rw-r--r-- | techlibs/xilinx/tests/bram1.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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]*/ |