From: Simon Kirkby Date: Sun, 9 Jun 2019 10:24:01 +0000 (+0800) Subject: lib.cdc: fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25aeb81ee6a2aec450a6d94a1e7aedf415da5187;p=nmigen.git lib.cdc: fix typo. --- diff --git a/nmigen/lib/cdc.py b/nmigen/lib/cdc.py index ec83317..e68b9cb 100644 --- a/nmigen/lib/cdc.py +++ b/nmigen/lib/cdc.py @@ -29,7 +29,7 @@ class MultiReg(Elaboratable): Platform override ----------------- - Define the ``get_multi_reg`` platform metehod to override the implementation of MultiReg, + Define the ``get_multi_reg`` platform method to override the implementation of MultiReg, e.g. to instantiate library cells directly. Note on Reset