vendor._lattice: add Nexus support.

Co-authored-by: Nate Slager <slagernate@gmail.com>
This commit is contained in:
Wanda 2024-04-19 08:17:00 +02:00 committed by Catherine
parent cf07f938ab
commit dde8334031
3 changed files with 314 additions and 15 deletions

View file

@ -3,7 +3,7 @@ Lattice
.. currentmodule:: amaranth.vendor
The :class:`LatticePlatform` class provides a base platform to support Lattice toolchains (not including iCE40 devices, which are supported by :class:`SiliconBluePlatform`). Currently supported devices include ECP5, MachXO2, and MachXO3L.
The :class:`LatticePlatform` class provides a base platform to support Lattice toolchains (not including iCE40 devices, which are supported by :class:`SiliconBluePlatform`). Currently supported devices include ECP5, MachXO2, MachXO3L, and Nexus.
The Trellis and Diamond toolchains are supported.