Skip to content

Commit

Permalink
new board: olimex_gatemateevb Olimex GateMate A1 EVB
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Mar 3, 2024
1 parent 0b2d0e2 commit bcbd8aa
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 @@ -554,6 +554,13 @@
Memory: OK
Flash: TBD

- ID: olimex_gatemateevb
Description: Olimex CCGMA1 Cologne Chip GateMate FPGA Evaluation Board
URL: https://www.olimex.com/Products/FPGA/GateMate/GateMateA1-EVB/open-source-hardware
FPGA: Cologne Chip GateMate Series (GM1A1)
Memory: OK
Flash: NT

- ID: orbtrace_dfu
Description: ORBTrace mini (dfu mode)
URL: https://store.zyp.no/product/orbtrace-mini
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("nexys_a7_50", "xc7a50tcsg324", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("nexys_a7_100", "xc7a100tcsg324", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("nexysVideo", "xc7a200tsbg484", "digilent_b", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("olimex_gatemateevb", "GM1A1", "dirtyJtag", 0, 0, CABLE_DEFAULT),
DFU_BOARD("orangeCrab", "", "dfu", 0x1209, 0x5af0, 0),
DFU_BOARD("orbtrace_dfu", "", "dfu", 0x1209, 0x3442, 1),
JTAG_BOARD("papilio_one", "xc3s500evq100", "papilio", 0, 0, CABLE_DEFAULT),
Expand Down

0 comments on commit bcbd8aa

Please sign in to comment.