grant-arm commented on a change in pull request #9323:
URL: https://github.com/apache/tvm/pull/9323#discussion_r734797871
##########
File path: apps/microtvm/ethosu/run_demo.sh
##########
@@ -79,6 +83,30 @@ while (( $# )); do
fi
;;
+ --fvp_path)
+ if [ $# -gt 1 ]
+ then
+ export PATH="$2/models/Linux64_GCC-6.4:$PATH"
Review comment:
I don't think that's what we want here.
The README for the demo app directs users to set PATH:
```export
PATH=/opt/arm/FVP_Corstone_SSE-300_Ethos-U55/models/Linux64_GCC-6.4:/opt/arm/cmake/bin:$PATH```
so that run_demo.sh can call ```FVP_Corstone_SSE-300_Ethos-U55...```
Providing an ```fvp_path``` argument simply sets PATH correctly so that we
can continue to do that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]