From 089bc5aa4e1664994211ab0c233c46e3483b152e Mon Sep 17 00:00:00 2001 From: uint69-t Date: Wed, 27 Mar 2024 12:58:50 -0300 Subject: [PATCH] Add support for the Cyclone II --- src/part.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 567d15d2c6..b84eaa44b8 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -164,7 +164,8 @@ static std::map fpga_list = { /* Altera */ /**************************************************************************/ - /* Altera Cyclone III/IV/10 LP */ + /* Altera Cyclone II/III/IV/10 LP */ + {0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}}, {0x020f20dd, {"altera", "cyclone III/IV/10 LP", "EP3C16/EP4CE15/10CL016", 10}}, {0x020f70dd, {"altera", "cyclone III/IV/10 LP", "EP3C120/EP4CE115/10CL120", 10}},