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


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