Skip to content

Commit

Permalink
Configure icache with 2 ways in cv32a65x (#1800)
Browse files Browse the repository at this point in the history
set 2 ways of 2048 bytes
  • Loading branch information
JeanRochCoulon authored Feb 1, 2024
1 parent de5d0d7 commit 42b21b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/cv32a65x_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42b21b8

Please sign in to comment.