From 25aeb81ee6a2aec450a6d94a1e7aedf415da5187 Mon Sep 17 00:00:00 2001 From: Simon Kirkby Date: Sun, 9 Jun 2019 18:24:01 +0800 Subject: [PATCH] lib.cdc: fix typo. --- nmigen/lib/cdc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2