From 8f1dfb1ee2e373f60229d17d66a3fa426bcb36e2 Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Fri, 9 Feb 2024 23:04:35 +0100 Subject: [PATCH] cheshire_top_xilinx: Use custom config values These are not present in ariane_pkg anymore. Signed-off-by: Nils Wistoff --- target/xilinx/src/cheshire_top_xilinx.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/xilinx/src/cheshire_top_xilinx.sv b/target/xilinx/src/cheshire_top_xilinx.sv index 4ac92ddf..f6d3b031 100644 --- a/target/xilinx/src/cheshire_top_xilinx.sv +++ b/target/xilinx/src/cheshire_top_xilinx.sv @@ -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,