From 285cbde7f4e41be3faa94923acc52c5d8cbaf333 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 2 Apr 2022 11:52:49 +0200 Subject: [PATCH] part: explictly add spartan3e and xc3s250e --- src/part.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 630fc18..eeafffe 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -34,7 +34,8 @@ static std::map fpga_list = { {0x13822093, {"xilinx", "kintexus", "xcku040", 6}}, {0x01414093, {"xilinx", "spartan3", "xc3s200", 6}}, - {0x01c22093, {"xilinx", "spartan3", "xc3s500e", 6}}, + {0x11c1a093, {"xilinx", "spartan3e", "xc3s250e", 6}}, + {0x01c22093, {"xilinx", "spartan3e", "xc3s500e", 6}}, {0x04001093, {"xilinx", "spartan6", "xc6slx9", 6}}, {0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}},