compat.fhdl.module: allow adding native submodules to compat modules.
This commit is contained in:
parent
1c7b43ea49
commit
ecea721f43
3 changed files with 12 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
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