part,gowin,fsparser: added Gowin Arora V GW5AT-60 Variant
This commit is contained in:
parent
533dd1ea5f
commit
182e30b637
|
|
@ -190,6 +190,7 @@ int FsParser::parse()
|
||||||
nb_line = 2038;
|
nb_line = 2038;
|
||||||
break;
|
break;
|
||||||
case 0x0001281b: /* GW5A-25 */
|
case 0x0001281b: /* GW5A-25 */
|
||||||
|
case 0x0001481b: /* GW5AT-60 */
|
||||||
case 0x0001081b: /* GW5AST-138 */
|
case 0x0001081b: /* GW5AST-138 */
|
||||||
/*
|
/*
|
||||||
* FIXME: Lack of information,
|
* FIXME: Lack of information,
|
||||||
|
|
|
||||||
|
|
@ -217,6 +217,7 @@ bool Gowin::detectFamily()
|
||||||
is_gw2a = true;
|
is_gw2a = true;
|
||||||
break;
|
break;
|
||||||
case 0x0001081b: /* GW5AST-138 */
|
case 0x0001081b: /* GW5AST-138 */
|
||||||
|
case 0x0001481b: /* GW5AT-60 */
|
||||||
case 0x0001181b: /* GW5AT-138 */
|
case 0x0001181b: /* GW5AT-138 */
|
||||||
case 0x0001281b: /* GW5A-25 */
|
case 0x0001281b: /* GW5A-25 */
|
||||||
_external_flash = true;
|
_external_flash = true;
|
||||||
|
|
|
||||||
|
|
@ -335,6 +335,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
|
||||||
|
|
||||||
/* Gowin GW5 */
|
/* Gowin GW5 */
|
||||||
{0x0001081b, {"Gowin", "GW5AST", "GW5AST-138", 8}},
|
{0x0001081b, {"Gowin", "GW5AST", "GW5AST-138", 8}},
|
||||||
|
{0x0001481b, {"Gowin", "GW5AT", "GW5AT-60", 8}},
|
||||||
{0x0001181b, {"Gowin", "GW5AT", "GW5AT-138", 8}},
|
{0x0001181b, {"Gowin", "GW5AT", "GW5AT-138", 8}},
|
||||||
{0x0001281b, {"Gowin", "GW5A", "GW5A-25", 8}},
|
{0x0001281b, {"Gowin", "GW5A", "GW5A-25", 8}},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue