Skip to content

Commit

Permalink
[hardware] Use only 1 commit port in CVA6
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Nov 7, 2024
1 parent 6a4a31a commit 1b14bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/src/ara_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b14bef

Please sign in to comment.