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