board,doc: added CERN SPEC45 support

This commit is contained in:
Gwenhael Goavec-Merou 2024-03-28 22:15:17 +01:00
parent 9b35959198
commit 99147efa27
2 changed files with 8 additions and 0 deletions

View File

@ -674,6 +674,13 @@
Memory: OK
Flash: NA
- ID: SPEC45
Description: CERN Simple PCIe FMC carrier SPEC
URL: https://ohwr.org/project/spec150/wikis/home
FPGA: Spartan6 xc6slx45Tfgg484
Memory: OK
Flash: OK
- ID: SPEC150
Description: CERN Simple PCIe FMC carrier SPEC
URL: https://ohwr.org/project/spec150/wikis/home

View File

@ -201,6 +201,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("redpitaya14", "xc7z010clg400", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spartanEdgeAccelBoard", "", "",0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec45", "xc6slx45tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("stlv7325", "xc7k325tffg676", "ft4232", 0, 0, CABLE_MHZ(3)),
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),