part: add known ID codes for GW5 series
Codes are from Gowin UG704. Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
This commit is contained in:
parent
11141d7876
commit
6a4e107e42
|
|
@ -227,6 +227,11 @@ static std::map <uint32_t, fpga_model> 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 */
|
||||
/**************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue