eth: Report framing error for invalid block headers in 16-bit BASE-R RX

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-08-01 15:47:03 -07:00
parent a06edb43bb
commit 0f11edc77f

View File

@@ -849,6 +849,7 @@ always_ff @(posedge clk) begin
end else begin
// invalid header
frame_reg <= 1'b0;
framing_error_reg <= frame_reg;
end
// check all block type bits to detect bad encodings