aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/resources/user.py
blob: 237909a48d6a0801bcb51c8f67db7ab71b687f24 (plain)
1
2
3
4
5
6
7
from amaranth_boards.resources.user import *
from amaranth_boards.resources.user import __all__


import warnings
warnings.warn("instead of nmigen_boards.resources.user, use amaranth_boards.resources.user",
              DeprecationWarning, stacklevel=2)