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

index 4dfde8ba4e12474d0fdf09db40f2c53ce0698ef3..45b1a8d829b4ac0cd656d8c1e85e361922a17581 100644 (file)
@@ -9,8 +9,9 @@ Links:
 
 Managing IO on an ASIC is nowhere near as simple as on an FPGA.
 An FPGA has built-in IO Pads, the wires terminate inside an
-existing silicon block which has been tested for you.  In an
-ASIC, a bi-directional IO Pad requires three wires (in, out,
+existing silicon block which has been tested for you.
+In an ASIC, you are going to have to do everything yourself.
+In an ASIC, a bi-directional IO Pad requires three wires (in, out,
 out-enable) to be routed right the way from the ASIC, all
 the way to the IO PAD, where only then does a wire bond connect
 it to a single pin.