From 9833c7ee0ba5e088cf48b1e369965fc7c05edf2e Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 8 Apr 2026 16:52:53 +0200 Subject: [PATCH] part: added Agilex5 A5EC008B --- src/part.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index 0365b2b..6496dd4 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -306,6 +306,9 @@ static std::map fpga_list = { {0x02e650dd, {"altera", "arria 10", "SX570", 10}}, {0x02e050dd, {"altera", "arria 10", "SX660", 10}}, + /* Altera Agilex 5 */ + {0x4369c0dd, {"altera", "agilex 5", "A5EC008B", 10}}, + /**************************************************************************/ /* Efinix */ /**************************************************************************/