From 3c15ebc179b1a5e8ceaa1d4a6e412e6f9a1083b9 Mon Sep 17 00:00:00 2001 From: Riccardo Tedeschi Date: Mon, 20 Jan 2025 23:37:56 +0100 Subject: [PATCH] [test] Trigger aliasing --- hw/cheshire_pkg.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/cheshire_pkg.sv b/hw/cheshire_pkg.sv index 91107303..a240948f 100644 --- a/hw/cheshire_pkg.sv +++ b/hw/cheshire_pkg.sv @@ -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?