mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
Configure load to be wait state zero in embedded configuration (#1657)
This commit is contained in:
parent
cc5a7ddde7
commit
feda9ece82
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
cv32a6_embedded:
|
||||
gates: 119508
|
||||
gates: 118625
|
||||
|
|
|
@ -50,7 +50,7 @@ package cva6_config_pkg;
|
|||
|
||||
localparam CVA6ConfigFPGAEn = 0;
|
||||
|
||||
localparam CVA6ConfigNrLoadPipeRegs = 1;
|
||||
localparam CVA6ConfigNrLoadPipeRegs = 0;
|
||||
localparam CVA6ConfigNrStorePipeRegs = 0;
|
||||
localparam CVA6ConfigNrLoadBufEntries = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue