Skip to content

Commit

Permalink
support extra platform (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: jiaz <jiaz@xilinx.com>
  • Loading branch information
2 people authored and GitHub Enterprise committed Nov 9, 2021
1 parent d3021c9 commit 1226491
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions dsa/DPU-TRD/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,27 +89,10 @@
]
}
],
"name": "dpu"
"name": "dpu",
"ldclflags" : "--config PROJECT/config_gui.cfg"
}
],
"platform_properties" : {
"zcu102_base" : {
"containers": [
{
"ldclflags" : "--config PROJECT/config_gui.cfg",
"name" : "dpu"
}
]
},
"zcu104_base" : {
"containers": [
{
"ldclflags" : "--config PROJECT/config_gui.cfg",
"name" : "dpu"
}
]
}
},
"launch": [
{
"cmd_args": "BUILD/dpu.xclbin",
Expand Down

0 comments on commit 1226491

Please sign in to comment.