compat.genlib.roundrobin: fix missing imports
authordx-mon <dx-mon@users.sourceforge.net>
Thu, 4 Feb 2021 03:10:44 +0000 (03:10 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 4 Feb 2021 11:02:27 +0000 (11:02 +0000)
nmigen/compat/genlib/roundrobin.py

index ce88b932892d72f38ef361ddfddfba3f25d4c3d7..4c9f4a0704d2047b70ce94eb242a7e8da377e4d1 100644 (file)
@@ -1,3 +1,6 @@
+import warnings
+
+from ..fhdl.structure import Signal, If, Case
 from ..._utils import deprecated
 from ..fhdl.module import CompatModule