1d01506ad5a2bc4d6311b9e501c80629a33e4522
[nmigen.git] / nmigen / vendor / lattice_machxo2.py
1 import warnings
2
3 from .lattice_machxo_2_3l import LatticeMachXO2Platform
4
5
6 __all__ = ["LatticeMachXO2Platform"]
7
8
9 # TODO(nmigen-0.4): remove
10 warnings.warn("instead of vendor.lattice_machxo2, use vendor.lattice_machxo_2_3l",
11 DeprecationWarning, stacklevel=2)