From 648da3fabdd9951e7002dc29e98314b7aae5a793 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 25 Jun 2018 16:21:03 +0100 Subject: [PATCH] add in some comments --- src/test_bsv/pinmux.bsv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/test_bsv/pinmux.bsv b/src/test_bsv/pinmux.bsv index c997250..dcda6a6 100644 --- a/src/test_bsv/pinmux.bsv +++ b/src/test_bsv/pinmux.bsv @@ -4,7 +4,7 @@ https://bitbucket.org/casl/pinmux. Authors: Neel Gala, Luke - Date of generation: Mon Jun 25 15:46:34 2018 + Date of generation: Mon Jun 25 16:20:40 2018 */ package pinmux; @@ -91,7 +91,9 @@ package pinmux; // (giving six pairs of dangling wires, named left and right) // these iocells are routed in their place on one side ("left") // and the matching *GPIO* peripheral interfaces in/out/dir - // connect to the OTHER side ("right"). + // connect to the OTHER side ("right"). the result is that + // the muxer settings end up controlling the routing of where + // the I/O from the IOcell actually goes. interface IOCellSide iocell_side; endinterface (*synthesize*) -- 2.30.2