mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-09 00:41:27 -07:00
eth: Ensure that SGMII-related logic is removed when disabled in 16-bit BASE-X TX
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -705,7 +705,7 @@ always_comb begin
|
||||
endcase
|
||||
end
|
||||
|
||||
if (rep_en_reg) begin
|
||||
if (SGMII_EN && rep_en_reg) begin
|
||||
if (rep_sel_reg) begin
|
||||
gmii_txd_rep = {2{gmii_txd_next[15:8]}};
|
||||
gmii_tx_en_rep = {2{gmii_tx_en_next[1]}};
|
||||
|
||||
Reference in New Issue
Block a user