blob: 1aba0f3374e4e54edffb6d8bf97176859347b5b2 (
plain)
1
2
3
4
5
6
7
|
from amaranth_boards.microzed_z020 import *
from amaranth_boards.microzed_z020 import __all__
import warnings
warnings.warn("instead of nmigen_boards.microzed_z020, use amaranth_boards.microzed_z020",
DeprecationWarning, stacklevel=2)
|