Skip to content

Commit

Permalink
Merge pull request #505 from steward-fu/master
Browse files Browse the repository at this point in the history
Add Altera 10M02SCM153C8G Support.
  • Loading branch information
trabucayre authored Jan 9, 2025
2 parents 4dd1f5c + ce92b57 commit 867f182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/part.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}},
{0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G", 10}},
{0x031830dd, {"altera", "MAX 10", "10M16SAU169C8G", 10}},
{0x031810dd, {"altera", "MAX 10", "10M02SCM153C8G", 10}},

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

0 comments on commit 867f182

Please sign in to comment.