From 1d2b18aeaf0979d1f81ac8143161ccc1d5f8c22e Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 1 Aug 2024 08:47:19 +0200 Subject: [PATCH] part: Xilinx spartan6 LX25T (xc6slx25T) --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 7809283..1bfb9be 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -58,6 +58,7 @@ static std::map fpga_list = { {0x04001093, {"xilinx", "spartan6", "xc6slx9", 6}}, {0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}}, {0x04004093, {"xilinx", "spartan6", "xc6slx25", 6}}, + {0x24024093, {"xilinx", "spartan6", "xc6slx25T", 6}}, {0x04008093, {"xilinx", "spartan6", "xc6slx45", 6}}, {0x04028093, {"xilinx", "spartan6", "xc6slx45T", 6}}, {0x04011093, {"xilinx", "spartan6", "xc6slx100", 6}},