Skip to content

Commit

Permalink
board: added digilent cmoda7_15t
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Feb 26, 2024
1 parent 9e2edeb commit 85d9ca5
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 @@ -207,6 +207,13 @@
Memory: OK
Flash: OK

- ID: cmoda7_15t
Description: Digilent CmodA7
URL: https://digilent.com/reference/programmable-logic/cmod-a7/start
FPGA: Artix xc7a15tcpg236
Memory: OK
Flash: OK

- ID: cmoda7_35t
Description: Digilent CmodA7
URL: https://digilent.com/reference/programmable-logic/cmod-a7/start
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("basys3", "xc7a35tcpg236", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("c5g", "", "usb-blaster",0, 0, CABLE_DEFAULT),
JTAG_BOARD("cmod_s7", "xc7s25csga225", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("cmoda7_15t", "xc7a15tcpg236", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("cmoda7_35t", "xc7a35tcpg236", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("colorlight", "", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("colorlight-i5", "", "cmsisdap", 0, 0, CABLE_DEFAULT),
Expand Down

0 comments on commit 85d9ca5

Please sign in to comment.