From a341d1f441f455b5bbc70cf5b69e0af9ba7a7a8f Mon Sep 17 00:00:00 2001 From: Christoph Metzner <20142175+xeno27@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:09:32 +0200 Subject: [PATCH] add new device (Intel MAX10M40SCE144C8G) (#461) * add 10M40SCE144 * change name --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index c39453e..3cb2e56 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -193,6 +193,7 @@ static std::map fpga_list = { /* Altera Max 10 */ {0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}}, {0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}}, + {0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G", 10}}, /* Altera Cyclone 10 */ {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},