amaranth/nmigen/build/res.py

8 lines
207 B
Python
Raw Normal View History

2021-12-09 22:39:50 -07:00
from amaranth.build.res import *
from amaranth.build.res import __all__
2019-04-26 06:37:08 -06:00
2021-12-09 22:39:50 -07:00
import warnings
warnings.warn("instead of nmigen.build.res, use amaranth.build.res",
DeprecationWarning, stacklevel=2)