Get it kind of working again

This commit is contained in:
Byron Lathi
2025-11-22 17:02:25 -08:00
parent 85cb3cc2a6
commit d9a25d0a7a
13 changed files with 58 additions and 38 deletions

View File

@@ -42,6 +42,8 @@ module alibaba_pcie(
);
logic clk_250;
logic rst_250;
taxi_axil_if m_axil_rd();
taxi_axil_if m_axil_wr();
@@ -90,10 +92,10 @@ eth_dma_wrapper u_eth_dma_wrapper (
);
pcie_top u_pcie_top(
.pcie_exp_rxp (pcie_exp_rxp)
.pcie_exp_rxn (pcie_exp_rxn)
.pcie_exp_txp (pcie_exp_txp)
.pcie_exp_txn (pcie_exp_txn),
.pci_exp_rxp (pci_exp_rxp),
.pci_exp_rxn (pci_exp_rxn),
.pci_exp_txp (pci_exp_txp),
.pci_exp_txn (pci_exp_txn),
.pcie_mgt_refclk_p (pcie_mgt_refclk_p),
.pcie_mgt_refclk_n (pcie_mgt_refclk_n),
@@ -103,6 +105,9 @@ pcie_top u_pcie_top(
.user_lnk_up (Led_o[0]),
.phy_rdy_out (Led_o[1]),
.o_clk_250 (clk_250),
.o_rst_250 (rst_250),
.dma_ram_eth_wr_if (dma_ram_eth_wr_if),
.dma_ram_eth_rd_if (dma_ram_eth_rd_if),