Update part.hpp to support Lattice LFE3-150EA device

This PR adds device ID support for the Lattice ECP3 LFE3-150EA.
Previously, only the LFE3-70E was supported.

We've tested the implementation and confirmed it works as expected.
We're happy to contribute to expanding ECP3 device support!
This commit is contained in:
hennomann 2025-10-02 11:32:19 +02:00 committed by GitHub
parent 205e6f9ea5
commit 617cd29dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Lattice ECP3 */
{0x01014043, {"lattice", "ECP3", "LFE3-70E", 8}},
{0x01015043, {"lattice", "ECP3", "LFE3-150EA", 8}},
/* Lattice ECP5 */
{0x21111043, {"lattice", "ECP5", "LFE5U-12", 8}},