From 140e196354ae0e4e30519edc03973b95c063fd69 Mon Sep 17 00:00:00 2001 From: JeanRochCoulon Date: Tue, 30 Jan 2024 16:06:38 +0100 Subject: [PATCH] Update core/include/cva6_hpdcache_default_config_pkg.sv Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- core/include/cva6_hpdcache_default_config_pkg.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/cva6_hpdcache_default_config_pkg.sv b/core/include/cva6_hpdcache_default_config_pkg.sv index df89b1fd31..0a304cf017 100644 --- a/core/include/cva6_hpdcache_default_config_pkg.sv +++ b/core/include/cva6_hpdcache_default_config_pkg.sv @@ -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);