mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-29 16:15:03 -07:00
eth: Update timestamp precision threshold
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -235,7 +235,7 @@ async def run_test(dut, gbx_cfg=None, usxgmii_speed=None, payload_lengths=None,
|
||||
assert rx_frame.get_payload() == test_data
|
||||
assert rx_frame.check_fcs()
|
||||
assert rx_frame.ctrl is None
|
||||
assert abs(rx_frame_sfd_ns - ptp_ts_ns - tb.clk_period*1) < 0.01
|
||||
assert abs(rx_frame_sfd_ns - ptp_ts_ns - tb.clk_period*1) < 0.001
|
||||
|
||||
assert tb.sink.empty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user