From 00c0ff083a7a05c11b7e6ac39f769b8868c31f0f Mon Sep 17 00:00:00 2001 From: Cesar Fuguet Date: Tue, 13 Feb 2024 18:19:16 +0100 Subject: [PATCH] hpdcache: bump new version of the submodule (#1830) --- core/cache_subsystem/hpdcache | 2 +- core/include/cva6_hpdcache_default_config_pkg.sv | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/cache_subsystem/hpdcache b/core/cache_subsystem/hpdcache index a81631e7a..04f338b2e 160000 --- a/core/cache_subsystem/hpdcache +++ b/core/cache_subsystem/hpdcache @@ -1 +1 @@ -Subproject commit a81631e7aa889526481ecf4dde03f6c8692eb86d +Subproject commit 04f338b2e976a5e7a8a512f224d9c5d59d3be4d3 diff --git a/core/include/cva6_hpdcache_default_config_pkg.sv b/core/include/cva6_hpdcache_default_config_pkg.sv index 926e7d196..9565818b3 100644 --- a/core/include/cva6_hpdcache_default_config_pkg.sv +++ b/core/include/cva6_hpdcache_default_config_pkg.sv @@ -108,7 +108,12 @@ package hpdcache_params_pkg; // HPDcache MSHR whether uses FFs or SRAM localparam bit PARAM_MSHR_USE_REGBANK = (PARAM_MSHR_SETS * PARAM_MSHR_WAYS) <= 16; + + // HPDcache feedthrough FIFOs from the refill handler to the core localparam bit PARAM_REFILL_CORE_RSP_FEEDTHROUGH = 1'b1; + + // HPDcache depth of the refill FIFO + localparam int PARAM_REFILL_FIFO_DEPTH = 32'd2; // }}} // Definition of constants and types for the Write Buffer (WBUF)