Skip to content
Snippets Groups Projects
Unverified Commit ffb2b3b8 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Util] add other PYNQ boards to pynq_part_map

parent 855d9de6
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ from finn.core.datatype import DataType
pynq_part_map = dict()
pynq_part_map["Ultra96"] = "xczu3eg-sbva484-1-e"
pynq_part_map["Pynq-Z1"] = "xc7z020clg400-1"
pynq_part_map["Pynq-Z2"] = "xc7z020clg400-1"
pynq_part_map["ZCU104"] = "xczu7ev-ffvc1156-2-e"
def get_finn_root():
......
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