Skip to content

Commit 182e30b

Browse files
committed
part,gowin,fsparser: added Gowin Arora V GW5AT-60 Variant
1 parent 533dd1e commit 182e30b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/fsparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ int FsParser::parse()
190190
nb_line = 2038;
191191
break;
192192
case 0x0001281b: /* GW5A-25 */
193+
case 0x0001481b: /* GW5AT-60 */
193194
case 0x0001081b: /* GW5AST-138 */
194195
/*
195196
* FIXME: Lack of information,

src/gowin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ bool Gowin::detectFamily()
217217
is_gw2a = true;
218218
break;
219219
case 0x0001081b: /* GW5AST-138 */
220+
case 0x0001481b: /* GW5AT-60 */
220221
case 0x0001181b: /* GW5AT-138 */
221222
case 0x0001281b: /* GW5A-25 */
222223
_external_flash = true;

src/part.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
335335

336336
/* Gowin GW5 */
337337
{0x0001081b, {"Gowin", "GW5AST", "GW5AST-138", 8}},
338+
{0x0001481b, {"Gowin", "GW5AT", "GW5AT-60", 8}},
338339
{0x0001181b, {"Gowin", "GW5AT", "GW5AT-138", 8}},
339340
{0x0001281b, {"Gowin", "GW5A", "GW5A-25", 8}},
340341

0 commit comments

Comments
 (0)