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