From c51c53ee331d26f5f860977da4a4817a9f4a0e52 Mon Sep 17 00:00:00 2001 From: Denis Bodor Date: Mon, 28 Jul 2025 13:27:06 +0200 Subject: [PATCH] Add Altera Cyclone 10 LP 10CL080 --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 6e3e783..eddca86 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -220,6 +220,7 @@ static std::map fpga_list = { /* Altera Cyclone 10 */ {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}}, {0x020f50dd, {"altera", "cyclone 10 LP", "10CL055", 10}}, + {0x020f60dd, {"altera", "cyclone 10 LP", "10CL080", 10}}, /* Altera Stratix V */ {0x029070dd, {"altera", "stratix V GS", "5SGSD5", 10}},