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