From: rishucoding Date: Fri, 6 Jul 2018 16:46:16 +0000 (+0530) Subject: outen is 0 when iopad is supplying input X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dd346bedfbd4824fbdccf527e3b62b8da76f3c4;p=pinmux.git outen is 0 when iopad is supplying input --- diff --git a/src/test_bsv/tests/test_pinmux.py b/src/test_bsv/tests/test_pinmux.py index 709f09c..3d03f9b 100644 --- a/src/test_bsv/tests/test_pinmux.py +++ b/src/test_bsv/tests/test_pinmux.py @@ -305,7 +305,7 @@ def pinmux_twi_sda2(dut): # ok now set up gpioa0, set it to the opposite of twi_sda (0) i.e. gpioa0=1 # and test that... then switch over pin0/mux=3 - dut.peripheral_side_gpioa_a0_outen_in = 1 + dut.peripheral_side_gpioa_a0_outen_in = 0 # settings for input dut.mux_lines_cell0_mux_in = 0 dut.EN_mux_lines_cell0_mux = 1 dut.iocell_side_io0_cell_in_in = 1 # twi_sda=0, so gpioa0 should be 1