{,_}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:
whitequark 2019-10-13 18:53:38 +00:00
parent ccd28b40c2
commit 2f9dab361f
39 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
from .._tools import deprecated
from .._utils import deprecated
from .. import *

View file

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