From fe1634897f49632c7a7c215e74910179337fca06 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 2 Oct 2021 15:20:55 +0200 Subject: [PATCH] part: merge ECP5-12 & ECP5-25 (same idcode) --- src/part.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/part.hpp b/src/part.hpp index 75e43a4..b318eb1 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -83,8 +83,7 @@ static std::map fpga_list = { {0x012e3043, {"lattice", "MachXO3D", "LCMX03D-9400HC", 8}}, - {0x01111043, {"lattice", "ECP5", "LFE5U-12", 8}}, - {0x01111043, {"lattice", "ECP5", "LFE5U-25", 8}}, + {0x01111043, {"lattice", "ECP5", "LFE5U-12/25", 8}}, {0x01112043, {"lattice", "ECP5", "LFE5U-45", 8}}, {0x01113043, {"lattice", "ECP5", "LFE5U-85", 8}}, {0x01111043, {"lattice", "ECP5", "LFE5UM-25", 8}},