From 48c326130a710e658c9b06df54ee93028b3fe0b0 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 14 Nov 2021 08:44:39 +0100 Subject: [PATCH] part: EP3C16 and EP4CE15 have same idcode --- src/part.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part.hpp b/src/part.hpp index 5a905a5..ed8b565 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -51,7 +51,7 @@ static std::map fpga_list = { {0x03727093, {"xilinx", "zynq", "xc7z020", 6}}, - {0x020f20dd, {"altera", "cyclone III", "EP3C16", 10}}, + {0x020f20dd, {"altera", "cyclone III/IV", "EP3C16/EP4CE15", 10}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},