From d226ab7671c4dc06782bf7a3097fbee4cee697b0 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sun, 21 Feb 2021 17:31:09 +0300 Subject: [PATCH] Add support for GW1NS-2C FPGA chips --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index d8e26eb..fe0db15 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -67,6 +67,7 @@ static std::map fpga_list = { {0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}}, {0x0900281B, {"Gowin", "GW1N", "GW1N-1"}}, {0x0100381B, {"Gowin", "GW1N", "GW1N-4"}}, + {0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C"}}, }; #endif