mirror of https://github.com/YosysHQ/picorv32.git
Updated area table
This commit is contained in:
parent
df7f5915d7
commit
0d91dfa59e
|
@ -614,7 +614,7 @@ See `make area` in [scripts/vivado/](scripts/vivado/).
|
|||
|
||||
| Core Variant | Slice LUTs | LUTs as Memory | Slice Registers |
|
||||
|:------------------ | ----------:| --------------:| ---------------:|
|
||||
| PicoRV32 (small) | 751 | 48 | 422 |
|
||||
| PicoRV32 (regular) | 901 | 48 | 564 |
|
||||
| PicoRV32 (large) | 1718 | 88 | 1002 |
|
||||
| PicoRV32 (small) | 743 | 48 | 420 |
|
||||
| PicoRV32 (regular) | 897 | 48 | 562 |
|
||||
| PicoRV32 (large) | 1882 | 88 | 1027 |
|
||||
|
||||
|
|
|
@ -104,6 +104,7 @@ module top_large (
|
|||
output [31:0] eoi
|
||||
);
|
||||
picorv32 #(
|
||||
.COMPRESSED_ISA(1),
|
||||
.ENABLE_PCPI(1),
|
||||
.ENABLE_MUL(1),
|
||||
.ENABLE_IRQ(1)
|
||||
|
|
Loading…
Reference in New Issue