From a874a51be358302b46d14d3b0dc918acbe18d13f Mon Sep 17 00:00:00 2001 From: Francisco Ayala Le Brun Date: Fri, 16 Oct 2020 08:08:44 +0200 Subject: [PATCH] Fix part name typo --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 38ce0e3..dda6e20 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -43,7 +43,7 @@ static std::map fpga_list = { {0x612BE043, {"lattice", "MachXO3LF", "LCMX03LF-9400C"}}, {0x612B6043, {"lattice", "MachXO3LF", "LCMX03LF-9400E"}}, - {0x212e3043, {"lattice", "MachXO3D", "LCMX03D-9400H"}}, + {0x212e3043, {"lattice", "MachXO3D", "LCMX03D-9400HC"}}, {0x21111043, {"lattice", "ECP5", "LFE5U-12"}}, {0x41111043, {"lattice", "ECP5", "LFE5U-25"}},