phy/xgmii: fix description of IFG insertion
Fixes: ea0a65d357
("phy/xgmii: handle IFG insertion ...")
Signed-off-by: Leon Schuermann <leon@is.currently.online>
This commit is contained in:
parent
6f0c1b6a91
commit
4a0b6f736f
|
@ -248,7 +248,7 @@ class LiteEthPHYXGMIITX(Module):
|
|||
# Branch A: we've transmitted at least the full 12 bytes
|
||||
# IFG. This means that we can unconditionally start transmission
|
||||
# on the first octet. In addition to that, we may have inserted
|
||||
# some extra XGMII, thus we can reduce the deficit.
|
||||
# some extra IFG, thus we can reduce the deficit.
|
||||
*unshifted_idle_transmit,
|
||||
If(current_dic - last_packet_rem < 0,
|
||||
NextValue(current_dic, 0),
|
||||
|
|
Loading…
Reference in New Issue