From bcd92ee52ca13449d8d56437d9819e01a11f096f Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Thu, 26 Sep 2024 16:05:16 +0200 Subject: [PATCH] cv64a6_imafdch_sv39_wb_config: Fix undefined parameter The parameter `CVA6ConfigTechnoCut` is undefined and causes elaboration errors. Align this with the other configurations and set it to constant `0`. Signed-off-by: Nils Wistoff --- core/include/cv64a6_imafdch_sv39_wb_config_pkg.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/cv64a6_imafdch_sv39_wb_config_pkg.sv b/core/include/cv64a6_imafdch_sv39_wb_config_pkg.sv index 7a05878ce6..0fd26e48bb 100644 --- a/core/include/cv64a6_imafdch_sv39_wb_config_pkg.sv +++ b/core/include/cv64a6_imafdch_sv39_wb_config_pkg.sv @@ -75,7 +75,7 @@ package cva6_config_pkg; localparam config_pkg::cva6_user_cfg_t cva6_cfg = '{ XLEN: unsigned'(CVA6ConfigXlen), FpgaEn: bit'(CVA6ConfigFpgaEn), - TechnoCut: bit'(CVA6ConfigTechnoCut), + TechnoCut: bit'(0), SuperscalarEn: bit'(0), NrCommitPorts: unsigned'(2), AxiAddrWidth: unsigned'(CVA6ConfigAxiAddrWidth),