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

Don't leave output floating

This commit is contained in:
Alex Forencich 2019-07-19 18:13:30 -07:00
parent c5e886769a
commit 451db171d1
2 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,7 @@ if (TX_PTP_TS_ENABLE) begin
.m_status_good_frame()
);
assign s_axis_tx_ptp_ts_ready = 1'b0;
assign m_axis_tx_ptp_ts_tag = {PTP_TAG_WIDTH{1'b0}};
end

View File

@ -417,6 +417,7 @@ if (TX_PTP_TS_ENABLE) begin
.m_status_good_frame()
);
assign s_axis_tx_ptp_ts_ready = 1'b0;
assign m_axis_tx_ptp_ts_tag = {PTP_TAG_WIDTH{1'b0}};
end