blob: a935008e1823a1c1d3a7deff9f9152aba86471f8 (
plain)
1
2
3
4
5
6
7
|
from amaranth_boards.fomu_pvt import *
from amaranth_boards.fomu_pvt import __all__
import warnings
warnings.warn("instead of nmigen_boards.fomu_pvt, use amaranth_boards.fomu_pvt",
DeprecationWarning, stacklevel=2)
|