aboutsummaryrefslogtreecommitdiff
path: root/scripts/run_ctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_ctest.py')
-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()