Merge pull request #75 from Disasm/add-gw1ns-2c

Add support for GW1NS-2C FPGA chips
This commit is contained in:
Gwenhael Goavec-Merou
2021-02-21 18:48:16 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
{0x0900281B, {"Gowin", "GW1N", "GW1N-1"}},
{0x0100381B, {"Gowin", "GW1N", "GW1N-4"}},
{0x0300181b, {"Gowin", "GW1NS", "GW1NS-2C"}},
};
#endif