projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5287477
)
compat.genlib.coding: fix import.
author
Jean-François Nguyen
<jf@lambdaconcept.com>
Wed, 26 Dec 2018 14:29:48 +0000
(15:29 +0100)
committer
whitequark
<whitequark@whitequark.org>
Wed, 26 Dec 2018 14:30:01 +0000
(14:30 +0000)
nmigen/compat/genlib/coding.py
patch
|
blob
|
history
diff --git
a/nmigen/compat/genlib/coding.py
b/nmigen/compat/genlib/coding.py
index cb32f87174af3f73153bad1696d69c36573dd191..44154a29e5be8665065a3bcfb42bc0d081765f9c 100644
(file)
--- a/
nmigen/compat/genlib/coding.py
+++ b/
nmigen/compat/genlib/coding.py
@@
-1,4
+1,4
@@
-from ...lib.c
dc
import *
+from ...lib.c
oding
import *
__all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]