Skip to content

Commit fda5b2a

Browse files
committed
Update README with area numbers
1 parent c7cba55 commit fda5b2a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,19 @@ CoreMark 1.0 : 1435 / GCC 11.1.1 -O1
9393
## Synthesis & Area
9494

9595
The core is usually synthesized with [Yosys](syn/yosys) during [continuous integration](https://github.com/dpretet/friscv/actions).
96-
to ensure. Follows area figured out by a synthesis with `Vivado 2021`:
96+
to ensure. Follows area figured out by a synthesis with `Vivado 2021.2`:
97+
98+
Core:
99+
- Slice LUTs: 13635
100+
- Slice registers: 2774
101+
- RAMs: 0
102+
- DSPs: 0
103+
104+
Platform:
105+
- Slice LUTs: 16032
106+
- Slice registers: 4889
107+
- RAMs: 0
108+
- DSPs: 0
97109

98110

99111
## Validation environment

0 commit comments

Comments
 (0)