From f7ccb7eedbc143013e4caebac71488c58b514bca Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 18 Nov 2019 16:05:06 +0100 Subject: [PATCH] part: support machXO3LF-6900C --- part.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/part.hpp b/part.hpp index d6e1eb7..b6f2f6f 100644 --- a/part.hpp +++ b/part.hpp @@ -12,7 +12,8 @@ typedef struct { static std::map fpga_list = { {0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}}, - {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}} + {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, + {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, }; #endif