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


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