Skip to content

Commit

Permalink
board: added QMTECH cyclone10 LP starter kit (10CL016YU484C8G)
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Aug 5, 2023
1 parent 5ac611c commit e3c8d6b
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 @@ -489,6 +489,13 @@
Memory: OK
Flash: NA

- ID: qmtechCyclone10
Description: QMTech Cyclone 10 Starter Kit
URL: http://www.chinaqmtech.com/productinfo/1858435.html
FPGA: Cyclone 10 LP 10CL016YU484C8G
Memory: OK
Flash: OK

- ID: qmtechCycloneIV
Description: QMTech CycloneIV Core Board
URL: https://fr.aliexpress.com/item/32949281189.html
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("papilio_one", "xc3s500evq100", "papilio", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pipistrello", "xc6slx45csg324", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z2", "xc7z020clg400", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCyclone10", "10cl016484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneIV", "ep4ce1523", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneV_5ce523", "5ce523", "", 0,0, CABLE_DEFAULT),
Expand Down

0 comments on commit e3c8d6b

Please sign in to comment.