aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/mercury.py
blob: 619a55fa58d98a902eaf7f4c83462d80fdb2a6ca (plain)
1
2
3
4
5
6
7
from amaranth_boards.mercury import *
from amaranth_boards.mercury import __all__


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