Add support for Altera MAX10 10M16D IdCode:0x31030dd

This commit is contained in:
Emmanuel Pacaud 2026-03-23 17:50:02 +01:00 committed by GitHub
parent 451beadfae
commit 9d3ba67ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x0318d0dd, {"altera", "MAX 10", "10M40S", 10}},
{0x031850dd, {"altera", "MAX 10", "10M50S", 10}},
/** dual-supply **/
{0x031030dd, {"altera", "MAX 10", "10M16D", 10}},
{0x031050dd, {"altera", "MAX 10", "10M50D", 10}},
/* Altera Stratix V */