Skip to content

Commit

Permalink
[test] Trigger aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ricted98 committed Jan 20, 2025
1 parent 9ecd49a commit 3c15ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/cheshire_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ package cheshire_pkg;
ret.RVSCLIC = cfg.Clic;
ret.CLICNumInterruptSrc = NumCoreIrqs + NumIntIntrs + cfg.NumExtClicIntrs;
// Cache configs
ret.DcacheByteSize = 32 * 1024;
ret.DcacheSetAssoc = 8;
ret.DcacheByteSize = 64 * 1024;
ret.DcacheSetAssoc = 2;
ret.DcacheLineWidth = 128;
// TODO: Should some things be removed from the main config?
// TODO: Should other things be added to the main config?
Expand Down

0 comments on commit 3c15ebc

Please sign in to comment.