mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 06:07:19 -04:00
Configure icache with 2 ways in cv32a65x (#1800)
set 2 ways of 2048 bytes
This commit is contained in:
parent
de5d0d7ed4
commit
42b21b8034
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ package cva6_config_pkg;
|
|||
localparam CVA6ConfigDataUserEn = 0;
|
||||
localparam CVA6ConfigDataUserWidth = CVA6ConfigXlen;
|
||||
|
||||
localparam CVA6ConfigIcacheByteSize = 16384;
|
||||
localparam CVA6ConfigIcacheSetAssoc = 4;
|
||||
localparam CVA6ConfigIcacheByteSize = 2048;
|
||||
localparam CVA6ConfigIcacheSetAssoc = 2;
|
||||
localparam CVA6ConfigIcacheLineWidth = 128;
|
||||
localparam CVA6ConfigDcacheByteSize = 32768;
|
||||
localparam CVA6ConfigDcacheSetAssoc = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue