adding LiteX-Acorn-Baseboards support

This commit is contained in:
Gwenhael Goavec-Merou 2022-12-11 20:39:32 +01:00
parent fb8c1a5f97
commit e536634ada
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,13 @@
Memory: OK
Flash: OK
- ID: litex-acorn-baseboard-mini
Description: The LiteX-Acorn-Baseboards are baseboards developed around the SQRL's Acorn board (or Nite/LiteFury)
URL: https://github.com/enjoy-digital/litex-acorn-baseboard/
FPGA: Artix xc7a200tsbg484
Memory: OK
Flash: OK
- ID: alchitry_au
Description: Alchitry Au
URL: https://alchitry.com/products/alchitry-au-fpga-development-board

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("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),
/* left for backward compatibility, use right name instead */