7 lines
201 B
Python
7 lines
201 B
Python
from amaranth.compat.genlib.record import *
|
|
|
|
|
|
import warnings
|
|
warnings.warn("instead of nmigen.compat.genlib.record, use amaranth.compat.genlib.record",
|
|
DeprecationWarning, stacklevel=2)
|