From 48d91843979fb59a831d817c3f31932b93b2c115 Mon Sep 17 00:00:00 2001 From: japm48 Date: Sun, 16 Feb 2020 18:07:50 +0100 Subject: [PATCH] Add support for Arty A7-100T --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index a24dc9b..6bcbf32 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -12,6 +12,7 @@ typedef struct { static std::map fpga_list = { {0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}}, + {0x13631093, {"xilinx", "artix a7 100t", "xc7a100"}}, {0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},