8 lines
211 B
Python
8 lines
211 B
Python
from amaranth.lib.coding import *
|
|
from amaranth.lib.coding import __all__
|
|
|
|
|
|
import warnings
|
|
warnings.warn("instead of nmigen.lib.coding, use amaranth.lib.coding",
|
|
DeprecationWarning, stacklevel=2)
|