From 1b14bef9dc84691311b0efb6846d84272be4e877 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 7 Nov 2024 22:54:32 +0100 Subject: [PATCH] [hardware] Use only 1 commit port in CVA6 --- hardware/src/ara_soc.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/src/ara_soc.sv b/hardware/src/ara_soc.sv index 14ee1c4a8..f4dc7a4d0 100644 --- a/hardware/src/ara_soc.sv +++ b/hardware/src/ara_soc.sv @@ -445,7 +445,7 @@ module ara_soc import axi_pkg::*; import ara_pkg::*; #( assign hart_id = '0; localparam config_pkg::cva6_cfg_t CVA6AraConfig = '{ - NrCommitPorts : 2, + NrCommitPorts : 1, AxiAddrWidth : AxiAddrWidth, AxiDataWidth : AxiNarrowDataWidth, AxiIdWidth : AxiIdWidth,