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