From 52efdab421df7cc32095778de0c239809027884e Mon Sep 17 00:00:00 2001 From: emard Date: Sat, 27 Mar 2021 02:00:18 +0100 Subject: [PATCH] recognize altera cyclone V 5CEBA4 FPGA --- src/part.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/part.hpp b/src/part.hpp index 95ec75e..287e035 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -27,6 +27,7 @@ static std::map fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, + {0x02b050dd, {"altera", "cyclone V", "5CEBA4"}}, {0x02b150dd, {"altera", "cyclone V", "5CEA2"}}, {0x010F0043, {"lattice", "CrosslinkNX", "LIFCL-17"}},