aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-10 17:24:00 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-10 17:24:00 +0200
commitd74da1d1080cb509485e733376598def2d35c172 (patch)
tree4005be37a86acb20b87fbb18ecbb09de0f46ede0 /README.md
parent2cab981862b0ff4b362363de865151955ebedf01 (diff)
downloadpicorv32-d74da1d1080cb509485e733376598def2d35c172.tar.gz
picorv32-d74da1d1080cb509485e733376598def2d35c172.zip
Updated area stats
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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 |