From 88c18a081573a929766fd134c1c7c1c714177720 Mon Sep 17 00:00:00 2001 From: GrassHopper1977 <52569451+GrassHopper1977@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:37:01 +0000 Subject: [PATCH] Update README.md Added a note to pinmux regarding the consequences of the output selection defaulting to 0b10. --- doc/ip/pinmux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ip/pinmux/README.md b/doc/ip/pinmux/README.md index 65d5b72d..398e8183 100644 --- a/doc/ip/pinmux/README.md +++ b/doc/ip/pinmux/README.md @@ -8,7 +8,7 @@ All selectors are byte addressable, this means that you can write four selectors There are output pin selectors, which select which block output is connected to a particular FPGA pin. The selector is one-hot, so you need to write `8'b100` if you want to select input 3 for example. -The default value for all of these selectors is `'b10`. +The default value for all of these selectors is `'b10`. As a consequence, you will need to use the pinmux before attempting use the additional headers as GPIO (e.g. the Raspberry Pi header's GPIO). | Address | Pin output | Possible block outputs | |---------|------------|------------------------|