Add support for GW1NS-2C FPGA chips
This commit is contained in:
parent
5f9a8835da
commit
d226ab7671
|
|
@ -67,6 +67,7 @@ static std::map <int, fpga_model> fpga_list = {
|
||||||
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
|
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
|
||||||
{0x0900281B, {"Gowin", "GW1N", "GW1N-1"}},
|
{0x0900281B, {"Gowin", "GW1N", "GW1N-1"}},
|
||||||
{0x0100381B, {"Gowin", "GW1N", "GW1N-4"}},
|
{0x0100381B, {"Gowin", "GW1N", "GW1N-4"}},
|
||||||
|
{0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C"}},
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue