From 94385a758e64d81c5c11cbca1d7c8b8a56b5650e Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Thu, 2 Sep 2021 13:46:35 +0200 Subject: [PATCH] adding IDCODE for GW1NSR, for Tang Nano 4K kit --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index bb6dbe8..ba9318d 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -101,6 +101,7 @@ static std::map fpga_list = { {0x0120681b, {"Gowin", "GW1N", "GW1N-2", 8}}, {0x0100381B, {"Gowin", "GW1N", "GW1N-4", 8}}, {0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C", 8}}, + {0x0100981b, {"Gowin", "GW1NSR", "GW1NSR-4", 8}}, }; /* device potentially in JTAG chain but not handled */