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 fe5db35 commit 4643b82
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 @@ -36,7 +36,7 @@ package hpdcache_params_pkg;
endfunction

function int unsigned __maxu(int unsigned x, int unsigned y);
return y < x ? x : y;
return y < x ? x : y;
endfunction
// }}}

Expand Down

0 comments on commit 4643b82

Please sign in to comment.