part,gowin,fsparser: added Gowin Arora V GW5AT-60 Variant

This commit is contained in:
Gwenhael Goavec-Merou 2025-02-01 12:19:34 +01:00
parent 533dd1ea5f
commit 182e30b637
3 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,7 @@ int FsParser::parse()
nb_line = 2038;
break;
case 0x0001281b: /* GW5A-25 */
case 0x0001481b: /* GW5AT-60 */
case 0x0001081b: /* GW5AST-138 */
/*
* FIXME: Lack of information,

View File

@ -217,6 +217,7 @@ bool Gowin::detectFamily()
is_gw2a = true;
break;
case 0x0001081b: /* GW5AST-138 */
case 0x0001481b: /* GW5AT-60 */
case 0x0001181b: /* GW5AT-138 */
case 0x0001281b: /* GW5A-25 */
_external_flash = true;

View File

@ -335,6 +335,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Gowin GW5 */
{0x0001081b, {"Gowin", "GW5AST", "GW5AST-138", 8}},
{0x0001481b, {"Gowin", "GW5AT", "GW5AT-60", 8}},
{0x0001181b, {"Gowin", "GW5AT", "GW5AT-138", 8}},
{0x0001281b, {"Gowin", "GW5A", "GW5A-25", 8}},