blob: 997075e89bb1112347256fd9f421f1ea8d22f8fb (
plain)
1
2
3
4
5
6
7
|
from amaranth_boards.icebreaker_bitsy import *
from amaranth_boards.icebreaker_bitsy import __all__
import warnings
warnings.warn("instead of nmigen_boards.icebreaker_bitsy, use amaranth_boards.icebreaker_bitsy",
DeprecationWarning, stacklevel=2)
|