diff --git a/hw/cheshire_pkg.sv b/hw/cheshire_pkg.sv index 19b5dd71..a0e8fe50 100644 --- a/hw/cheshire_pkg.sv +++ b/hw/cheshire_pkg.sv @@ -628,7 +628,7 @@ package cheshire_pkg; LlcAmoPostCut : 1, LlcOutConnect : 1, LlcOutRegionStart : 'h8000_0000, - LlcOutRegionEnd : 'h1_0000_0000, + LlcOutRegionEnd : 64'h1_0000_0000, // VGA: RGB332 VgaRedWidth : 3, VgaGreenWidth : 3, @@ -641,8 +641,8 @@ package cheshire_pkg; SlinkMaxTxnsPerId : 4, SlinkMaxUniqIds : 4, SlinkMaxClkDiv : 1024, - SlinkRegionStart : 'h1_0000_0000, - SlinkRegionEnd : 'h2_0000_0000, + SlinkRegionStart : 64'h1_0000_0000, + SlinkRegionEnd : 64'h2_0000_0000, SlinkTxAddrMask : 'hFFFF_FFFF, SlinkTxAddrDomain : 'h0000_0000, SlinkUserAmoBit : 1, // Convention: lower AMO bits for cores, MSB for serial link