Merge pull request #505 from steward-fu/master

Add Altera 10M02SCM153C8G Support.
This commit is contained in:
Gwenhael Goavec-Merou 2025-01-09 07:19:25 +01:00 committed by GitHub
commit 867f18236e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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}},