parts: Intel MAX10 (10M08)
This commit is contained in:
parent
8ee65e7f9d
commit
751b057596
|
|
@ -101,6 +101,12 @@ Intel:
|
||||||
Memory: OK
|
Memory: OK
|
||||||
Flash: 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:
|
Lattice:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,8 @@ static std::map <uint32_t, fpga_model> fpga_list = {
|
||||||
{0x02d010dd, {"altera", "cyclone V Soc", "5CSEMA4", 10}},
|
{0x02d010dd, {"altera", "cyclone V Soc", "5CSEMA4", 10}},
|
||||||
{0x02d120dd, {"altera", "cyclone V Soc", "5CSEMA5", 10}},
|
{0x02d120dd, {"altera", "cyclone V Soc", "5CSEMA5", 10}},
|
||||||
|
|
||||||
|
{0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}},
|
||||||
|
|
||||||
{0x00000001, {"efinix", "Trion", "T4/T8", 4}},
|
{0x00000001, {"efinix", "Trion", "T4/T8", 4}},
|
||||||
{0x00210a79, {"efinix", "Trion", "T8QFP144/T13/T20", 4}},
|
{0x00210a79, {"efinix", "Trion", "T8QFP144/T13/T20", 4}},
|
||||||
{0x00220a79, {"efinix", "Trion", "T55/T85/T120", 4}},
|
{0x00220a79, {"efinix", "Trion", "T55/T85/T120", 4}},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue