Skip to content

Commit

Permalink
Added Ultra96-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstar900 authored Jan 22, 2023
1 parent fa5fa38 commit 6c0f869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/finn/transformation/fpgadataflow/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
} elseif {$BOARD == "Ultra96"} {
set_property board_part avnet.com:ultra96v1:part0:1.2 [current_project]
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Ultra96-V2"} {
set_property board_part avnet.com:ultra96v2:part0:1.2 [current_project]
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]
Expand Down

0 comments on commit 6c0f869

Please sign in to comment.