mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-09 00:41:27 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user