From daa91c9a41a777f232d1d274783a3c0eeffae684 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 26 Nov 2024 16:02:28 +0100 Subject: [PATCH] src/part.hpp: Add Altera Max10 10M16SAU169C8G support (Used by LimeSDR Mini V1). --- src/part.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/part.hpp b/src/part.hpp index 2209d034c6..c9ed050538 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -204,9 +204,10 @@ static std::map fpga_list = { {0x02d120dd, {"altera", "cyclone V Soc", "5CSE*A5/5CST*5/5CSX*5", 10}}, /* Altera Max 10 */ - {0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}}, - {0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}}, + {0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}}, + {0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}}, {0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G", 10}}, + {0x031830dd, {"altera", "MAX 10", "10M16SAU169C8G", 10}}, /* Altera Cyclone 10 */ {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},