Move star imports to make from nmigen import * usable.
This commit is contained in:
parent
ad3c88852f
commit
b5a1efa0c8
9 changed files with 14 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
from .cd import ClockDomain
|
||||
from .ast import Value, Const, Mux, Cat, Repl, Signal, ClockSignal, ResetSignal
|
||||
from .ir import Fragment
|
||||
from .dsl import Module
|
||||
from .xfrm import ResetInserter, CEInserter
|
||||
Loading…
Add table
Add a link
Reference in a new issue