Skip to content

Commit

Permalink
Merge pull request #397 from inkdot7/ax7102
Browse files Browse the repository at this point in the history
ALINX AX7102 board.
  • Loading branch information
trabucayre authored Oct 25, 2023
2 parents fd84970 + a87d689 commit ba6dd3c
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 @@ -41,6 +41,13 @@
Memory: OK
Flash: OK

- ID: alinx_ax7102
Description: ALINX AX/7102
URL: https://alinx.com/en/detail/493
FPGA: Artix xc7a100tfgg484
Memory: OK
Flash: OK

- ID: analogMax
Description: Trenz TEI0010 - AnalogMax
URL: https://wiki.trenz-electronic.de/display/PD/TEI0010+-+AnalogMax
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("alchitry_au", "xc7a35tftg256", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("alchitry_au_plus","xc7a100tftg256", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("alinx_ax516", "xc6slx16csg324", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("alinx_ax7102", "xc7a100tfgg484", "", 0, 0, CABLE_DEFAULT),
/* left for backward compatibility, use right name instead */
JTAG_BOARD("arty", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)),
JTAG_BOARD("arty_a7_35t", "xc7a35tcsg324", "digilent", 0, 0, CABLE_MHZ(10)),
Expand Down

0 comments on commit ba6dd3c

Please sign in to comment.