Add Ethernet MAC model

This commit is contained in:
Alex Forencich
2021-03-31 17:06:20 -07:00
parent a54121b503
commit 11843359f0
5 changed files with 848 additions and 0 deletions

View File

@@ -28,5 +28,6 @@ from .gmii import GmiiFrame, GmiiSource, GmiiSink, GmiiPhy
from .mii import MiiSource, MiiSink, MiiPhy
from .rgmii import RgmiiSource, RgmiiSink, RgmiiPhy
from .xgmii import XgmiiFrame, XgmiiSource, XgmiiSink
from .eth_mac import EthMacFrame, EthMacTx, EthMacRx, EthMac
from .ptp import PtpClock, PtpClockSimTime