Skip to content

Commit

Permalink
Merge pull request #409 from dau-dev/tkp/pz1
Browse files Browse the repository at this point in the history
Add pynq-z1 board
  • Loading branch information
trabucayre authored Dec 9, 2023
2 parents 2a2435e + b70a399 commit 163d837
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 @@ -555,6 +555,13 @@
Memory: OK
Flash: OK

- ID: pynq_z1
Description: PYNQ-Z1
URL: https://digilent.com/reference/programmable-logic/pynq-z1/start
FPGA: Zynq7000 xc7z020clg400
Memory: OK
Flash: NA

- ID: pynq_z2
Description: PYNQ-Z2
URL: https://www.tulembedded.com/FPGA/ProductsPYNQ-Z2.html
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 = {
DFU_BOARD("orbtrace_dfu", "", "dfu", 0x1209, 0x3442, 1),
JTAG_BOARD("papilio_one", "xc3s500evq100", "papilio", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pipistrello", "xc6slx45csg324", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z1", "xc7z020clg400", "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),
Expand Down

0 comments on commit 163d837

Please sign in to comment.