parts: Intel MAX10 (10M08)

This commit is contained in:
Gwenhael Goavec-Merou 2023-01-04 18:53:25 +01:00
parent 8ee65e7f9d
commit 751b057596
2 changed files with 8 additions and 0 deletions

View File

@ -101,6 +101,12 @@ Intel:
Memory: OK
Flash: OK
- Description: Max 10
Model: 10M08
URL: https://www.intel.fr/content/www/fr/fr/products/details/fpga/max/10.html
Memory: SVF
Flash: SVF
Lattice:

View File

@ -95,6 +95,8 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x02d010dd, {"altera", "cyclone V Soc", "5CSEMA4", 10}},
{0x02d120dd, {"altera", "cyclone V Soc", "5CSEMA5", 10}},
{0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}},
{0x00000001, {"efinix", "Trion", "T4/T8", 4}},
{0x00210a79, {"efinix", "Trion", "T8QFP144/T13/T20", 4}},
{0x00220a79, {"efinix", "Trion", "T55/T85/T120", 4}},