From cc71db6b65810afc25234312093474c08a6566e5 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Fri, 6 Dec 2019 07:27:46 +0100 Subject: [PATCH] part: add GW1NR-9 FPGA --- part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/part.hpp b/part.hpp index b6f2f6f..293b57c 100644 --- a/part.hpp +++ b/part.hpp @@ -14,6 +14,7 @@ static std::map fpga_list = { {0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, + {0x1100581b, {"Gowin", "GW1NR-9", "GW1N"}}, }; #endif