diff --git a/liteeth/phy/xgmii.py b/liteeth/phy/xgmii.py index 196bcc6..2878a3d 100644 --- a/liteeth/phy/xgmii.py +++ b/liteeth/phy/xgmii.py @@ -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), diff --git a/test/test_xgmii_phy.py b/test/test_xgmii_phy.py index c5f52f3..cf72997 100644 --- a/test/test_xgmii_phy.py +++ b/test/test_xgmii_phy.py @@ -546,7 +546,6 @@ class TestXGMIIPHY(unittest.TestCase): and not xgmii_tx_collector.collecting, ), ], - vcd_name="xgmii_fuuuuuck.vcd", ) self.assertTrue(