Skip to content

Commit

Permalink
cheshire_top_xilinx: Use custom config values
Browse files Browse the repository at this point in the history
These are not present in ariane_pkg anymore.

Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Feb 9, 2024
1 parent ded6b0d commit 8f1dfb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/xilinx/src/cheshire_top_xilinx.sv
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ module cheshire_top_xilinx
// Configure cheshire for FPGA mapping
localparam cheshire_cfg_t FPGACfg = '{
// CVA6 parameters
Cva6RASDepth : ariane_pkg::ArianeDefaultConfig.RASDepth,
Cva6BTBEntries : ariane_pkg::ArianeDefaultConfig.BTBEntries,
Cva6BHTEntries : ariane_pkg::ArianeDefaultConfig.BHTEntries,
Cva6RASDepth : 2,
Cva6BTBEntries : 32,
Cva6BHTEntries : 128,
Cva6NrPMPEntries : 0,
Cva6ExtCieLength : 'h2000_0000,
Cva6ExtCieOnTop : 0,
Expand Down

0 comments on commit 8f1dfb1

Please sign in to comment.