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


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