We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746886c commit f7c2b94Copy full SHA for f7c2b94
nmigen/compat/genlib/roundrobin.py
@@ -1,3 +1,6 @@
1
+import warnings
2
+
3
+from ..fhdl.structure import Signal, If, Case
4
from ..._utils import deprecated
5
from ..fhdl.module import CompatModule
6
0 commit comments