From d3fa10c76c08509fae267b33b6fb92b9d7abcfcb Mon Sep 17 00:00:00 2001 From: Fabien Marteau Date: Tue, 19 Nov 2019 15:56:16 +0100 Subject: [PATCH] adding HS3 digilent JTAG cable --- cable.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cable.hpp b/cable.hpp index bd4e549..39261d6 100644 --- a/cable.hpp +++ b/cable.hpp @@ -7,6 +7,7 @@ static std::map cable_list = { {"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}}, + {"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}}, {"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}}, {"altera", {0xcafe, 0xbebe, 0x08, 0x0B, 0x08, 0x0B}} };