mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
adding LiteX-Acorn-Baseboards support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user