board: add CERN SPEC150

This commit is contained in:
Gwenhael Goavec-Merou 2022-03-03 15:40:42 +01:00
parent 75e3d82a92
commit 28ebc98b1b
2 changed files with 8 additions and 0 deletions

View File

@ -389,6 +389,13 @@
Memory: OK
Flash: NA
- ID: SPEC150
Description: CERN Simple PCIe FMC carrier SPEC
URL: https://ohwr.org/project/spec150/wikis/home
FPGA: Spartan6 xc6slx150Tfgg484
Memory: OK
Flash: OK
- ID: tangnano
Description: Sipeed Tang Nano
URL: https://tangnano.sipeed.com/en/

View File

@ -163,6 +163,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),