From 9de8d76d0e8cb56d3eb8f3ce8b32d19c181b4569 Mon Sep 17 00:00:00 2001 From: Paul Scheffler Date: Fri, 5 Jul 2024 15:52:10 +0200 Subject: [PATCH] hw: Fix widths of `doub_bt` parameter literals (#132) --- hw/cheshire_pkg.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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