From 6a4e107e42e8165d0afe0d04f64f905b5e6792ee Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Wed, 9 Aug 2023 22:11:41 +0800 Subject: [PATCH] part: add known ID codes for GW5 series Codes are from Gowin UG704. Signed-off-by: Icenowy Zheng --- src/part.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index 855047e..059dc67 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -227,6 +227,11 @@ static std::map fpga_list = { /* Gowin GW2 */ {0x0000081b, {"Gowin", "GW2A", "GW2A(R)-18(C)", 8}}, + /* Gowin GW5 */ + {0x0001081b, {"Gowin", "GW5AST", "GW5AST-138", 8}}, + {0x0001181b, {"Gowin", "GW5AT", "GW5AT-138", 8}}, + {0x0001281b, {"Gowin", "GW5A", "GW5A-25", 8}}, + /**************************************************************************/ /* CologneChip */ /**************************************************************************/