From 75e3d82a9207322ab299eb2f5be25fe430cf25f3 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 3 Mar 2022 15:37:18 +0100 Subject: [PATCH] part: xc6slx150T --- src/part.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 422aee6..445ce40 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -35,8 +35,9 @@ static std::map fpga_list = { {0x04001093, {"xilinx", "spartan6", "xc6slx9", 6}}, {0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}}, {0x04004093, {"xilinx", "spartan6", "xc6slx25", 6}}, - {0x04011093, {"xilinx", "spartan6", "xc6slx100", 6}}, {0x04008093, {"xilinx", "spartan6", "xc6slx45", 6}}, + {0x04011093, {"xilinx", "spartan6", "xc6slx100", 6}}, + {0x4403d093, {"xilinx", "spartan6", "xc6slx150T", 6}}, {0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1", 6}}, {0x037c4093, {"xilinx", "spartan7", "xc7s25", 6}}, {0x0362f093, {"xilinx", "spartan7", "xc7s50", 6}},