aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/vela.py
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-10-27 12:43:14 +0000
committertim.hall <tim.hall@arm.com>2020-11-20 12:48:57 +0000
commitc8a73868d40cf63380f634baeb51aa7aa993fc0c (patch)
tree09ea718df7470068d060fb97d46dafd0878201c4 /ethosu/vela/vela.py
parentc7187434c11151a6a03f252c8718f3bf6445ef5b (diff)
downloadethos-u-vela-c8a73868d40cf63380f634baeb51aa7aa993fc0c.tar.gz
vela: Rename Yoda to Ethos-U65
- Also changed to use Ethos-U where appropriate Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Ie45ba2bb3935b305abe897b78b498681296cb7c1
Diffstat (limited to 'ethosu/vela/vela.py')
-rw-r--r--ethosu/vela/vela.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py
index 9f5c78c3..6835607a 100644
--- a/ethosu/vela/vela.py
+++ b/ethosu/vela/vela.py
@@ -188,7 +188,7 @@ def main(args=None):
if args is None:
args = sys.argv[1:]
- parser = argparse.ArgumentParser(prog="vela", description="Neural network model compiler for Ethos-U55")
+ parser = argparse.ArgumentParser(prog="vela", description="Neural network model compiler for Ethos-U")
parser.add_argument("--version", action="version", version=__version__)
parser.add_argument(
"--api-version", action="version", version=api_version, help="Displays the version of the external API."