From 22cf81530dbf67090c022cff7909df849dd56c8b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 24 Jun 2018 13:58:02 +0100 Subject: [PATCH] add comments --- src/test_bsv/pinmux.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_bsv/pinmux.bsv b/src/test_bsv/pinmux.bsv index 2bf4349..7962109 100644 --- a/src/test_bsv/pinmux.bsv +++ b/src/test_bsv/pinmux.bsv @@ -193,7 +193,7 @@ package pinmux; // set the output (and only the output) as a wire // output muxer for cell idx 1 cell1_mux_out=wrcell1_mux==0?gpioa_a1_io: - wrcell1_mux==1?uart0_rx_io: + wrcell1_mux==1?uart0_rx_io: // oink?? this is an input!! twi0_sda_io; // TODO: here is needed something which sets a new -- 2.30.2