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