mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Update to latest cocotbext-eth
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
7914445ac0
commit
495c29f263
@ -30,7 +30,7 @@ class TB(object):
|
||||
self.axil_master = AxiLiteMaster(AxiLiteBus.from_prefix(dut, "s_axil"), dut.clk, dut.rst)
|
||||
|
||||
self.ptp_clock = PtpClock(
|
||||
ts_96=dut.ptp_ts_96,
|
||||
ts_tod=dut.ptp_ts_96,
|
||||
ts_step=dut.ptp_ts_step,
|
||||
clock=dut.clk,
|
||||
reset=dut.rst,
|
||||
|
@ -25,7 +25,7 @@ class TB(object):
|
||||
cocotb.start_soon(Clock(dut.clk, 4, units="ns").start())
|
||||
|
||||
self.ptp_clock = PtpClock(
|
||||
ts_96=dut.input_ts_96,
|
||||
ts_tod=dut.input_ts_96,
|
||||
ts_step=dut.input_ts_step,
|
||||
clock=dut.clk,
|
||||
reset=dut.rst,
|
||||
|
Loading…
x
Reference in New Issue
Block a user