From 1f01dd6268b8d265192dd8cddbadaf65c45cdc54 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 4 Jul 2018 10:54:52 +0100 Subject: [PATCH] nope it really is pad 2 for twi_scl... --- src/test_bsv/tests/test_pinmux.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2