From 40bdcba16183681d1cf53096bc99544408ac6307 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 1 Feb 2020 17:57:46 +0100 Subject: [PATCH] part: add xilinx spartan7 15 --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 3543e86..a24dc9b 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"}}, + {0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1"}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}}, {0x81113043, {"lattice", "ECP5-5G", "LFE5UM5G-85F-8BG381"}},