boards: Trenz TEI0010 - AnalogMax

This commit is contained in:
Gwenhael Goavec-Merou 2023-01-04 19:00:08 +01:00
parent 751b057596
commit cc1bc89f29
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,13 @@
Memory: OK
Flash: OK
- ID: analogMax
Description: Trenz TEI0010 - AnalogMax
URL: https://wiki.trenz-electronic.de/display/PD/TEI0010+-+AnalogMax
FPGA: Max 10 10M08SAU169C8G
Memory: SVF
Flash: SVF
- ID: arty_a7_35t
Description: Digilent Arty A7
URL: https://reference.digilentinc.com/reference/programmable-logic/arty-a7/start

View File

@ -104,6 +104,7 @@ typedef struct {
static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("ac701", "xc7a200t2fbg676c", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("acornCle215", "xc7a200tsbg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("analogMax", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("litex-acorn-baseboard-mini", "xc7a200tsbg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("alchitry_au", "xc7a35tftg256", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("alchitry_au_plus","xc7a100tftg256", "ft2232", 0, 0, CABLE_DEFAULT),