From b95a34403b9d2df03eec5cd06c1c43a0ea9430d1 Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Sun, 5 Jan 2020 15:09:11 +0100 Subject: [PATCH 1/2] adding ID for gowin tangnano --- board.hpp | 3 ++- part.hpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board.hpp b/board.hpp index bd6fe80..69b9a77 100644 --- a/board.hpp +++ b/board.hpp @@ -8,7 +8,8 @@ static std::map board_list = { {"cyc1000", "ft2232"}, {"de0nano", "usbblaster"}, {"machXO3SK", "ft2232"}, - {"littleBee", "ft2232"} + {"littleBee", "ft2232"}, + {"tangnano", "ft2232"} }; #endif diff --git a/part.hpp b/part.hpp index 4d749b9..ade583b 100644 --- a/part.hpp +++ b/part.hpp @@ -15,6 +15,7 @@ static std::map fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, {0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}}, + {0x0900281B, {"Gowin", "GW1N1", "GW1N-1"}}, }; #endif From 80e2397bea4cb7998976585fca3c232ebed45a2c Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Sun, 5 Jan 2020 17:01:11 +0100 Subject: [PATCH 2/2] change gowin part name --- part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.hpp b/part.hpp index ade583b..38956bf 100644 --- a/part.hpp +++ b/part.hpp @@ -15,7 +15,7 @@ static std::map fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, {0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}}, - {0x0900281B, {"Gowin", "GW1N1", "GW1N-1"}}, + {0x0900281B, {"Gowin", "GW1N", "GW1N-1"}}, }; #endif