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

Fix image link in blog post

parent e20aac57
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ For large datacenter-class designs this approach is not feasible, as the HLS sim
Instead, here we identify the key computational pattern, the residual block, which we implement as a HLS C++ IP block by assembling multiple Matrix-Vector-Activation Units from the [FINN HLS Library](https://github.com/Xilinx/finn-hlslib).
We then construct the accelerator by instantiating and connecting multiple residual blocks together in a Vivado IPI block design, which are then synthesized in parallel and exported as a netlist IP.
![](../img/rn50-ipi.png)
<img align="left" src="https://xilinx.github.io/finn/img/rn50-ipi.png" alt="drawing" style="margin-right: 20px" width="300"/>
In our flow, this IP is linked by Vitis into an Alveo platform, but users are free to integrate the ResNet50 IP in their own Vivado-based flows and augment it with other HLS or RTL IP. See our build scripts and documentation for more information.
......
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