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


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