add in some comments
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 25 Jun 2018 15:21:03 +0000 (16:21 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 25 Jun 2018 15:21:03 +0000 (16:21 +0100)
src/test_bsv/pinmux.bsv

index c9972505861808073d20fb85575f2803b98ca32d..dcda6a6b2fd985f5cbb2885e79b4c099c2b71400 100644 (file)
@@ -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*)