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


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