Skip to content

Commit f0b7215

Browse files
committed
part: added Lattice ECP3 LFE3-70E
1 parent 7275a56 commit f0b7215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/part.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ static std::map <uint32_t, fpga_model> fpga_list = {
296296

297297
{0x012e3043, {"lattice", "MachXO3D", "LCMX03D-9400HC", 8}},
298298

299+
/* Lattice ECP3 */
300+
{0x01014043, {"lattice", "ECP3", "LFE3-70E", 8}},
301+
299302
/* Lattice ECP5 */
300303
{0x21111043, {"lattice", "ECP5", "LFE5U-12", 8}},
301304
{0x41111043, {"lattice", "ECP5", "LFE5U-25", 8}},

0 commit comments

Comments
 (0)