part: update altera/intel idcode (same idcode for III/IV/10 LP)

This commit is contained in:
Gwenhael Goavec-Merou 2023-08-05 06:47:51 +02:00
parent fab58d7357
commit 7424ea2af9
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera */
/**************************************************************************/
/* Altera Cyclone III/IV */
{0x020f20dd, {"altera", "cyclone III/IV", "EP3C16/EP4CE15", 10}},
{0x020f70dd, {"altera", "cyclone IV", "EP4CE115", 10}},
/* Altera Cyclone III/IV/10 LP */
{0x020f20dd, {"altera", "cyclone III/IV/10 LP", "EP3C16/EP4CE15/10CL016", 10}},
{0x020f70dd, {"altera", "cyclone III/IV/10 LP", "EP3C120/EP4CE115/10CL120", 10}},
/* Altera Cyclone V */
{0x02b010dd, {"altera", "cyclone V", "5CGX*3", 10}},