12 lines
272 B
Python
12 lines
272 B
Python
![]() |
import warnings
|
||
|
|
||
|
from .lattice_machxo_2_3l import LatticeMachXO2Platform
|
||
|
|
||
|
|
||
|
__all__ = ["LatticeMachXO2Platform"]
|
||
|
|
||
|
|
||
|
# TODO(nmigen-0.4): remove
|
||
|
warnings.warn("instead of vendor.lattice_machxo2, use vendor.lattice_machxo_2_3l",
|
||
|
DeprecationWarning, stacklevel=2)
|