Skip to content

Commit dd5b976

Browse files
committed
Add AIE Design Tutorials
- 06-fft2d_AIEvsHLS - 07-firFilter_AIEvsHLS
2 parents a17b9e1 + ba03155 commit dd5b976

File tree

115 files changed

+1146462
-0
lines changed

Some content is hidden

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

115 files changed

+1146462
-0
lines changed

AI_Engine_Development/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/Makefile

+485
Large diffs are not rendered by default.

AI_Engine_Development/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/README.md

+1,298
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "AI_Engine_Development-06-fft_2d_aie_tutorial",
3+
"description": "fft_2d_aie_tutorial",
4+
"flow": "versal",
5+
6+
"platform_whitelist": [ "vck190"],
7+
"platform_blacklist": [],
8+
9+
"testinfo": {
10+
"disable": false,
11+
"jobs": [
12+
{
13+
"index": 0,
14+
"dependency": [],
15+
"env": "",
16+
"cmd": "",
17+
"max_memory_MB": 76800,
18+
"max_time_min": {
19+
"vitis_aie_sim": 50,
20+
"vitis_aie_x86sim": 50,
21+
"vitis_hw_build": 500,
22+
"vitis_hw_emu": 200,
23+
"vitis_hw_run": 30
24+
}
25+
}
26+
],
27+
"targets": [
28+
"vitis_hw_emu",
29+
"vitis_hw_build",
30+
"vitis_hw"
31+
],
32+
"category": "canary"
33+
34+
}
35+
}

0 commit comments

Comments
 (0)