From: lkcl Date: Sun, 28 Nov 2021 21:43:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3348 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fefae2b2ba8863edc08fdc769f26d187dbd9edb0;p=libreriscv.git --- diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 3588d4670..34af8030a 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -217,3 +217,13 @@ an FPGA or an ASIC, a full array of IO Connections: resources.append(clk) resources.append(rst) return resources + +For an FPGA, the Pins names are typically the Ball Grid Array +Pad or Pin name: A12, or N20. ASICs can do likewise: it is +for convenience when referring to schematics, to use the most +recogniseable well-known name. + +Next, these Resources need to be handed to a ResourceManager or +a Platform (Platform derives from ResourceManager) + +