Skip to content

Commit

Permalink
cv64a6_imafdcv_sv39: 2 commit ports by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Dec 5, 2024
1 parent cd91e72 commit 477c1c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/include/cv64a6_imafdcv_sv39_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ package cva6_config_pkg;

localparam CVA6ConfigXlen = 64;

localparam CVA6ConfigNrCommitPorts = 2;

localparam CVA6ConfigRVF = 1;
localparam CVA6ConfigF16En = 0;
localparam CVA6ConfigF16AltEn = 0;
Expand Down Expand Up @@ -77,7 +79,7 @@ package cva6_config_pkg;
FpgaAlteraEn: bit'(0), // for Altera (only)
TechnoCut: bit'(0),
SuperscalarEn: bit'(0),
NrCommitPorts: unsigned'(1),
NrCommitPorts: unsigned'(CVA6ConfigNrCommitPorts),
AxiAddrWidth: unsigned'(CVA6ConfigAxiAddrWidth),
AxiDataWidth: unsigned'(CVA6ConfigAxiDataWidth),
AxiIdWidth: unsigned'(CVA6ConfigAxiIdWidth),
Expand Down

0 comments on commit 477c1c2

Please sign in to comment.