Skip to content

Commit

Permalink
fixup! Add CLIC support (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Oct 22, 2024
1 parent eb5620e commit 666f86f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/include/cv32a65x_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ package cva6_config_pkg;

localparam CVA6ConfigRvfiTrace = 1;

localparam CVA6ConfigSclicExtEn = 0;

localparam CVA6ConfigAxiIdWidth = 4; // axi_pkg.sv
localparam CVA6ConfigAxiAddrWidth = 64; // axi_pkg.sv
localparam CVA6ConfigAxiDataWidth = 64; // axi_pkg.sv
Expand Down Expand Up @@ -45,6 +47,7 @@ package cva6_config_pkg;
XFVec: bit'(0),
CvxifEn: bit'(1),
RVZiCond: bit'(0),
RVSCLIC: bit'(CVA6ConfigSclicExtEn),
RVZicntr: bit'(0),
RVZihpm: bit'(0),
NrScoreboardEntries: unsigned'(8),
Expand All @@ -65,6 +68,7 @@ package cva6_config_pkg;
PMPAddrRstVal: {64{64'h0}},
PMPEntryReadOnly: 64'd0,
NOCType: config_pkg::NOC_TYPE_AXI4_ATOP,
CLICNumInterruptSrc: unsigned'(256),
NrNonIdempotentRules: unsigned'(0),
NonIdempotentAddrBase: 1024'({64'b0, 64'b0}),
NonIdempotentLength: 1024'({64'b0, 64'b0}),
Expand Down

0 comments on commit 666f86f

Please sign in to comment.