From 60fa98d3fff1cb75c4b4ab7ee557ecfab3d4aa70 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 4 Jul 2018 10:49:44 +0100 Subject: [PATCH] put twi_scl test back to the right mux value --- src/test_bsv/tests/test_pinmux.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test_bsv/tests/test_pinmux.py b/src/test_bsv/tests/test_pinmux.py index 3da87a6..bd55e87 100644 --- a/src/test_bsv/tests/test_pinmux.py +++ b/src/test_bsv/tests/test_pinmux.py @@ -127,14 +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_cell0_mux_in = 1 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 = 0 - dut.EN_mux_lines_cell2_mux = 1 + dut.EN_mux_lines_cell1_mux = 1 + dut.EN_mux_lines_cell2_mux = 0 yield Timer(2) -- 2.30.2