mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Reduce the Dcache write buffer to save silicon area
This commit is contained in:
parent
ea4b51eac7
commit
0880ed02ad
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ package cva6_config_pkg;
|
|||
|
||||
localparam CVA6ConfigDcacheIdWidth = 1;
|
||||
|
||||
localparam CVA6ConfigWtDcacheWbufDepth = 8;
|
||||
localparam CVA6ConfigWtDcacheWbufDepth = 2;
|
||||
|
||||
localparam CVA6ConfigNrCommitPorts = 1;
|
||||
localparam CVA6ConfigNrScoreboardEntries = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue