From 7acd1f20145b5acc2b1b66af56ab911be35e98ed Mon Sep 17 00:00:00 2001 From: sab Date: Wed, 16 Oct 2024 08:53:21 -0400 Subject: [PATCH] Add Support for Altera Max II EPM240T100C5N Board --- src/part.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index 09c0f0a..6cf2a5c 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -174,6 +174,9 @@ static std::map fpga_list = { /* Altera */ /**************************************************************************/ + /* Altera Max II*/ + {0x020a10dd, {"altera", "max II", "EPM240T100C5N", 10}}, + /* Altera Cyclone II/III/IV/10 LP */ {0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}}, {0x020f10dd, {"altera", "cyclone III/IV/10 LP", "EP4CE6/EP4CE10", 10}},