(no commit message)
authorlkcl <lkcl@web>
Sun, 28 Nov 2021 21:43:22 +0000 (21:43 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 28 Nov 2021 21:43:22 +0000 (21:43 +0000)
docs/pinmux.mdwn

index 3588d46702be98b05457e2de4e5f26644cfa079a..34af8030aa72dc485cfada17537ba36687c6e929 100644 (file)
@@ -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)
+
+