adding HS3 digilent JTAG cable
This commit is contained in:
parent
0a604baaae
commit
d3fa10c76c
|
|
@ -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}}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue