From 9b35959198669e75b775cabc2b70d0e1362a6485 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 28 Mar 2024 22:14:52 +0100 Subject: [PATCH] part: added xilinx xc6slx45t --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index b84eaa4..2c9b8d9 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -58,6 +58,7 @@ static std::map fpga_list = { {0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}}, {0x04004093, {"xilinx", "spartan6", "xc6slx25", 6}}, {0x04008093, {"xilinx", "spartan6", "xc6slx45", 6}}, + {0x04028093, {"xilinx", "spartan6", "xc6slx45T", 6}}, {0x04011093, {"xilinx", "spartan6", "xc6slx100", 6}}, {0x4403d093, {"xilinx", "spartan6", "xc6slx150T", 6}}, {0x03620093, {"xilinx", "spartan7", "xc7s15ftgb196-1", 6}},