Skip to content

Commit

Permalink
add new device (Intel MAX10M40SCE144C8G) (#461)
Browse files Browse the repository at this point in the history
* add 10M40SCE144

* change name
  • Loading branch information
xeno27 authored Jun 13, 2024
1 parent c468a69 commit a341d1f
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 @@ -193,6 +193,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
/* Altera Max 10 */
{0x031820dd, {"altera", "MAX 10", "10M08SAU169C8G", 10}},
{0x031050dd, {"altera", "MAX 10", "10M50DAF484", 10}},
{0x0318d0dd, {"altera", "MAX 10", "10M40SCE144C8G", 10}},

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

0 comments on commit a341d1f

Please sign in to comment.