diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-04-09 17:12:12 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-04-09 17:12:12 +0200 |
commit | 3481f46d1ef66c3dea323bc5a23544f0546dcf44 (patch) | |
tree | 2cc51eecec943fbc7cd238ef96dfddfad60a1d72 /techlibs | |
parent | 7319951145e935d3a11f063ec73e829728b91efe (diff) | |
download | yosys-3481f46d1ef66c3dea323bc5a23544f0546dcf44.tar.gz yosys-3481f46d1ef66c3dea323bc5a23544f0546dcf44.tar.bz2 yosys-3481f46d1ef66c3dea323bc5a23544f0546dcf44.zip |
Improved xilinx "bram1" test
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/xilinx/tests/bram1.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/techlibs/xilinx/tests/bram1.sh b/techlibs/xilinx/tests/bram1.sh index 1f0359ac9..7451a1b3e 100644 --- a/techlibs/xilinx/tests/bram1.sh +++ b/techlibs/xilinx/tests/bram1.sh @@ -56,7 +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 "Used bram types:" +grep -h 'Mapping to bram type' bram1_*/synth.log | sort | uniq -c echo "Cleaning up..." rm -rf bram1_cmp bram1.mk bram1_[0-9]*/ |