Move star imports to make from nmigen import * usable.

This commit is contained in:
whitequark 2018-12-15 14:20:10 +00:00
parent ad3c88852f
commit b5a1efa0c8
9 changed files with 14 additions and 13 deletions

View file

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