Skip to content

Commit

Permalink
Updating correct package with AIA ext
Browse files Browse the repository at this point in the history
  • Loading branch information
maicolciani committed Sep 10, 2024
1 parent 5b01253 commit b47df02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/include/cv64a6_imafdch_sv39_wb_alsaqr_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,12 @@ package cva6_config_pkg;
AxiBurstWriteEn: bit'(0)
};

// AIA Config
localparam CVA6ConfigNrVSIntpFiles = aia_pkg::UserNrVSIntpFiles;
localparam CVA6ConfigNrVSIntpFilesW = $clog2(CVA6ConfigNrVSIntpFiles);
localparam CVA6ConfigNrIntpFiles = 2 + CVA6ConfigNrVSIntpFiles;
// multiple of 64, and may be a minimum of 64 and a maximum of 2048
localparam CVA6ConfigNrSourcesImsic = aia_pkg::UserNrSourcesImsic;
localparam CVA6ConfigNrSourcesW = $clog2(CVA6ConfigNrSourcesImsic);

endpackage

0 comments on commit b47df02

Please sign in to comment.