mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-08 16:31:31 -07:00
eth: Ensure repetition is disabled for USXGMII at full rate
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -882,6 +882,7 @@ always_ff @(posedge clk) begin
|
||||
// 5 Gbps
|
||||
rep_cnt_reg <= 0;
|
||||
rep_stall_reg <= 1'b0;
|
||||
rep_en_reg <= 1'b0;
|
||||
end
|
||||
endcase
|
||||
end else begin
|
||||
|
||||
Reference in New Issue
Block a user