From: Andrey Miroshnikov Date: Wed, 8 Jun 2022 22:44:00 +0000 (+0100) Subject: Fixed errors X-Git-Tag: opf_rfc_ls005_v1~1908 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d461c6aa24890ecd847d87a8c6aa891ed15b7e0;p=libreriscv.git Fixed errors --- diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 46388545a..295c652cc 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -473,7 +473,7 @@ The diagram below shows the layout of the configuration byte. If the block is created with more GPIOs than can fit in a single data word, the next set of GPIOs can be accessed by incrementing the address. For example, if 16 GPIOs are instantiated and 64-bit data bus is used, GPIOs -0-7 are accessed via address 0, whereas GPIOs 8-15 are accessed by address 0. +0-7 are accessed via address 0, whereas GPIOs 8-15 are accessed by address 1. ### Example Memory Map diff --git a/docs/pinmux/gpio-mem-layout.jpg b/docs/pinmux/gpio-mem-layout.jpg index d8c2b12f2..e7c30a3a5 100644 Binary files a/docs/pinmux/gpio-mem-layout.jpg and b/docs/pinmux/gpio-mem-layout.jpg differ