@@ -8,6 +8,14 @@ An parametrized RTL benchmark suite for open and unbiased evaluation of:
884 . FPGA devices
995 . Digital architectures
1010
11+ | Group | Benchmarks | Description|
12+ | ------------| ------------| ------------|
13+ | basic | 23 | Logic benchmarks (mux, arbiter, crossbar,...)
14+ | arithmetic | 33 | Arithmetic (add, shift, mul,...)
15+ | memory | 12 | Memory (sp, dp, sdp, fifo,...)
16+ | blocks | 30 | Macro functions (ialu, spi ,ibex,..)
17+ | epfl | 19 | EPFL benchmarks
18+
1119# Installation
1220
1321``` bash
@@ -53,15 +61,7 @@ python examples/baremetal/make.py -g arithmetic -clean
5361python examples/baremetal/make.py -g memory -name ramsp -tool vivado
5462```
5563
56- # Benchmark Summary
57-
58- | Group | Benchmarks | Description|
59- | ------------| ------------| ------------|
60- | basic | 23 | Logic benchmarks (mux, arbiter, crossbar,...)
61- | arithmetic | 33 | Arithmetic (add, shift, mul,...)
62- | memory | 12 | Memory (sp, dp, sdp, fifo,...)
63- | blocks | 30 | Macro functions (ialu, spi ,ibex,..)
64- | epfl | 19 | EPFL benchmarks
64+ # Benchmark Listing
6565
6666# License
6767
0 commit comments