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:
parent
c16e6d0f65
commit
1c69a7cd92
|
|
@ -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 */
|
||||
/**************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue