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