Add PTP clock model that generates timestamps from sim time

This commit is contained in:
Alex Forencich
2021-03-30 21:18:36 -07:00
parent 4a23d8a69c
commit a54121b503
6 changed files with 352 additions and 1 deletions

View File

@@ -29,4 +29,4 @@ from .mii import MiiSource, MiiSink, MiiPhy
from .rgmii import RgmiiSource, RgmiiSink, RgmiiPhy
from .xgmii import XgmiiFrame, XgmiiSource, XgmiiSink
from .ptp import PtpClock
from .ptp import PtpClock, PtpClockSimTime