From 495c29f263e82125b729e2f8bbccb5f7cc311410 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 10 Nov 2023 19:21:05 -0800 Subject: [PATCH] Update to latest cocotbext-eth Signed-off-by: Alex Forencich --- fpga/common/tb/tdma_ber/test_tdma_ber.py | 2 +- fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fpga/common/tb/tdma_ber/test_tdma_ber.py b/fpga/common/tb/tdma_ber/test_tdma_ber.py index 26986cbbb..ae78e3f90 100644 --- a/fpga/common/tb/tdma_ber/test_tdma_ber.py +++ b/fpga/common/tb/tdma_ber/test_tdma_ber.py @@ -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, diff --git a/fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py b/fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py index e89bb2778..5c64c02f4 100644 --- a/fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py +++ b/fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py @@ -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, diff --git a/tox.ini b/tox.ini index 2fc8f3e27..f0308cb05 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = cocotb-bus == 0.2.1 cocotb-test == 0.2.4 cocotbext-axi == 0.1.24 - cocotbext-eth == 0.1.20 + cocotbext-eth == 0.1.22 cocotbext-pcie == 0.2.14 scapy == 2.5.0