Skip to content

Commit

Permalink
Merge pull request #497 from enjoy-digital/10M16SAU169C8G
Browse files Browse the repository at this point in the history
src/part.hpp: Add Altera Max10 10M16SAU169C8G support (Used by LimeSD…
  • Loading branch information
trabucayre authored Nov 27, 2024
2 parents 7693b07 + daa91c9 commit 25d6ac7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,10 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x02d120dd, {"altera", "cyclone V Soc", "5CSE*A5/5CST*5/5CSX*5", 10}},

/* Altera Max 10 */
{0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}},
{0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}},
{0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}},
{0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}},
{0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G", 10}},
{0x031830dd, {"altera", "MAX 10", "10M16SAU169C8G", 10}},

/* Altera Cyclone 10 */
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},
Expand Down

0 comments on commit 25d6ac7

Please sign in to comment.