diff --git a/core/include/cva6_hpdcache_default_config_pkg.sv b/core/include/cva6_hpdcache_default_config_pkg.sv index 927b03fe01..d16d6f7fc6 100644 --- a/core/include/cva6_hpdcache_default_config_pkg.sv +++ b/core/include/cva6_hpdcache_default_config_pkg.sv @@ -27,8 +27,7 @@ package hpdcache_params_pkg; // Definition of constants used only in this file // {{{ - localparam int unsigned __BYTES_PER_WAY = - CVA6ConfigDcacheByteSize/CVA6ConfigDcacheSetAssoc; + localparam int unsigned __BYTES_PER_WAY = CVA6ConfigDcacheByteSize / CVA6ConfigDcacheSetAssoc; localparam int unsigned __BYTES_PER_CACHELINE = CVA6ConfigDcacheLineWidth/8;