From dc248bd3b1a0e714e03eeb8908b9151ca05b01b8 Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Wed, 8 Jan 2025 21:22:59 +1100 Subject: [PATCH] cheshire_pkg/cva6_config: Disable CVXIF to prevent deadlocks Signed-off-by: Nils Wistoff --- hw/cheshire_pkg.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/cheshire_pkg.sv b/hw/cheshire_pkg.sv index 3d1ce3b4..4c0589d4 100644 --- a/hw/cheshire_pkg.sv +++ b/hw/cheshire_pkg.sv @@ -492,6 +492,7 @@ package cheshire_pkg; ret.AxiDataWidth = cfg.AxiDataWidth; ret.AxiIdWidth = Cva6IdWidth; ret.AxiUserWidth = cfg.AxiUserWidth; + ret.CvxifEn = 0; ret.DmBaseAddress = AmDbg; ret.HaltAddress = 'h800; // Relative to AmDbg ret.ExceptionAddress = 'h810; // Relative to AmDbg