Skip to content

Commit

Permalink
cheshire_pkg/cva6_config: Disable CVXIF to prevent deadlocks
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Jan 15, 2025
1 parent a0bf346 commit d16bf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/cheshire_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d16bf8f

Please sign in to comment.