Skip to content

Commit

Permalink
Link 2 new DevContrib tutorials to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ally Zhou authored and GitHub Enterprise committed Jan 13, 2023
1 parent 49acf62 commit d104c48
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Developer_Contributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
<tr>
<td align="center"><a href="./01-Versal_Custom_Thin_Platform_Extensible_System/README.md">Versal Custom Thin Platform Extensible System </a></td>
<td>Versal VCK190 System Example Design based on a thin custom platform (Minimal clocks and AXI exposed to PL) including HLS/RTL kernels and AI Engine kernel using a full Makefile build-flow.</td>
</tr>
<td align="center"><a href="./02-AIE_DSP_with_Makefile_and_GUI/README.md">DSP Design on AI Engine with GUI and Makefile Flows </a></td>
<td>This tutorial implements a FIR filter from the Vitis DSP Library into the AI Engine domain, either with Makefile or GUI based flows. The design runs on the VCK190 board. The host application applies XRT APIs and Petalinux.</td>
</tr>
<td align="center"><a href="./03-HLS_Code_Optimization/README.md"> Vitis HLS Optimization Techniques on Embedded Boards </a></td>
<td>This tutorial illustrates some C/C++ code optimization techniques for high performance with Vitis HLS. Some HLS are also implemented into ZCU102 or VCK190 target boards with the Vitis HW Acceleration flow. </td>
</tr>
</table>

Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,21 @@ The Vitis Tutorials take users through the design methodology and programming mo
</td>
</tr>
<tr>
<td colspan="2" height="24">
<td height="24">
<a href="./Developer_Contributed/01-Versal_Custom_Thin_Platform_Extensible_System/README.md">Versal Custom Thin Platform
Extensible System</a>
Extensible System </a>
</td>
<td height="24">
<a href="./Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/README.md">DSP Design on AI Engine with GUI and Makefile Flows :new: </a>
</td>
</tr>
<tr>
<td height="24">
<a href="./Developer_Contributed/03-HLS_Code_Optimization/README.md">Vitis HLS Optimization Techniques on Embedded Boards :new: </a>
</td>
<td height="24">
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit d104c48

Please sign in to comment.