Merge pull request #591 from hennomann/patch-1
Update part.hpp to support Lattice LFE3-150EA device
This commit is contained in:
commit
03be134cdd
|
|
@ -301,6 +301,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
|
||||||
|
|
||||||
/* Lattice ECP3 */
|
/* Lattice ECP3 */
|
||||||
{0x01014043, {"lattice", "ECP3", "LFE3-70E", 8}},
|
{0x01014043, {"lattice", "ECP3", "LFE3-70E", 8}},
|
||||||
|
{0x01015043, {"lattice", "ECP3", "LFE3-150EA", 8}},
|
||||||
|
|
||||||
/* Lattice ECP5 */
|
/* Lattice ECP5 */
|
||||||
{0x21111043, {"lattice", "ECP5", "LFE5U-12", 8}},
|
{0x21111043, {"lattice", "ECP5", "LFE5U-12", 8}},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue