~ruther/vhdl-spi-2

88da1f91e745bcb5b35cfd3bfb0e5e31768b194c — Rutherther 2 months ago 9ec022e
tests: fix _t meaning (tri state)
1 files changed, 1 insertions(+), 1 deletions(-)

M hdl_spi/tests/test_spi_masterslave.py
M hdl_spi/tests/test_spi_masterslave.py => hdl_spi/tests/test_spi_masterslave.py +1 -1
@@ 307,7 307,7 @@ async def rx_tx_disabled(dut):
    await FallingEdge(dut.clk_i)
    await FallingEdge(dut.clk_i)

    assert int(dut.mosi_t.value) == 0
    assert int(dut.mosi_t.value) == 1

    await slave.send_data(tx, 8)
    await slave.expect_transaction_in(15, "ns")

Do not follow this link