From 8ec009fceadb27bf8b8ba017458bd7433e693bcb Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Sun, 19 Sep 2021 11:38:04 +0200 Subject: [PATCH] part.hpp: Fix wrong description of XC95288XL --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 1fb3b2e..75e43a4 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -42,7 +42,7 @@ static std::map fpga_list = { {0x09602093, {"xilinx", "xc9500xl", "xc9536xl", 8}}, {0x09604093, {"xilinx", "xc9500xl", "xc9572xl", 8}}, {0x09608093, {"xilinx", "xc9500xl", "xc95144xl", 8}}, - {0x09616093, {"xilinx", "xc9500xl", "xc95188xl", 8}}, + {0x09616093, {"xilinx", "xc9500xl", "xc95288xl", 8}}, {0x05044093, {"xilinx", "xcf", "xcf01s", 8}}, {0x05045093, {"xilinx", "xcf", "xcf02s", 8}},