(no commit message)
authorlkcl <lkcl@web>
Mon, 29 Nov 2021 00:09:22 +0000 (00:09 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 29 Nov 2021 00:09:22 +0000 (00:09 +0000)
docs/pinmux.mdwn

index d230d3b566da35bd7bd81ee0a4a4ee1c536fca60..b3e5275dd3807f62270abebb2d400f3e6e01cb64 100644 (file)
@@ -260,7 +260,14 @@ It is then your responsibility to:
 * connect up each and every peripheral input and output
   to the right IO Core Record in your HDL
 * connect up each and every IO Pad input and output
-  to the right IO Pad in the Platform
+  to the right IO Pad in the Platform. **This
+  does not happen automatically and is not the
+  responsibility of the TAP Interface*
+
+The TAP interface connects the **other** side of the pads
+and cores Records: **to the Muxes**.  You **have** to
+connect **your** side of both core and pads Records in
+order for the Scan to be fully functional.
 
 Both of these tasks are painstaking and tedious in the
 extreme if done manually, and prone to either sheer boredom,