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
Cesar Fuguet and github-actions[bot] authored Dec 5, 2023
1 parent d982ab9 commit 2971c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/cva6_hpdcache_default_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package hpdcache_params_pkg;
localparam int unsigned PARAM_PA_WIDTH = riscv::PLEN;

// HPDcache number of sets
localparam int unsigned PARAM_SETS = __BYTES_PER_WAY/__BYTES_PER_CACHELINE;
localparam int unsigned PARAM_SETS = __BYTES_PER_WAY / __BYTES_PER_CACHELINE;

// HPDcache number of ways
localparam int unsigned PARAM_WAYS = CVA6ConfigDcacheSetAssoc;
Expand Down

0 comments on commit 2971c5b

Please sign in to comment.