From 6536619b84c2f83777b1aeef6c23c74f2734ef94 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 26 Sep 2020 08:41:27 +0200 Subject: [PATCH] add crosslinx and certus support --- src/part.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index 130c532..112cbe0 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -22,6 +22,13 @@ static std::map fpga_list = { {0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}, + {0x010F0043, {"lattice", "CrosslinkNX", "LIFCL-17"}}, + {0x010F1043, {"lattice", "CrosslinkNX", "LIFCL-40-ES"}}, + {0x110F1043, {"lattice", "CrosslinkNX", "LIFCL-40"}}, + + {0x310F0043, {"lattice", "CertusNX", "LFD2NX-17"}}, + {0x310F1043, {"lattice", "CertusNX", "LFD2NX-40"}}, + {0x012bd043, {"lattice", "MachXO2", "LCMXO2-7000HC"}}, {0x012b5043, {"lattice", "MachXO2", "LCMXO2-7000HE"}},