We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b5a2b commit 5948988Copy full SHA for 5948988
pycde_example/ahb_to_ram.py
@@ -1,5 +1,5 @@
1
from pycde import (Clock, Reset, Input, Output, Module, System, generator)
2
-from pycde.types import Bits, UInt, types
+from pycde.types import Bits, UInt, types # noqa: F401
3
from pycde.constructs import Reg, Mux
4
from pycde.signals import BitsSignal
5
from pycde.module import ModuleBuilder
0 commit comments