forked from Xilinx/Vitis-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.json
46 lines (44 loc) · 1.18 KB
/
description.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Design_Tutorials-16-1M-Point-FFT-32Gsps",
"description": "16-1M-Point-FFT-32Gsps",
"gui": "false",
"flow": "versal",
"platform_allowlist": [ "vck190"],
"platform_blocklist": [],
"testinfo": {
"test_name": "AIE_D_16-1M-Point-FFT",
"jobs": [
{
"index": 0,
"dependency": [],
"env": "",
"cmd": "",
"max_memory_MB": 65536,
"max_time_min": {
"vitis_hw_build": 300,
"vitis_hw_run": 30
}
}
],
"targets": [
"vitis_hw_build",
"vitis_hw_run"
],
"category": "canary",
"make_options": [
"HOST_GCC=${XILINX_VITIS}/gnu/aarch64/lin/aarch64-none/bin/aarch64-none-elf-gcc"
],
"custom_build_target": {
"all": "all"
},
"custom_board_target": "run_test",
"tasks": {
"board" : {
"pre_exec" : ["./env_setup_versal.sh"]
},
"build": {
"pre_exec": ["./env_setup_versal.sh"]
}
}
}
}