mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
eth: Fix RX BER monitor when gearbox is enabled
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -84,7 +84,7 @@ always_comb begin
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if (time_count_reg == 0) begin
|
if (time_count_reg == 0 && serdes_rx_hdr_valid) begin
|
||||||
// 125 us timer expired
|
// 125 us timer expired
|
||||||
ber_count_next = 4'd0;
|
ber_count_next = 4'd0;
|
||||||
time_count_next = COUNT_125US_INT;
|
time_count_next = COUNT_125US_INT;
|
||||||
|
|||||||
Reference in New Issue
Block a user