Skip to content

Commit

Permalink
AIE lenet and beamforming tutorials: Update makefile and description.…
Browse files Browse the repository at this point in the history
…json(#72)

Co-authored-by: smugali <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed Nov 3, 2021
1 parent 48ace40 commit 09de0dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif


ifndef SDKTARGETSYSROOT
SDKTARGETSYSROOT = ${XLNX_VERSAL}/sysroots/aarch64-xilinx-linux
SDKTARGETSYSROOT = ${XLNX_VERSAL}/sysroots/cortexa72-cortexa53-xilinx-linux
endif


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
"targets": [
"vitis_hw_emu",
"vitis_hw_build",
"vitis_hw"
"vitis_hw_run"
],
"category": "canary"
"category": "canary",
"custom_build_target":
{
"all": "run",
"hw" : "sd_card"
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
"vitis_hw_build",
"vitis_hw_run"
],
"category": "canary"
"category": "canary",
"custom_build_target":
{
"all": "run",
"hw" : "sd_card"
}

}
}

0 comments on commit 09de0dc

Please sign in to comment.