Add (Cern) VMM3 board

This commit is contained in:
Uwe Bonnes 2024-02-26 15:18:51 +01:00
parent 0e99360d1c
commit a926ab9b88
2 changed files with 9 additions and 1 deletions

View File

@ -911,3 +911,10 @@
FPGA: zynq7000 xc7z020clg400
Memory: OK
Flash: NA
- ID: VMM3
Description: CERN board with VMM3
URL: https://vmm-srs.docs.cern.ch/
FPGA: xc7s50csga324?
Memory: OK
Flash: OK

View File

@ -241,7 +241,8 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("zedboard", "xc7z020clg484", "digilent_hs2", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("zybo_z7_10", "xc7z010clg400", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("zybo_z7_20", "xc7z020clg400", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT)
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", 0, 0, CABLE_DEFAULT)
};
#endif