mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 22:27:10 -04:00
hpdcache: bump new version of the submodule (#1830)
This commit is contained in:
parent
c7f0eaf0d8
commit
00c0ff083a
2 changed files with 6 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit a81631e7aa889526481ecf4dde03f6c8692eb86d
|
Subproject commit 04f338b2e976a5e7a8a512f224d9c5d59d3be4d3
|
|
@ -108,7 +108,12 @@ package hpdcache_params_pkg;
|
||||||
|
|
||||||
// HPDcache MSHR whether uses FFs or SRAM
|
// HPDcache MSHR whether uses FFs or SRAM
|
||||||
localparam bit PARAM_MSHR_USE_REGBANK = (PARAM_MSHR_SETS * PARAM_MSHR_WAYS) <= 16;
|
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;
|
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)
|
// Definition of constants and types for the Write Buffer (WBUF)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue