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 3416a5c commit 140e196
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 @@ -32,7 +32,7 @@ package hpdcache_params_pkg;
localparam int unsigned __MAX_RAM_WORD_BITS = 128;

function int unsigned __minu(int unsigned x, int unsigned y);
return x < y ? x : y;
return x < y ? x : y;
endfunction

function int unsigned __maxu(int unsigned x, int unsigned y);
Expand Down

0 comments on commit 140e196

Please sign in to comment.