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


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