From 617cd29dffeda18ce3d018454d7d7aebf6e8180e Mon Sep 17 00:00:00 2001 From: hennomann <72810220+hennomann@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:32:19 +0200 Subject: [PATCH] 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! --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index e41a78a..e9da9d3 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -301,6 +301,7 @@ static std::map fpga_list = { /* Lattice ECP3 */ {0x01014043, {"lattice", "ECP3", "LFE3-70E", 8}}, + {0x01015043, {"lattice", "ECP3", "LFE3-150EA", 8}}, /* Lattice ECP5 */ {0x21111043, {"lattice", "ECP5", "LFE5U-12", 8}},