From: lkcl Date: Sun, 28 Nov 2021 21:47:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3347 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bea1a25dc3225ec9b46e958967ce11691d13ba0;p=libreriscv.git --- diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 34af8030a..193e6778d 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -226,4 +226,7 @@ recogniseable well-known name. Next, these Resources need to be handed to a ResourceManager or a Platform (Platform derives from ResourceManager) - + class ASICPlatform(TemplatedPlatform): + def __init__(self, resources): + super().__init__() + self.add_resources(resources)