Implement RFC 17: Remove log2_int.
Reexports of `amaranth.utils` functions are removed from `amaranth._utils` to avoid a circular import issue (for `deprecated`). Since this is a private module, this should not be a problem.
This commit is contained in:
parent
ea258fad71
commit
7f76914b74
8 changed files with 142 additions and 20 deletions
|
|
@ -4,7 +4,8 @@ from contextlib import contextmanager
|
|||
import warnings
|
||||
import re
|
||||
|
||||
from .._utils import bits_for, flatten
|
||||
from .._utils import flatten
|
||||
from ..utils import bits_for
|
||||
from ..hdl import ast, ir, mem, xfrm, _repr
|
||||
from ..lib import wiring
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue