amaranth/nmigen/build/plat.py

8 lines
211 B
Python
Raw Normal View History

2021-12-09 22:39:50 -07:00
from amaranth.build.plat import *
from amaranth.build.plat import __all__
2019-06-01 10:43:27 -06:00
2021-12-09 22:39:50 -07:00
import warnings
warnings.warn("instead of nmigen.build.plat, use amaranth.build.plat",
DeprecationWarning, stacklevel=2)