sim: split into base, core, and engines.
[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 nmigen.vendor.lattice_machxo2, use nmigen.vendor.lattice_machxo_2_3l",
11 DeprecationWarning, stacklevel=2)