From b4c52aa2212c77947238d295e474fc75db26c622 Mon Sep 17 00:00:00 2001 From: Kenta IDA Date: Mon, 20 Jan 2020 10:04:17 +0900 Subject: [PATCH] Add GOWIN GW1N-4. --- part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/part.hpp b/part.hpp index 38956bf..c7600f8 100644 --- a/part.hpp +++ b/part.hpp @@ -16,6 +16,7 @@ static std::map fpga_list = { {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, {0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}}, {0x0900281B, {"Gowin", "GW1N", "GW1N-1"}}, + {0x0100381B, {"Gowin", "GW1N", "GW1N-4"}}, }; #endif