mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 02:58:06 +02:00
part: support machXO3LF-6900C
This commit is contained in:
@@ -12,7 +12,8 @@ typedef struct {
|
|||||||
|
|
||||||
static std::map <int, fpga_model> fpga_list = {
|
static std::map <int, fpga_model> fpga_list = {
|
||||||
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
|
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35"}},
|
||||||
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}}
|
{0x020f30dd, {"altera", "cyclone 10 LP", "10CL025"}},
|
||||||
|
{0x612bd043, {"lattice", "MachXO3LF", "LCMX03LF-6900C"}},
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user