Merge pull request #80 from emard/master
recognize altera cyclone V 5CEBA4 FPGA
This commit is contained in:
commit
508635f788
|
|
@ -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"}},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue