1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Update FIFO instance

This commit is contained in:
Alex Forencich 2021-10-13 16:44:05 -07:00
parent 74a7cc08e5
commit 2c038c9b7b

View File

@ -2454,10 +2454,9 @@ generate
.FRAME_FIFO(0) .FRAME_FIFO(0)
) )
tx_ptp_ts_fifo_inst ( tx_ptp_ts_fifo_inst (
.async_rst(rst | tx_rst[n*PORTS_PER_IF+m]),
// AXI input // AXI input
.s_clk(tx_clk[n*PORTS_PER_IF+m]), .s_clk(tx_clk[n*PORTS_PER_IF+m]),
.s_rst(tx_rst[n*PORTS_PER_IF+m]),
.s_axis_tdata(axis_tx_in_ptp_ts), .s_axis_tdata(axis_tx_in_ptp_ts),
.s_axis_tkeep(0), .s_axis_tkeep(0),
.s_axis_tvalid(axis_tx_in_ptp_ts_valid), .s_axis_tvalid(axis_tx_in_ptp_ts_valid),
@ -2469,6 +2468,7 @@ generate
// AXI output // AXI output
.m_clk(clk), .m_clk(clk),
.m_rst(rst),
.m_axis_tdata(axis_tx_fifo_ptp_ts), .m_axis_tdata(axis_tx_fifo_ptp_ts),
.m_axis_tkeep(), .m_axis_tkeep(),
.m_axis_tvalid(axis_tx_fifo_ptp_ts_valid), .m_axis_tvalid(axis_tx_fifo_ptp_ts_valid),