Merge pull request #80 from emard/master

recognize altera cyclone V 5CEBA4 FPGA
This commit is contained in:
Gwenhael Goavec-Merou 2021-03-27 18:30:28 +01:00 committed by GitHub
commit 508635f788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ static std::map <int, fpga_model> fpga_list = {
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
{0x02b050dd, {"altera", "cyclone V", "5CEBA4"}},
{0x02b150dd, {"altera", "cyclone V", "5CEA2"}}, {0x02b150dd, {"altera", "cyclone V", "5CEA2"}},
{0x010F0043, {"lattice", "CrosslinkNX", "LIFCL-17"}}, {0x010F0043, {"lattice", "CrosslinkNX", "LIFCL-17"}},