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 <uwu@icenowy.me>
This commit is contained in:
Icenowy Zheng 2025-12-13 15:43:40 +08:00
parent c16e6d0f65
commit 1c69a7cd92
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera Stratix V */
{0x029070dd, {"altera", "stratix V GS", "5SGSD5", 10}},
/* Altera Arria 10 */
{0x02e060dd, {"altera", "arria 10 GX", "10AX115", 10}},
/**************************************************************************/
/* Efinix */
/**************************************************************************/