Skip to content

Commit 6a1e0ff

Browse files
authored
Merge pull request #575 from 0xDRRB/master
Add Altera Cyclone 10 LP 10CL080 support
2 parents a53aedb + c51c53e commit 6a1e0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/part.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
220220
/* Altera Cyclone 10 */
221221
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025", 10}},
222222
{0x020f50dd, {"altera", "cyclone 10 LP", "10CL055", 10}},
223+
{0x020f60dd, {"altera", "cyclone 10 LP", "10CL080", 10}},
223224

224225
/* Altera Stratix V */
225226
{0x029070dd, {"altera", "stratix V GS", "5SGSD5", 10}},

0 commit comments

Comments
 (0)