eth: Do not count SFD as payload data

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-04-07 13:25:39 -07:00
parent 0ef0bb3409
commit bc023296f4

View File

@@ -376,7 +376,6 @@ always_comb begin
state_next = STATE_PREAMBLE;
end else if (pre_cnt_reg == 0) begin
// end of preamble; start payload
stat_tx_byte_next = 1'b1;
if (s_axis_tx_tready_reg) begin
s_axis_tx_tready_next = 1'b1;
s_tdata_next = s_axis_tx.tdata;