{,_}tools→{,_}utils
In context of nMigen, "tools" means "parts of toolchain", so it is confusing to have a completely unrelated module also called "tools".
This commit is contained in:
parent
ccd28b40c2
commit
2f9dab361f
39 changed files with 43 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .._tools import deprecated
|
||||
from .._utils import deprecated
|
||||
from .. import *
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from .. import *
|
||||
from ..asserts import *
|
||||
from .._tools import log2_int, deprecated
|
||||
from .._utils import log2_int, deprecated
|
||||
from .coding import GrayEncoder
|
||||
from .cdc import FFSynchronizer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue