Revert "Revert "Use only 20 bits of address on the AXI lite port""

This reverts commit 47e12b8e65.
This commit is contained in:
Jonathan Woodruff
2024-09-26 11:06:31 +01:00
parent 1cfc58c2cc
commit 57fcf7a52a

View File

@@ -120,7 +120,7 @@ import DM_CPU_Req_Rsp ::*;
// The Core module // The Core module
typedef WindCoreMid #( // AXI lite subordinate control port parameters 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 // AXI manager 0 port parameters
, TAdd #(Wd_MId, 1), Wd_Addr, Wd_Data, 0, 0, 0, 0, 0 , TAdd #(Wd_MId, 1), Wd_Addr, Wd_Data, 0, 0, 0, 0, 0
// AXI manager 1 port parameters // AXI manager 1 port parameters