Skip to content

Commit

Permalink
2022.1 update readme
Browse files Browse the repository at this point in the history
* add new tutorial links

* add new feature tutorial to the table
  • Loading branch information
Ally Zhou authored and GitHub Enterprise committed Aug 10, 2022
1 parent b9a66a0 commit eb543cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Hardware_Acceleration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ The methodology for developing optimized accelerated applications is comprised o
<tr>
<td align="center"><a href="./Feature_Tutorials/09-using-ethernet-on-alveo/">Using GT Kernels and Ethernet IPs on Alveo</a></td>
<td>This tutorial demonstrates how to use networking GT kernels with generated Ethernet IPs and implement them on Alveo card with Vitis flow.</td>
</tr>
<tr>
<td align="center"><a href="./Feature_Tutorials/10-p2p-card-to-card/">Enabling FPGA to FPGA P2P Transfer using Native XRT C++ API</a></td>
<td>This tutorial demonstrates how to enable p2p transfer from one FPGA device to another using XRT API host code.</td>
</tr>
</table>

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,16 @@ The Vitis Tutorials take users through the design methodology and programming mo
&nbsp;
</td>
</tr>
</tbody>
<tr>
<td height="24">
<a href="./Hardware_Acceleration/Feature_Tutorials/10-p2p-card-to-card">P2P Transfer using Native XRT C++ API
:new: </a>
</td>
<td>
&nbsp;
</td>
</tr>
</tbody>
</table>


Expand Down

0 comments on commit eb543cb

Please sign in to comment.