Skip to content

Commit

Permalink
part: update altera/intel idcode (same idcode for III/IV/10 LP)
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Aug 5, 2023
1 parent fab58d7 commit 7424ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
Expand Down

0 comments on commit 7424ea2

Please sign in to comment.