From: Luke Kenneth Casson Leighton Date: Mon, 2 Jul 2018 22:32:30 +0000 (+0100) Subject: remove spurious timer pulse, add log message, io1_cell is z (tristate). odd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6faad7430c09a6e6f00448776ff53b92c276937;p=pinmux.git remove spurious timer pulse, add log message, io1_cell is z (tristate). odd --- diff --git a/src/test_bsv/tests/test_pinmux.py b/src/test_bsv/tests/test_pinmux.py index 8e33e9a..9ebc787 100644 --- a/src/test_bsv/tests/test_pinmux.py +++ b/src/test_bsv/tests/test_pinmux.py @@ -100,14 +100,14 @@ def pinmux_basic_test(dut): "uart_tx=0/mux=0/out=1 %s iocell_io0 != 0" % str(dut.iocell_side_io0_cell_out)) - yield Timer(2) - # TWI yield Timer(2) # define input variables dut.peripheral_side_twi_sda_out_in = 0 dut.peripheral_side_twi_sda_outen_in = 1 + dut._log.info("io1_out %s" % dut.iocell_side_io1_cell_out) + yield Timer(2) # Test for out for twi_sda if dut.iocell_side_io1_cell_out != 0: