Skip to content

Commit

Permalink
board, doc: added KNJN Dragon-L PCI Express & HDMI FPGA board (Sparta…
Browse files Browse the repository at this point in the history
…n6 xc6slx25tcsg324
  • Loading branch information
trabucayre committed Aug 3, 2024
1 parent 0d657f0 commit 9edf1ed
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 @@ -323,6 +323,13 @@
FPGA: MAX 10 10M50DAF484C6GES
Memory: OK

- ID: dragonL
Description: KNJN Dragon-L PCI Express & HDMI FPGA board
URL: https://www.knjn.com/FPGA-Dragon-L.html
FPGA: Spartan6 xc6slx25Tcsg324
Memory: OK
Flash: OK

- ID: ecp5_evn
Description: Lattice ECP5 5G Evaluation Board
URL: https://www.latticesemi.com/en/Products/DevelopmentBoardsAndKits/ECP5EvaluationBoard
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("de10nano", "", "usb-blasterII",0, 0, CABLE_DEFAULT),
JTAG_BOARD("de1Soc", "5CSEMA5", "usb-blasterII",0, 0, CABLE_DEFAULT),
JTAG_BOARD("deca", "10M50DA", "usb-blasterII",0, 0, CABLE_DEFAULT),
JTAG_BOARD("dragonL", "xc6slx25tcsg324", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("ecp5_evn", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("ecpix5", "", "ecpix5-debug", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("ecpix5_r03", "", "ft4232", 0, 0, CABLE_DEFAULT),
Expand Down

0 comments on commit 9edf1ed

Please sign in to comment.