From 57fcf7a52a40fc0e80c4c1291b73ce6f733eb41b Mon Sep 17 00:00:00 2001 From: Jonathan Woodruff Date: Thu, 26 Sep 2024 11:06:31 +0100 Subject: [PATCH] Revert "Revert "Use only 20 bits of address on the AXI lite port"" This reverts commit 47e12b8e65293cf78843adf7d529f9d4d66f9bf3. --- src_Core/Core/CoreW.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_Core/Core/CoreW.bsv b/src_Core/Core/CoreW.bsv index e013905..aa9234c 100644 --- a/src_Core/Core/CoreW.bsv +++ b/src_Core/Core/CoreW.bsv @@ -120,7 +120,7 @@ import DM_CPU_Req_Rsp ::*; // The Core module typedef WindCoreMid #( // AXI lite subordinate control port parameters - 21, 32, 0, 0, 0, 0, 0 + 20, 32, 0, 0, 0, 0, 0 // AXI manager 0 port parameters , TAdd #(Wd_MId, 1), Wd_Addr, Wd_Data, 0, 0, 0, 0, 0 // AXI manager 1 port parameters