From 064c8c0056d9f2aef82ec72cf18d9d6357a13f15 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 28 Dec 2024 22:58:17 +0100 Subject: [PATCH] chore: remove todo comments --- hdl_spi/tests/test_spi_masterslave.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hdl_spi/tests/test_spi_masterslave.py b/hdl_spi/tests/test_spi_masterslave.py index 0c0b146..ac7b799 100644 --- a/hdl_spi/tests/test_spi_masterslave.py +++ b/hdl_spi/tests/test_spi_masterslave.py @@ -505,12 +505,6 @@ async def csn_pulse(dut): await Timer(100, "ns") -# Rx blocking - Can't go to another transmission until data confirmed. - # When data read a bit later, and csn pulsing is enabled, the csn should still pulse, before data are obtained - -# rx_en off - miso should be ignored, no rx_valid is always 0. Tx works fine -# tx_en off - mosi should be Z, tx_ready is always 0. Rx works fine - def spi_tests_runner(): hdl_toplevel_lang = "vhdl" sim = os.getenv("SIM", "questa") -- 2.48.1