adding HS3 digilent JTAG cable

This commit is contained in:
Fabien Marteau 2019-11-19 15:56:16 +01:00
parent 0a604baaae
commit d3fa10c76c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = { static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = {
{"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}}, {"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}},
{"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}},
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}}, {"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}},
{"altera", {0xcafe, 0xbebe, 0x08, 0x0B, 0x08, 0x0B}} {"altera", {0xcafe, 0xbebe, 0x08, 0x0B, 0x08, 0x0B}}
}; };