forked from Xilinx/Vitis-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
executable file
·65 lines (63 loc) · 1.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "AI_Engine_Development-08-n-body-simulator",
"description": "n_body_simulator",
"flow": "versal",
"platform_allowlist": [ "vck190"],
"platform_blocklist": [],
"testinfo": {
"test_name": "AIE_D_08-N-Body",
"tasks": {
"build": {
"pre_exec": "./env_setup_versal.sh"
},
"board": {
"pre_exec": "./env_setup_versal.sh",
"post_exec": "./addon/copy_perf_files.sh"
}
},
"user": {
"sync_sd_card":1
},
"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": [
"PFM=xilinx_vck190_base_202220_1",
"XRT_ROOT=${SDKTARGETSYSROOT}/../../../xrt",
"CXX=${XILINX_VITIS}/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++",
"CXX+=-mcpu=cortex-a72.cortex-a53",
"CXX+=-march=armv8-a+crc",
"CXX+=-fstack-protector-strong",
"CXX+=-D_FORTIFY_SOURCE=2",
"CXX+=-Wformat",
"CXX+=-Wformat-security",
"CXX+=-Werror=format-security",
"CXX+=--sysroot=${SDKTARGETSYSROOT}"
],
"custom_build_target":
{
"all": "build",
"hw" : "run"
}
}
}