Merge pull request #96 from lschuermann/dev/compliant-xgmii-fixup

phy/xgmii: remove vcd dump in test, fix comment
This commit is contained in:
enjoy-digital 2021-11-21 21:19:17 +01:00 committed by GitHub
commit 7acb2a8c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 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),

View File

@ -546,7 +546,6 @@ class TestXGMIIPHY(unittest.TestCase):
and not xgmii_tx_collector.collecting,
),
],
vcd_name="xgmii_fuuuuuck.vcd",
)
self.assertTrue(