convtools -> tools

This commit is contained in:
Sebastien Bourdeauducq 2012-01-07 00:39:28 +01:00
parent 0b195a244d
commit f209bf6b33
2 changed files with 1 additions and 1 deletions

View File

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