mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-09 08:51:23 -07:00
eth: Reset match counts when transferring data
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -663,6 +663,8 @@ always_ff @(posedge clk) begin
|
||||
// data
|
||||
input_data_d0_reg <= encoded_rx_data_reg;
|
||||
framing_error_reg <= !frame_reg;
|
||||
rx_os_match_reg <= '0;
|
||||
rx_idle_match_reg <= '0;
|
||||
end else begin
|
||||
// control
|
||||
case (encoded_rx_data_reg[7:4])
|
||||
|
||||
Reference in New Issue
Block a user