mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-28 05:55:09 -08:00
ptp: Fix typo in PTP TD model
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -108,7 +108,7 @@ class PtpTdSource(Reset):
|
||||
self.ts_fns = int(ts_fns)
|
||||
self.ts_tod_updated = True
|
||||
|
||||
def set_ts_tod_64(self, ts):
|
||||
def set_ts_tod_96(self, ts):
|
||||
ts = int(ts)
|
||||
self.set_ts_tod(ts >> 48, (ts >> 32) & 0x3fffffff, (ts & 0xffff) << 16)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user