forked from Xilinx/Vitis-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
42 lines (40 loc) · 1.02 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
{
"name": "AI_Engine_Development-06-n-body-simulator",
"description": "06-n-body-simulator",
"flow": "versal",
"platform_whitelist": [ "vck190"],
"platform_blacklist": [],
"testinfo": {
"disable": false,
"jobs": [
{
"index": 0,
"dependency": [],
"env": "",
"cmd": "",
"max_memory_MB": 32768,
"max_time_min": {
"vitis_aie_sim": 50,
"vitis_aie_x86sim": 50,
"vitis_hw_build": 470,
"vitis_hw_emu": 470,
"vitis_hw_run": 30
}
}
],
"targets": [
"vitis_hw_emu",
"vitis_hw_build",
"vitis_hw_run"
],
"category": "canary",
"make_options": [
"PLATFORM=xilinx_vck190_base_202120_1"
],
"custom_build_target":
{
"all": "build",
"hw" : "run"
}
}
}