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


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