From 6da87c3d24a61b782ffc3d3cd5353bbcde486341 Mon Sep 17 00:00:00 2001 From: Stephan Ruloff Date: Mon, 28 Mar 2022 18:14:25 +0200 Subject: [PATCH] xc3s500e IDCODE: revision set to zero. --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index f1abb5a..509e1ce 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -31,7 +31,7 @@ static std::map fpga_list = { {0x03651093, {"xilinx", "kintex7", "xc7k325t", 6}}, {0x01414093, {"xilinx", "spartan3", "xc3s200", 6}}, - {0x41c22093, {"xilinx", "spartan3", "xc3s500e", 6}}, + {0x01c22093, {"xilinx", "spartan3", "xc3s500e", 6}}, {0x04001093, {"xilinx", "spartan6", "xc6slx9", 6}}, {0x04002093, {"xilinx", "spartan6", "xc6slx16", 6}},