From: Luke Kenneth Casson Leighton Date: Wed, 4 Jul 2018 09:54:52 +0000 (+0100) Subject: nope it really is pad 2 for twi_scl... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f01dd6268b8d265192dd8cddbadaf65c45cdc54;p=pinmux.git nope it really is pad 2 for twi_scl... --- diff --git a/src/test_bsv/tests/test_pinmux.py b/src/test_bsv/tests/test_pinmux.py index bd55e87..d2488d2 100644 --- a/src/test_bsv/tests/test_pinmux.py +++ b/src/test_bsv/tests/test_pinmux.py @@ -127,12 +127,12 @@ def pinmux_twi_scl(dut): """Test for I2C SCL""" yield Timer(2) # mux selection lines, each input two bit wide - dut.mux_lines_cell1_mux_in = 2 + dut.mux_lines_cell2_mux_in = 2 yield Timer(2) # enable input for mux dut.EN_mux_lines_cell0_mux = 0 - dut.EN_mux_lines_cell1_mux = 1 - dut.EN_mux_lines_cell2_mux = 0 + dut.EN_mux_lines_cell1_mux = 0 + dut.EN_mux_lines_cell2_mux = 1 yield Timer(2)