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