forked from Xilinx/Vitis_Accel_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
53 lines (53 loc) · 1.17 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
{
"name": "Bare-Metal Emulation Test",
"description": [
"This is simple example of vector addition to demonstrate Vitis Bare-Metal Emulation test on versal platform."
],
"match_makefile": "false",
"gui": "false",
"flow": "vitis",
"key_concepts": [
"Building a Bare-Metal System"
],
"platform_blacklist": [
"samsung",
"u2_",
"zc",
"nodma"
],
"platform_whitelist": [
"vck190"
],
"targets": [
"hw_emu"
],
"contributors": [
{
"url": "http://www.xilinx.com",
"group": "Xilinx"
}
],
"testinfo": {
"disable": false,
"jobs": [
{
"index": 0,
"dependency": [],
"env": "",
"cmd": "",
"max_memory_MB": 32768,
"max_time_min": 300
}
],
"targets": [
"vitis_hw_emu"
],
"category": "canary",
"env_vars": [
{
"_JAVA_OPTIONS": "-Duser.home=./config_area",
"DISPLAY": ""
}
]
}
}