eth: Use APB 1S interconnect

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-03-19 19:12:52 -07:00
parent 933ebcadb3
commit 00a0f56c56
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ taxi_eth_phy_10g_7_gt.f
../taxi_eth_mac_phy_10g.f ../taxi_eth_mac_phy_10g.f
../taxi_eth_mac_10g.f ../taxi_eth_mac_10g.f
../taxi_eth_phy_10g.f ../taxi_eth_phy_10g.f
../../lib/taxi/src/apb/rtl/taxi_apb_interconnect.sv ../../lib/taxi/src/apb/rtl/taxi_apb_interconnect_1s.sv

View File

@@ -300,7 +300,7 @@ taxi_apb_if #(
) )
ch_apb_ctrl[CNT](); ch_apb_ctrl[CNT]();
taxi_apb_interconnect #( taxi_apb_interconnect_1s #(
.M_CNT(CNT), .M_CNT(CNT),
.ADDR_W(s_apb_ctrl.ADDR_W), .ADDR_W(s_apb_ctrl.ADDR_W),
.M_REGIONS(1), .M_REGIONS(1),