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
|
|
@ -0,0 +1,7 @@
|
|||
from .fhdl.ast import Value, Const, Mux, Cat, Repl, Signal, ClockSignal, ResetSignal
|
||||
from .fhdl.dsl import Module
|
||||
from .fhdl.cd import ClockDomain
|
||||
from .fhdl.ir import Fragment
|
||||
from .fhdl.xfrm import ResetInserter, CEInserter
|
||||
|
||||
from .genlib.cdc import MultiReg
|
||||
|
|
@ -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