mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue