Skip to content

Commit

Permalink
hpdcache: bump new version of the submodule (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Fuguet authored Feb 13, 2024
1 parent c7f0eaf commit 00c0ff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/include/cva6_hpdcache_default_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00c0ff0

Please sign in to comment.