board.hpp: Add sp701.

This commit is contained in:
Cayetano Santos 2026-04-30 14:23:16 +02:00
parent b456954c2a
commit 631a850d70
No known key found for this signature in database
GPG Key ID: BF5CDF4DF6BF6682
2 changed files with 8 additions and 0 deletions

View File

@ -751,6 +751,13 @@
Memory: OK
Flash: NT
- ID: sp701
Description: Xilinx SP701
URL: https://www.amd.com/en/products/adaptive-socs-and-fpgas/evaluation-boards/sp701.html
FPGA: Spartan 7 xc7s100-2-fgga676
Memory: OK
Flash: OK
- ID: spartanEdgeAccelBoard
Description: SeeedStudio Spartan Edge Accelerator Board
URL: http://wiki.seeedstudio.com/Spartan-Edge-Accelerator-Board

View File

@ -236,6 +236,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("spartanEdgeAccelBoard", "", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec45", "xc6slx45tfgg484", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("sp701", "xc7s100fgga676", "digilent_ft4232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("stlv7325", "xc7k325tffg676", "ft4232", SPI_FLASH, 0, 0, CABLE_MHZ(3)),
JTAG_BOARD("tangconsole", "", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano", "", "ch552_jtag", SPI_FLASH, 0, 0, CABLE_DEFAULT),