Skip to content

Commit

Permalink
Add Support for Altera Max II EPM240T100C5N Board
Browse files Browse the repository at this point in the history
  • Loading branch information
sab committed Oct 16, 2024
1 parent 29693bc commit 7acd1f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera */
/**************************************************************************/

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

/* Altera Cyclone II/III/IV/10 LP */
{0x020b10dd, {"altera", "cyclone II", "EP2C5", 10}},
{0x020f10dd, {"altera", "cyclone III/IV/10 LP", "EP4CE6/EP4CE10", 10}},
Expand Down

0 comments on commit 7acd1f2

Please sign in to comment.