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