mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
verilog: remove unneeded import
This commit is contained in:
parent
b8647a161d
commit
34ce6b077f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from migen.fhdl.structure import *
|
|||
from migen.fhdl.structure import _Operator, _Slice, _Assign, _Fragment
|
||||
from migen.fhdl.tools import *
|
||||
from migen.fhdl.bitcontainer import bits_for, flen
|
||||
from migen.fhdl.namer import Namespace, build_namespace
|
||||
from migen.fhdl.namer import build_namespace
|
||||
from migen.fhdl.conv_output import ConvOutput
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue