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


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