compat.genlib.coding: fix import.
authorJean-François Nguyen <jf@lambdaconcept.com>
Wed, 26 Dec 2018 14:29:48 +0000 (15:29 +0100)
committerwhitequark <whitequark@whitequark.org>
Wed, 26 Dec 2018 14:30:01 +0000 (14:30 +0000)
nmigen/compat/genlib/coding.py

index cb32f87174af3f73153bad1696d69c36573dd191..44154a29e5be8665065a3bcfb42bc0d081765f9c 100644 (file)
@@ -1,4 +1,4 @@
-from ...lib.cdc import *
+from ...lib.coding import *
 
 
 __all__ = ["Encoder", "PriorityEncoder", "Decoder", "PriorityDecoder"]