lib.cdc: fix typo.

This commit is contained in:
Simon Kirkby 2019-06-09 18:24:01 +08:00 committed by whitequark
parent d5ba26b174
commit 2423eabc15

View file

@ -29,7 +29,7 @@ class MultiReg(Elaboratable):
Platform override 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. e.g. to instantiate library cells directly.
Note on Reset Note on Reset