add support for kintex xc7k325t

This commit is contained in:
Giuseppe Gebbia
2021-03-24 17:25:05 +01:00
parent f33d30dbce
commit 16f85fff63
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ static std::map <std::string, target_cable_t> board_list = {
JTAG_BOARD("acornCle215", "", 0, 0),
JTAG_BOARD("arty", "digilent", 0, 0),
JTAG_BOARD("nexysVideo", "digilent_b", 0, 0),
JTAG_BOARD("kc705", "digilent", 0, 0),
JTAG_BOARD("colorlight", "", 0, 0),
JTAG_BOARD("crosslinknx_evn", "ft2232", 0, 0),
JTAG_BOARD("cyc1000", "ft2232", 0, 0),
+2
View File
@@ -13,6 +13,8 @@ typedef struct {
static std::map <int, fpga_model> fpga_list = {
{0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256"}},
{0x43651093, {"xilinx", "kintex7", "xc7k325t"}},
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
{0x0362c093, {"xilinx", "artix a7 50t", "xc7a50t"}},
{0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}},