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:
Leon Schuermann 2021-11-21 19:31:07 +01:00
parent 6f0c1b6a91
commit 4a0b6f736f
1 changed files with 1 additions and 1 deletions

View File

@ -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),