8 lines
267 B
Python
8 lines
267 B
Python
from amaranth.compat.fhdl.bitcontainer import *
|
|
from amaranth.compat.fhdl.bitcontainer import __all__
|
|
|
|
|
|
import warnings
|
|
warnings.warn("instead of nmigen.compat.fhdl.bitcontainer, use amaranth.compat.fhdl.bitcontainer",
|
|
DeprecationWarning, stacklevel=2)
|