From: lkcl Date: Mon, 29 Nov 2021 00:09:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3332 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77f05adcd96230fadf329bdf56a2666d82258a04;p=libreriscv.git --- diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index d230d3b56..b3e5275dd 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -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,