From 7113f4b36bd5405a2eaf1dcece0d30c600b74a80 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Fri, 16 Jul 2021 07:42:34 +0200 Subject: [PATCH] part: add Gowin GW1N-2 --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 23e7861..dceb67c 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -87,6 +87,7 @@ static std::map fpga_list = { {0x1100581b, {"Gowin", "GW1N", "GW1NR-9", 8}}, {0x0900281B, {"Gowin", "GW1N", "GW1N-1", 8}}, + {0x0120681b, {"Gowin", "GW1N", "GW1N-2", 8}}, {0x0100381B, {"Gowin", "GW1N", "GW1N-4", 8}}, {0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C", 8}}, };