From 502f38fb00a76ae05949c675e1411124481bb205 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 3 Aug 2023 15:59:53 +0200 Subject: [PATCH] src/part.hpp: Add Kintex Ultrascale+ KU3P ID-Code. --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index b7e295d..5ce09e4 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -91,6 +91,7 @@ static std::map fpga_list = { {0x04A64093, {"xilinx", "artixusp", "xcau25p", 6}}, /* Xilinx Ultrascale+ / Kintex */ + {0x04a63093, {"xilinx", "kintexusp", "xcku3p", 6}}, {0x04a62093, {"xilinx", "kintexusp", "xcku5p", 6}}, /* Xilinx Ultrascale+ / Virtex */