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


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