Skip to content

Commit f7c2b94

Browse files
dragonmuxwhitequark
authored andcommitted
compat.genlib.roundrobin: fix missing imports
1 parent 746886c commit f7c2b94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nmigen/compat/genlib/roundrobin.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import warnings
2+
3+
from ..fhdl.structure import Signal, If, Case
14
from ..._utils import deprecated
25
from ..fhdl.module import CompatModule
36

0 commit comments

Comments
 (0)