Get it all working again
This commit is contained in:
@@ -87,6 +87,11 @@ taxi_axis_if axis_sfp_stat();
|
||||
taxi_apb_if #(.ADDR_W(pcie_dma_regs_pkg::PCIE_DMA_REGS_MIN_ADDR_WIDTH)) eth_dma_apb();
|
||||
taxi_apb_if #(.ADDR_W(eth_mac_25g_us_regs_pkg::ETH_MAC_25G_US_REGS_MIN_ADDR_WIDTH)) eth_mac_apb();
|
||||
|
||||
eth_dma_wrapper_regs u_eth_dma_wrapper_regs (
|
||||
.s_apb (s_apb),
|
||||
.m_apb_eth_mac_25g_us_regs (eth_mac_apb),
|
||||
.m_apb_pcie_dma_regs (eth_dma_apb)
|
||||
);
|
||||
|
||||
eth_mac_25g_us_regs_pkg::eth_mac_25g_us_regs__in_t hwif_in;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user