add board zc702 in board.hpp

This commit is contained in:
Fabien Marteau 2022-01-26 16:21:52 +01:00
parent ed390f468a
commit 0d1905425c
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("basys3", "xc7a35tcpg236", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("nexysVideo", "xc7a200tsbg484", "digilent_b", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("kc705", "", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("zc702", "xc7z020-clg484", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("colorlight", "", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("colorlight-i5", "", "cmsisdap", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("crosslinknx_evn", "", "ft2232", 0, 0, CABLE_DEFAULT),