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


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