hpdcache: bump new version of the submodule (#1830)

This commit is contained in:
Cesar Fuguet 2024-02-13 18:19:16 +01:00 committed by GitHub
parent c7f0eaf0d8
commit 00c0ff083a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit a81631e7aa889526481ecf4dde03f6c8692eb86d
Subproject commit 04f338b2e976a5e7a8a512f224d9c5d59d3be4d3

View file

@ -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)