Skip to content
Snippets Groups Projects
Commit ebf0f919 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Ultra96] board files + synth fix

parent cf86258f
No related branches found
No related tags found
No related merge requests found
......@@ -74,5 +74,10 @@ if [ ! -d "/workspace/finn/board_files" ]; then
rm pynq-z1.zip
rm pynq-z2.zip
fi
if [ ! -d "/workspace/finn/board_files/ultra96v1" ]; then
gecho "Downloading Avnet BDF files into board_files"
git clone https://github.com/Avnet/bdf.git
mv /workspace/finn/bdf/* /workspace/finn/board_files/
rm -rf /workspace/finn/bdf
fi
exec "$@"
......@@ -329,6 +329,7 @@ if {$BOARD == "ZCU104"} {
set_property board_part xilinx.com:zcu104:part0:1.1 [current_project]
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Ultra96"} {
set_property board_part em.avnet.com:ultra96v1:part0:1.2 [current_project]
set ZYNQ_TYPE "zynq_us+"
} elseif {$BOARD == "Pynq-Z2"} {
set ZYNQ_TYPE "zynq_7000"
......
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