Skip to content

Commit

Permalink
Update to latest cocotbext-eth
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <alex@alexforencich.com>
  • Loading branch information
alexforencich committed Nov 11, 2023
1 parent 7914445 commit 495c29f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fpga/common/tb/tdma_ber/test_tdma_ber.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, dut):
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,
Expand Down
2 changes: 1 addition & 1 deletion fpga/common/tb/tdma_scheduler/test_tdma_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, dut):
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,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 495c29f

Please sign in to comment.