From 1c69a7cd926c1ef548aaa597052847bbfb717688 Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Sat, 13 Dec 2025 15:43:40 +0800 Subject: [PATCH] part: add preliminary support for Arria 10 GX 10AX115 Testing on a Microsoft Catapult v3 SmartNIC shows that RBF programming still fails (although playing back a SVF succeeded). Signed-off-by: Icenowy Zheng --- src/part.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index d512a76..cef4d64 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -227,6 +227,9 @@ static std::map fpga_list = { /* Altera Stratix V */ {0x029070dd, {"altera", "stratix V GS", "5SGSD5", 10}}, + /* Altera Arria 10 */ + {0x02e060dd, {"altera", "arria 10 GX", "10AX115", 10}}, + /**************************************************************************/ /* Efinix */ /**************************************************************************/