mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
convtools -> tools
This commit is contained in:
parent
0b195a244d
commit
f209bf6b33
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from functools import partial
|
|||
|
||||
from migen.fhdl.structure import *
|
||||
from migen.fhdl.structure import _Operator, _Slice, _Assign, _StatementList
|
||||
from migen.fhdl.convtools import *
|
||||
from migen.fhdl.tools import *
|
||||
|
||||
def _printsig(ns, s):
|
||||
if s.bv.signed:
|
||||
|
|
Loading…
Reference in a new issue