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


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