forked from Xilinx/Vitis-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
36 lines (34 loc) · 1.01 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
{
"name": "08-using-hostmem",
"description": "08-using-hostmem",
"flow": "vitis",
"platform_allowlist": ["u250"],
"testinfo": {
"test_name": "HW_F_08-using-hostmem",
"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",
"vitis_hw_build",
"vitis_hw_run"
],
"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",
"customized_params": "multi_params.json"
}
}