Merge pull request #22 from martin2250/add_ids

add ids of more FTDI adapters and lattice devices
This commit is contained in:
Gwenhael Goavec-Merou 2020-03-10 19:27:31 +01:00 committed by GitHub
commit 9a6372c39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 4 deletions

View File

@ -9,7 +9,9 @@ static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = {
{"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}},
{"digilent_hs2", {0x0403, 0x6014, 0xe8, 0xeb, 0x00, 0x60}},
{"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}},
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}}
{"ft232", {0x0403, 0x6014, 0x08, 0x0B, 0x08, 0x0B}},
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}},
{"ft4232", {0x0403, 0x6011, 0x08, 0x0B, 0x08, 0x0B}},
};
#endif

View File

@ -15,9 +15,29 @@ static std::map <int, fpga_model> fpga_list = {
{0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}},
{0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}},
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
{0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},
{0x41111043, {"lattice", "ECP5", "LFE5U-25F-6BG256C"}},
{0x81113043, {"lattice", "ECP5-5G", "LFE5UM5G-85F-8BG381"}},
{0xE12BB043, {"lattice", "MachXO3LF", "LCMX03LF-1300C"}},
{0x612B2043, {"lattice", "MachXO3LF", "LCMX03LF-1300E"}},
{0x612BB043, {"lattice", "MachXO3LF", "LCMX03LF-2100C"}},
{0x612B3043, {"lattice", "MachXO3LF", "LCMX03LF-2100E"}},
{0x612BC043, {"lattice", "MachXO3LF", "LCMX03LF-4300C"}},
{0x612B4043, {"lattice", "MachXO3LF", "LCMX03LF-4300E"}},
{0x612BD043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},
{0x612B5043, {"lattice", "MachXO3LF", "LCMX03LF-6900E"}},
{0x612BE043, {"lattice", "MachXO3LF", "LCMX03LF-9400C"}},
{0x612B6043, {"lattice", "MachXO3LF", "LCMX03LF-9400E"}},
{0x21111043, {"lattice", "ECP5", "LFE5U-12"}},
{0x41111043, {"lattice", "ECP5", "LFE5U-25"}},
{0x41112043, {"lattice", "ECP5", "LFE5U-45"}},
{0x41113043, {"lattice", "ECP5", "LFE5U-85"}},
{0x01111043, {"lattice", "ECP5", "LFE5UM-25"}},
{0x01112043, {"lattice", "ECP5", "LFE5UM-45"}},
{0x01113043, {"lattice", "ECP5", "LFE5UM-85"}},
{0x81111043, {"lattice", "ECP5", "LFE5UM5G-25"}},
{0x81112043, {"lattice", "ECP5", "LFE5UM5G-45"}},
{0x81113043, {"lattice", "ECP5", "LFE5UM5G-85"}},
{0x1100581b, {"Gowin", "GW1N", "GW1NR-9"}},
{0x0900281B, {"Gowin", "GW1N", "GW1N-1"}},
{0x0100381B, {"Gowin", "GW1N", "GW1N-4"}},