Add support for EP4CE6E22 and EP4CE10F17

This commit is contained in:
Evan Kahn
2024-04-30 14:51:29 -04:00
parent 11fd6e00d5
commit 66c47fe3bd
5 changed files with 4 additions and 1 deletions
+1
View File
@@ -168,6 +168,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera Cyclone II/III/IV/10 LP */
{0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}},
{0x020f10dd, {"altera", "cyclone III/IV/10 LP", "EP4CE6/EP4CE10", 10}},
{0x020f20dd, {"altera", "cyclone III/IV/10 LP", "EP3C16/EP4CE15/10CL016", 10}},
{0x020f70dd, {"altera", "cyclone III/IV/10 LP", "EP3C120/EP4CE115/10CL120", 10}},
{0x028040dd, {"altera", "cyclone IV GX", "EP4CGX150", 10}},