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