mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
part: add support for Anlogic ELF2 EF2M45
Anlogic EF2M45 is a FPGA with a co-packaged 4Mbit SPI Flash, and the JTAG interface is the same with EG4S20. Add support for it by adding it to the part database. SPI Flash programming and SRAM programming are both tested. The support of EF2M45 is also documented in this commit. Signed-off-by: Icenowy Zheng <[email protected]>
This commit is contained in:
@@ -19,6 +19,7 @@ typedef struct {
|
||||
/* Highest nibble (version) must always be set to 0 */
|
||||
static std::map <int, fpga_model> fpga_list = {
|
||||
{0x0a014c35, {"anlogic", "eagle s20", "EG4S20BG256", 8}},
|
||||
{0x00004c37, {"anlogic", "elf2", "EF2M45", 8}},
|
||||
|
||||
{0x0362D093, {"xilinx", "artix a7 35t", "xc7a35", 6}},
|
||||
{0x0362c093, {"xilinx", "artix a7 50t", "xc7a50t", 6}},
|
||||
|
||||
Reference in New Issue
Block a user