Skip to content

Commit 6cc013d

Browse files
allyzhouGitHub Enterprise
authored andcommitted
Doc: link new tutorials and update changelog
1 parent 54fdc11 commit 6cc013d

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

AI_Engine_Development/AIE/Design_Tutorials/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ The <a href="../README.md">**README**</a> of AI Engine Development contains impo
8686
<td align="center"><a href="./14-Bitonic-Sorting/">Bitonic SIMD Sorting on AI Engine for float Datatypes</a></td>
8787
<td>This tutorial illustrates how to implement a Bitonic SIMD sorter on AI Engine in Versal for <code>float</code> data types. Two examples are given. First, a small example using N=16 demonstrates the concept and identifies strategies for vectorization & management of the vector register space. These ideas are then applied to a second larger example using N=1024. Profiling & throughput performance are compared to <code>std::sort()</code>.</td>
8888
</tr>
89+
<tr>
90+
<td align="center"><a href="./15-farrow_filter/">Fractional Delay Farrow Filter</a></td>
91+
<td>This Versal system example implements a variable fractional delay algorithm using the Farrow Filter structure and walks the user through common AI Engine design optimization techniques. The design uses both AI Engine and PL kernels working cooperatively. AI Engine elements are hand-coded using AIE API. PL elements are implemented using Vitis HLS. System integration in Vitis is managed using the new v++ Unified Command Line flow.</td>
92+
</tr>
8993
</table>
9094

9195

AI_Engine_Development/AIE/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,25 @@ These tutorials target the **VCK190** board. The table below lists the tutorials
670670
<td> </td>
671671
<td> </td>
672672
<td> </td>
673+
</tr>
674+
<tr>
675+
<td align="center"><a href="./15-farrow_filter/">Fractional Delay Farrow Filter</a></td>
676+
<td>Base</td>
677+
<td>Linux</td>
678+
<td> </td>
679+
<td> </td>
680+
<td>Data Movers</td>
681+
<td>Yes</td>
682+
<td>Yes</td>
683+
<td> </td>
684+
<td>Yes</td>
685+
<td>Yes</td>
686+
<td> </td>
687+
<td> </td>
673688
</tr>
674689
</table>
675690

676691

677-
678692
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2023 Advanced Micro Devices, Inc</sub></p>
679693

680694
<p class="sphinxhide" align="center"><sup><a href="https://www.amd.com/en/corporate/copyright">Terms and Conditions</a></sup></p>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Vitis-Tutorials ChangeLog
22

3+
## 2023.2_update (Mar. 22, 2024)
4+
### New Tutorials
5+
- AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/
6+
- AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/
7+
38
## 2023.2_update (Feb. 19, 2024)
49
### New Tutorials
510
- AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,15 @@ To download a ZIP file of a specific branch, do one of the following:
321321
<a href="./AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D">64K IFFT Using 2D Architecture :new:</a>
322322
</td>
323323
</tr>
324+
<tr>
325+
<td height="24">
326+
</td>
327+
<td>
328+
</td>
329+
<td>
330+
<a href="./AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter">Fractional Delay Farrow Filter :new:</a>
331+
</td>
332+
</tr>
324333
</tbody>
325334
</table>
326335

0 commit comments

Comments
 (0)