forked from Xilinx/Vitis-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.json
37 lines (34 loc) · 934 Bytes
/
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
{
"name": "Developer_Contributed-02-AIE_DSP_with_Makefile_and_GUI--make-flow",
"description": "02-AIE_DSP_with_Makefile_and_GUI--make-flow",
"gui": "false",
"flow": "versal",
"platform_allowlist": [ "vck190"],
"platform_blocklist": [],
"testinfo": {
"test_name": "CTB_02-AIE_DSP",
"jobs": [
{
"max_memory_MB": 65536
}
],
"targets": [
"vitis_hw_build",
"vitis_hw_run"
],
"make_options": [
"EMBEDDED_PACKAGE_OUT=./make-flow/dsp_system/Hardware/package",
"EMBEDDED_EXEC_SCRIPT=./embedded_exec.sh"
],
"custom_build_target": {
"all": "all",
"hw": "sd_card"
},
"custom_board_target": "run_test",
"tasks": {
"build": {
"pre_exec": ["./env_setup_versal.sh"]
}
}
}
}