From 4415e7142810ff4b7351935ac1f73986a32b99ac Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Mon, 11 Nov 2024 10:31:03 +0100 Subject: [PATCH] cv64a6_imafdcv_sv39: 2 commit ports by default --- core/include/cv64a6_imafdcv_sv39_config_pkg.sv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/include/cv64a6_imafdcv_sv39_config_pkg.sv b/core/include/cv64a6_imafdcv_sv39_config_pkg.sv index 8897a82733..2854c71a83 100644 --- a/core/include/cv64a6_imafdcv_sv39_config_pkg.sv +++ b/core/include/cv64a6_imafdcv_sv39_config_pkg.sv @@ -12,6 +12,8 @@ package cva6_config_pkg; localparam CVA6ConfigXlen = 64; + localparam CVA6ConfigNrCommitPorts = 2; + localparam CVA6ConfigRVF = 1; localparam CVA6ConfigF16En = 0; localparam CVA6ConfigF16AltEn = 0; @@ -79,7 +81,7 @@ package cva6_config_pkg; FpgaEn: bit'(CVA6ConfigFpgaEn), TechnoCut: bit'(0), SuperscalarEn: bit'(0), - NrCommitPorts: unsigned'(1), + NrCommitPorts: unsigned'(CVA6ConfigNrCommitPorts), AxiAddrWidth: unsigned'(CVA6ConfigAxiAddrWidth), AxiDataWidth: unsigned'(CVA6ConfigAxiDataWidth), AxiIdWidth: unsigned'(CVA6ConfigAxiIdWidth),