compat.genlib.cdc: add missing import.
This commit is contained in:
parent
c110fe6a9d
commit
52a9f818f1
|
@ -2,6 +2,7 @@ from ...tools import deprecated
|
|||
from ...lib.cdc import MultiReg
|
||||
from ...hdl.ast import *
|
||||
from ..fhdl.module import CompatModule
|
||||
from ..fhdl.structure import If
|
||||
|
||||
|
||||
__all__ = ["MultiReg", "GrayCounter", "GrayDecoder"]
|
||||
|
|
Loading…
Reference in a new issue