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