Skip to content

Commit 6eb85ad

Browse files
Archana GGitHub Enterprise
authored andcommitted
AIE/D/07-fir: update to 2024.1
1 parent ea95a8e commit 6eb85ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+73
-73
lines changed

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
%.PHONY: help

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table class="sphinxhide" width="100%">
22
<tr>
3-
<td align="center"><img src="https://raw.githubusercontent.com/Xilinx/Image-Collateral/main/xilinx-logo.png" width="30%"/><h1>2023.2 Versal AI Engine/HLS FIR Filter Tutorial (AI Engine Implementation)</h1>
3+
<td align="center"><img src="https://raw.githubusercontent.com/Xilinx/Image-Collateral/main/xilinx-logo.png" width="30%"/><h1>2024.1 Versal AI Engine/HLS FIR Filter Tutorial (AI Engine Implementation)</h1>
44
</td>
55
</tr>
66
</table>
@@ -131,7 +131,7 @@ The individual make steps to build the design with the options applied to them a
131131
<summary>make kernels: Compile PL Kernels</summary>
132132

133133
### make kernels: Compile PL Kernels
134-
In this step, the Vitis compiler uses any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202320_1`) and compiles them into their respective XO files.
134+
In this step, the Vitis compiler uses any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202410_1`) and compiles them into their respective XO files.
135135

136136
The following command compiles the kernels (default TARGET=hw_emu, N_FIR_FILTERS=1, N_FIR_TAPS=15, FIR_WINDOW_SIZE=256, EN_TRACE=0):
137137

@@ -149,7 +149,7 @@ v++ --target hw_emu \
149149
--hls.clock 300000000:datamover \
150150
-D N_FIR_TAPS=$(N_FIR_TAPS) \
151151
-D N_FIR_FILTERS=$(N_FIR_FILTERS) \
152-
--platform xilinx_vck190_base_202320_1 \
152+
--platform xilinx_vck190_base_202410_1 \
153153
--save-temps \
154154
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \
155155
--verbose \
@@ -207,7 +207,7 @@ aiecompiler -include=$(DSPLIB_ROOT)/L1/src/aie \
207207
-include=$(DSPLIB_ROOT)/L1/include/aie \
208208
-include=$(DSPLIB_ROOT)/L2/include/aie \
209209
-include=design/aie_src \
210-
--platform=$(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202320_1/xilinx_vck190_base_202320_1.xpfm \
210+
--platform=$(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202410_1/xilinx_vck190_base_202410_1.xpfm \
211211
--workdir=Work \
212212
--Xpreproc="-DITER_CNT=$(ITER_CNT)" \
213213
--Xpreproc="-DN_FIR_FILTERS=$(N_FIR_FILTERS)" \
@@ -270,7 +270,7 @@ The expanded command is as follows:
270270
cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu
271271
272272
v++ -l \
273-
--platform xilinx_vck190_base_202320_1 \
273+
--platform xilinx_vck190_base_202410_1 \
274274
--save-temps \
275275
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \
276276
--verbose \
@@ -454,7 +454,7 @@ v++ -p \
454454
-t hw_emu \
455455
--save-temps \
456456
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \
457-
-f xilinx_vck190_base_202320_1 \
457+
-f xilinx_vck190_base_202410_1 \
458458
--package.sd_dir $(XRT_ROOT) \
459459
--package.rootfs $(COMMON_IMAGE_VERSAL)/rootfs.ext4 \
460460
--package.kernel_image $(COMMON_IMAGE_VERSAL)/Image \
@@ -523,12 +523,12 @@ cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/
523523
```
524524
When launched, the QEMU simulator loads. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt comes up.
525525
```bash
526-
root@versal-rootfs-common-2023_2:~#
526+
root@versal-rootfs-common-2024_1:~#
527527
```
528528

529529
In some cases, the following error might come up on the screen:
530530
```
531-
root@versal-rootfs-common-2023_2:~## xinit: giving up
531+
root@versal-rootfs-common-2024_1:~## xinit: giving up
532532
xinit: unable to connect to X server: Connection refused
533533
xinit: server error
534534
Enabling notebook extension jupyter-js-widgets/extension...
@@ -612,7 +612,7 @@ Transmit delay: 0 msec/char 0 msec/line
612612

613613
**Step 7.** Power ON the board.
614614

615-
**Step 8.** Wait until you see the `root@versal-rootfs-common-2023_2` Linux command prompt. Press enter a few times to get past any `xinit` errors.
615+
**Step 8.** Wait until you see the `root@versal-rootfs-common-2024_1` Linux command prompt. Press enter a few times to get past any `xinit` errors.
616616

617617
**Step 9.** Run the following commands into the TeraTerm terminal:
618618
```
@@ -874,6 +874,6 @@ GitHub issues will be used for tracking requests and bugs. For questions go to [
874874

875875

876876

877-
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2023 Advanced Micro Devices, Inc</sub></p>
877+
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2024 Advanced Micro Devices, Inc</sub></p>
878878

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

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/fir_aie_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/fir_aie_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/fir_aie_graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/system_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/system_settings_10f_240t_512w.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/system_settings_1f_15t_256w.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/aie_src/system_settings_comm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/exec_scripts/run_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
#SPDX-License-Identifier: MIT
44

55
echo ""

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/fir_aie_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/golden_data_10f_15t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/golden_data_10f_240t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/golden_data_1f_15t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/golden_data_1f_240t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/host_app_src/input_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/pl_src/datamover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/pl_src/datamover.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/profiling_configs/xrt.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
#[Emulation]

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/python_scripts/create_fir_coefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
#

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/python_scripts/fir_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/system_configs/system.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/design/vivado_metrics_scripts/report_metrics.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/sample_env_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
3+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
44
#SPDX-License-Identifier: MIT
55

66
# Set Platform ,Vitis and Versal Image repo

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44
%.PHONY: help

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table class="sphinxhide" width="100%">
22
<tr>
3-
<td align="center"><img src="https://raw.githubusercontent.com/Xilinx/Image-Collateral/main/xilinx-logo.png" width="30%"/><h1>2023.2 Versal AI Engine/HLS FIR Filter Tutorial (HLS Implementation)</h1>
3+
<td align="center"><img src="https://raw.githubusercontent.com/Xilinx/Image-Collateral/main/xilinx-logo.png" width="30%"/><h1>2024.1 Versal AI Engine/HLS FIR Filter Tutorial (HLS Implementation)</h1>
44
</td>
55
</tr>
66
</table>
@@ -110,7 +110,7 @@ The individual make steps to build the design with the options that applied to t
110110
<summary>make kernels: Compile PL Kernels</summary>
111111

112112
### make kernels: Compile PL Kernels
113-
In this step, the Vitis compiler takes any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202320_1`) and compiles them into their respective XO files.
113+
In this step, the Vitis compiler takes any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202410_1`) and compiles them into their respective XO files.
114114

115115
The following commands compiles the kernels (default TARGET=hw_emu, N_FIR_FILTERS=1, N_FIR_TAPS=15, EN_TRACE=0):
116116

@@ -129,7 +129,7 @@ v++ --target hw_emu \
129129
--hls.clock 500000000:fir_hls \
130130
-D N_FIR_FILTERS=$(N_FIR_FILTERS) \
131131
-D N_FIR_TAPS=$(N_FIR_TAPS) \
132-
--platform xilinx_vck190_base_202320_1 \
132+
--platform xilinx_vck190_base_202410_1 \
133133
--include design/pl_src \
134134
--save-temps \
135135
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \
@@ -143,7 +143,7 @@ v++ --target hw_emu \
143143
--hls.clock 300000000:datamover \
144144
-D N_FIR_FILTERS=$(N_FIR_FILTERS) \
145145
-D N_FIR_TAPS=$(N_FIR_TAPS) \
146-
--platform xilinx_vck190_base_202320_1 \
146+
--platform xilinx_vck190_base_202410_1 \
147147
--include design/pl_src \
148148
--save-temps \
149149
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \
@@ -202,7 +202,7 @@ The expanded command is as follows:
202202
cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu
203203
204204
v++ -l \
205-
--platform xilinx_vck190_base_202320_1 \
205+
--platform xilinx_vck190_base_202410_1 \
206206
--include design/pl_src \
207207
--save-temps \
208208
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \
@@ -348,7 +348,7 @@ v++ -p \
348348
-t hw_emu \
349349
--save-temps \
350350
--temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \
351-
-f xilinx_vck190_base_202320_1 \
351+
-f xilinx_vck190_base_202410_1 \
352352
--package.rootfs $(COMMON_IMAGE_VERSAL)/rootfs.ext4 \
353353
--package.kernel_image $(COMMON_IMAGE_VERSAL)/Image \
354354
--package.boot_mode=sd \
@@ -413,12 +413,12 @@ cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/package
413413
```
414414
When launched, you will see the QEMU simulator load. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt come up:
415415
```bash
416-
root@versal-rootfs-common-2023_2:~#
416+
root@versal-rootfs-common-2024_1:~#
417417
```
418418

419419
In some cases, the following error might come up on the screen:
420420
```
421-
root@versal-rootfs-common-2023_2:~## xinit: giving up
421+
root@versal-rootfs-common-2024_1:~## xinit: giving up
422422
xinit: unable to connect to X server: Connection refused
423423
xinit: server error
424424
Enabling notebook extension jupyter-js-widgets/extension...
@@ -494,7 +494,7 @@ Transmit delay: 0 msec/char 0 msec/line
494494

495495
**Step 7.** Power ON the board.
496496

497-
**Step 8.** Wait until you see the `root@versal-rootfs-common-2023_2` Linux command prompt. Press enter a few times to get past any `xinit` errors.
497+
**Step 8.** Wait until you see the `root@versal-rootfs-common-2024_1` Linux command prompt. Press enter a few times to get past any `xinit` errors.
498498

499499
**Step 9.** Run the following commands into the TeraTerm terminal:
500500
```
@@ -908,6 +908,6 @@ GitHub issues will be used for tracking requests and bugs. For questions go to [
908908

909909

910910

911-
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2023 Advanced Micro Devices, Inc</sub></p>
911+
<p class="sphinxhide" align="center"><sub>Copyright © 2020–2024 Advanced Micro Devices, Inc</sub></p>
912912

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

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/directives/hls_pre.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
#SPDX-License-Identifier: MIT
44

55
#config_dataflow -default_channel fifo -fifo_depth 1024 -start_fifo_depth 8

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/directives/post_sys_link.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
1+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
22
#SPDX-License-Identifier: MIT
33

44

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/exec_scripts/run_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
#SPDX-License-Identifier: MIT
44

55
echo ""

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/fir_hls_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/golden_data_10f_15t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/golden_data_10f_240t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/golden_data_1f_15t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/golden_data_1f_240t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/design/host_app_src/input_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved.
2+
Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
33
SPDX-License-Identifier: MIT
44
*/
55

0 commit comments

Comments
 (0)