-
Notifications
You must be signed in to change notification settings - Fork 559
/
Copy pathdescription.json
41 lines (39 loc) · 1.1 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
{
"name": "01-convolution-tutorial",
"description": "01-convolution-tutorial",
"flow": "vitis",
"platform_allowlist": ["u200"],
"testinfo": {
"test_name": "HW_D_01-convolution",
"tasks": {
"build": {
"pre_exec": "./env_setup_opencv.sh"
},
"board": {
"pre_exec": "./env_setup_opencv.sh"
}
},
"jobs": [
{
"max_memory_MB": 32768,
"max_time_min": {
"vitis_sw_emu": 30,
"vitis_hw_emu": 200,
"vitis_hw_build": 470,
"vitis_hw_run": 30
}
}
],
"targets": [
"vitis_sw_emu",
"vitis_hw_emu"
],
"make_options" : [ "TARGET='$user_test_mode'", "XF_PROJ_ROOT='${GITHUB_LIBS_REPO}/Vitis-Tutorials'", "PLATFORM_REPO_PATHS='$PLATFORM_PATH'" ],
"category": "canary",
"custom_build_target": {
"all": "run",
"hw": "xclbin"
},
"custom_board_target": "run"
}
}