From: lkcl Date: Mon, 29 Nov 2021 00:02:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3333 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddb6df2f852d6f22e86660546450c576171f278b;p=libreriscv.git --- diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 78c730bca..d230d3b56 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -133,7 +133,7 @@ a UART (caveat below): The caveat here is that the Resources of the platform actually have to have a UART in order for it to be requestable! Thus: - resources = create_resources() + resources = create_resources() # contains resource named "uart" asic = ASICPlatform(resources) hdl = Blinker() asic.build(hdl)