Skip to content
Snippets Groups Projects
Commit 6a22a11f authored by Hendrik Borras's avatar Hendrik Borras
Browse files

Bugfix: Added missing board_part definition for Pynq-Z2.

parent 21e19d02
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ if {$BOARD == "ZCU104"} {
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Pynq-Z2"} {
set ZYNQ_TYPE "zynq_7000"
set_property board_part tul.com.tw:pynq-z2:part0:1.0 [current_project]
} elseif {$BOARD == "Pynq-Z1"} {
set ZYNQ_TYPE "zynq_7000"
set_property board_part www.digilentinc.com:pynq-z1:part0:1.0 [current_project]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment