From baff0cad1ecd24a6ecbfe49bdec2ef87e4f16bb9 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 3 Aug 2023 16:12:51 +0200 Subject: [PATCH] src/part: Fix Xilinx XC2 ident. --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 5ce09e4d69..58b598aeda 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -38,7 +38,7 @@ static std::map fpga_list = { {0x05045093, {"xilinx", "xcf", "xcf02s", 8}}, {0x05046093, {"xilinx", "xcf", "xcf04s", 8}}, - /* Xilinx XC2 */ + /* Xilinx XC2 */ {0x06e5d093, {"xilinx", "xc2c", "xc2c64a", 8}}, {0x06e1c093, {"xilinx", "xc2c", "xc2c32a", 8}},