Skip to content

Commit 421b7a7

Browse files
committed
Removed beamforming, since it is not in the tutorial
1 parent 719d51a commit 421b7a7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

AI_Engine_Development/AI_Engine_Development.rst

-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Design Tutorials
2525

2626
LeNet Tutorial <./Design_Tutorials/01-aie_lenet_tutorial/README>
2727
Super Sampling Rate FIR Filters <./Design_Tutorials/02-super_sampling_rate_fir/README>
28-
Beamforming Design <./Design_Tutorials/03-beamforming/README>
2928
AIE Emulation on Custom Platforms <./Design_Tutorials/04-custom-platform-emulation/README>
3029

3130

@@ -44,9 +43,6 @@ Design Tutorials
4443
* - :doc:`Super Sampling Rate FIR Filters <./Design_Tutorials/02-super_sampling_rate_fir/README>`
4544
- The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal® ACAP AI Engine processor array.
4645

47-
* - :doc:`Beamforming Design <./Design_Tutorials/03-beamforming/README>`
48-
- This tutorial demonstrates the creation of a beamforming system running on the AI Engine, PL, and PS, and the validation of the design running on this heterogeneous domain.
49-
5046
* - :doc:`AIE Emulation on Custom Platforms <./Design_Tutorials/04-custom-platform-emulation/README>`
5147
- This tutorial demonstrates the creation and emulation of an AIE design including the Adaptive DataFlow (ADF) graph, RTL kernels, and a custom VCK190 platform.
5248

AI_Engine_Development/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ The methodology for developing optimized accelerated applications is comprised o
2626
<td align="center"><a href="./Design_Tutorials/02-super_sampling_rate_fir/">Super Sampling Rate FIR Filters</a></td>
2727
<td>The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal® ACAP AI Engine processor array.</td>
2828
</tr>
29-
<tr>
29+
<!--
30+
<tr>
3031
<td align="center"><a href="./Design_Tutorials/03-beamforming/">Beamforming Design</a></td>
3132
<td>This tutorial demonstrates the creation of a beamforming system running on the AI Engine, PL, and PS, and the validation of the design running on this heterogeneous domain.</td>
3233
</tr>
33-
<tr>
34+
-->
35+
<tr>
3436
<td align="center"><a href="./Design_Tutorials/04-custom-platform-emulation/">AIE Emulation on Custom Platforms</a></td>
3537
<td>This tutorial demonstrates the creation and emulation of an AIE design including the Adaptive DataFlow (ADF) graph, RTL kernels, and a custom VCK190 platform.</td>
3638
</tr>

0 commit comments

Comments
 (0)