{,_}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 _ignore_deprecated
|
||||
from ..._utils import _ignore_deprecated
|
||||
from ...compat import *
|
||||
from ...compat.fhdl import verilog
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import unittest
|
||||
|
||||
from ..._tools import _ignore_deprecated
|
||||
from ..._utils import _ignore_deprecated
|
||||
from ...compat import *
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue