aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-02-07 16:39:11 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-02-08 10:52:56 +0100
commit3eaabb4afc684160e3bb8e5034de77353fdc585b (patch)
treed32e0744e351114fdb71e2b0dfcc8c9cf4cbe3ff /scripts
parentb9d7ded1b4e1457d7f6bfa65868a04268e1907ef (diff)
downloadethos-u-core-platform-3eaabb4afc684160e3bb8e5034de77353fdc585b.tar.gz
Updating baremetal models
Change-Id: I18db0d2534882a75307b8af8dc572a91681b81e6
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_ctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_ctest.py b/scripts/run_ctest.py
index cc02226..1faf0e2 100755
--- a/scripts/run_ctest.py
+++ b/scripts/run_ctest.py
@@ -128,7 +128,7 @@ if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Run a test with given test command and test binary.')
parser.add_argument('-t', '--target', choices=['corstone-300', 'corstone-polaris'], required=True, help='FVP target.')
parser.add_argument('-a', '--arch', choices=['ethos-u55', 'ethos-u65'], help='NPU architecture.')
- parser.add_argument('-m', '--macs', type=int, choices=[32, 64, 128, 256], default=128, help='NPU number of MACs.')
+ parser.add_argument('-m', '--macs', type=int, choices=[32, 64, 128, 256, 512], default=128, help='NPU number of MACs.')
parser.add_argument('args', nargs='+', help='Arguments.')
args = parser.parse_args()