projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ba26b
)
lib.cdc: fix typo.
author
Simon Kirkby
<obeygiantrobot@gmail.com>
Sun, 9 Jun 2019 10:24:01 +0000
(18:24 +0800)
committer
whitequark
<whitequark@whitequark.org>
Sun, 9 Jun 2019 10:24:01 +0000
(10:24 +0000)
nmigen/lib/cdc.py
patch
|
blob
|
history
diff --git
a/nmigen/lib/cdc.py
b/nmigen/lib/cdc.py
index ec83317650adf67ff32c3e5d931bedeb9461557b..e68b9cb5ba9bb0bff91fe3f3684df9489a462858 100644
(file)
--- 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 met
e
hod 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