Skip to content

Commit

Permalink
Adding support for AMD Virtex 7 FPGA VC709 Connectivity Kit Board
Browse files Browse the repository at this point in the history
  • Loading branch information
JN513 committed Jul 13, 2024
1 parent 1042b6c commit 7e4b42b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,13 @@
Memory: OK
Flash: OK

- ID: vc709
Description: AMD Virtex-7 FPGA VC709 Connectivity Kit
URL: https://www.xilinx.com/products/boards-and-kits/dk-v7-vc709-g.html
FPGA: Virtex7 xc7vx690tffg1761
Memory: OK
Flash: NA

- ID: vcu118
Description: Xilinx VCU118
URL: https://www.xilinx.com/products/boards-and-kits/vcu118.html
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("usrpx300", "xc7k325tffg900", "digilent", 0, 0, CABLE_MHZ(15)),
JTAG_BOARD("usrpx310", "xc7k410tffg900", "digilent", 0, 0, CABLE_MHZ(15)),
JTAG_BOARD("vec_v6", "xc6vlx130tff784", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vc709", "xc7vx690tffg1761", "digilent", 0, 0, CABLE_MHZ(15)),
JTAG_BOARD("vcu118", "xcvu9p-flga2104", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vcu128", "xcvu37p-fsvh2892", "ft4232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vcu1525", "xcvu9p-fsgd2104", "ft4232", 0, 0, CABLE_MHZ(15)),
Expand Down

0 comments on commit 7e4b42b

Please sign in to comment.