Skip to content

Commit

Permalink
Update core/include/cva6_hpdcache_default_config_pkg.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JeanRochCoulon and github-actions[bot] authored Jan 30, 2024
1 parent 140e196 commit fe5db35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/include/cva6_hpdcache_default_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ package hpdcache_params_pkg;

// Definition of constants and types for HPDcache data memory
// {{{
localparam int unsigned PARAM_DATA_WAYS_PER_RAM_WORD =
__minu(__MAX_RAM_WORD_BITS / PARAM_WORD_WIDTH, PARAM_WAYS);
localparam int unsigned PARAM_DATA_WAYS_PER_RAM_WORD = __minu(
__MAX_RAM_WORD_BITS / PARAM_WORD_WIDTH, PARAM_WAYS
);

localparam int unsigned PARAM_DATA_SETS_PER_RAM = PARAM_SETS;

Expand Down

0 comments on commit fe5db35

Please sign in to comment.