From 943a458f037cee84beb5ae516f85fe0e441b76cb Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 25 Apr 2024 17:16:10 +0200 Subject: [PATCH] src/part.hpp: Add xcau15p support. --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 2c9b8d9cd7..1604bda607 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -99,6 +99,7 @@ static std::map fpga_list = { {0x1390d093, {"xilinx", "kintexus", "xcku115", 6}}, /* Xilinx Ultrascale+ / Artix */ + {0x04AC2093, {"xilinx", "artixusp", "xcau15p", 6}}, {0x04A64093, {"xilinx", "artixusp", "xcau25p", 6}}, /* Xilinx Ultrascale+ / Kintex */