compat.genlib.roundrobin: fix missing imports
This commit is contained in:
parent
746886ca8a
commit
f7c2b9419f
|
@ -1,3 +1,6 @@
|
|||
import warnings
|
||||
|
||||
from ..fhdl.structure import Signal, If, Case
|
||||
from ..._utils import deprecated
|
||||
from ..fhdl.module import CompatModule
|
||||
|
||||
|
|
Loading…
Reference in a new issue