From d74da1d1080cb509485e733376598def2d35c172 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Apr 2016 17:24:00 +0200 Subject: Updated area stats --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7f4ece8..ff84728 100644 --- a/README.md +++ b/README.md @@ -617,14 +617,14 @@ for the following three cores: - **PicoRV32 (regular):** The `picorv32` module in its default configuration. -- **PicoRV32 (large):** The `picorv32` module with enabled PCPI, IRQ and MUL - features. +- **PicoRV32 (large):** The `picorv32` module with enabled PCPI, IRQ, MUL, + DIV, and COMPRESSED_ISA features. See `make area` in [scripts/vivado/](scripts/vivado/). | Core Variant | Slice LUTs | LUTs as Memory | Slice Registers | |:------------------ | ----------:| --------------:| ---------------:| -| PicoRV32 (small) | 743 | 48 | 420 | -| PicoRV32 (regular) | 897 | 48 | 562 | -| PicoRV32 (large) | 1882 | 88 | 1027 | +| PicoRV32 (small) | 747 | 48 | 420 | +| PicoRV32 (regular) | 908 | 48 | 562 | +| PicoRV32 (large) | 1907 | 88 | 1027 | -- cgit