Merge pull request #12 from Martoni/tangnano

Adding TangNano (gowin)
This commit is contained in:
Gwenhael Goavec-Merou 2020-01-18 17:54:20 +01:00 committed by GitHub
commit c5e284c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,8 @@ static std::map <std::string, std::string > board_list = {
{"cyc1000", "ft2232"},
{"de0nano", "usbblaster"},
{"machXO3SK", "ft2232"},
{"littleBee", "ft2232"}
{"littleBee", "ft2232"},
{"tangnano", "ft2232"}
};
#endif

View File

@ -15,6 +15,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
{0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
{0x0900281B, {"Gowin", "GW1N", "GW1N-1"}},
};
#endif