compat.fhdl.module: allow adding native submodules to compat modules.

This commit is contained in:
whitequark 2018-12-14 23:40:15 +00:00
parent 1c7b43ea49
commit ecea721f43
3 changed files with 12 additions and 10 deletions

View file

@ -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