Skip to content

Commit

Permalink
part.hpp: cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Dec 15, 2024
1 parent cdc4d32 commit a06bae1
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 @@ -178,14 +178,14 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/**************************************************************************/

/* Altera Max II*/
{0x020a10dd, {"altera", "max II", "EPM240T100C5N", 10}},
{0x020a10dd, {"altera", "max II", "EPM240T100C5N", 10}},

/* Altera Cyclone II/III/IV/10 LP */
{0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}},
{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}},
{0x028040dd, {"altera", "cyclone IV GX", "EP4CGX150", 10}},

/* Altera Cyclone V */
{0x02b010dd, {"altera", "cyclone V", "5CGX*3", 10}},
Expand Down

0 comments on commit a06bae1

Please sign in to comment.