Skip to content

Commit 000c336

Browse files
committed
hpdcache: update submodule
1 parent 92b2d0b commit 000c336

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

core/cache_subsystem/cva6_hpdcache_subsystem.sv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ module cva6_hpdcache_subsystem
211211
userCfg.mshrSetsPerRam = CVA6Cfg.NrLoadBufEntries < 16 ? 1 : CVA6Cfg.NrLoadBufEntries / 2;
212212
userCfg.mshrRamByteEnable = 1'b1;
213213
userCfg.mshrUseRegbank = (CVA6Cfg.NrLoadBufEntries < 16);
214+
/*FIXME we should add additional CVA6 config parameters (cbufEntries)*/
215+
userCfg.cbufEntries = 4;
214216
userCfg.refillCoreRspFeedthrough = 1'b1;
215217
userCfg.refillFifoDepth = 2;
216218
userCfg.wbufDirEntries = CVA6Cfg.WtDcacheWbufDepth;
@@ -231,6 +233,7 @@ module cva6_hpdcache_subsystem
231233
userCfg.wbEn =
232234
(CVA6Cfg.DCacheType == config_pkg::HPDCACHE_WB) ||
233235
(CVA6Cfg.DCacheType == config_pkg::HPDCACHE_WT_WB);
236+
userCfg.lowLatency = 1'b1;
234237
return userCfg;
235238
endfunction
236239

core/cache_subsystem/hpdcache

Submodule hpdcache updated 70 files

0 commit comments

Comments
 (0)