Lines Matching +full:- +full:g

11 parser.add_argument('-avh', nargs='?',type = str, default="C:/Keil_v5/ARM/avh-fvp/bin/models", help…
12 parser.add_argument('-d', action='store_true', help="Debug log")
13 parser.add_argument('-n', action='store_true', help="No force rebuild")
14 parser.add_argument('-r', action='store_true', help="Raw results only")
15 parser.add_argument('-c', action='store_true', help="Display cycles (so passing test are displayed)…
16 parser.add_argument('-g', nargs='?',type = str,help="AC6 / CLANG / GCC")
17 parser.add_argument('-s', action='store_true', help="Take into account AVH error code")
129 "CS310":"FVP_Corstone_SSE-310_Ethos-U65",
130 "CS300":"FVP_Corstone_SSE-300_Ethos-U55",
131 "M55":"FVP_MPS2_Cortex-M55",
132 "M33_DSP_FP":"FVP_MPS2_Cortex-M33",
133 "M7DP":"FVP_MPS2_Cortex-M7",
134 "M4FP":"FVP_MPS2_Cortex-M4",
135 "M3":"FVP_MPS2_Cortex-M3",
136 "M23":"FVP_MPS2_Cortex-M23",
137 "M0plus":"FVP_MPS2_Cortex-M0plus",
141 "CS310":"FVP_Corstone_SSE-310_Ethos-U65.exe",
142 "CS300":"FVP_Corstone_SSE-300_Ethos-U55.exe",
143 "M55":"FVP_MPS2_Cortex-M55.exe",
144 "M33_DSP_FP":"FVP_MPS2_Cortex-M33.exe",
145 "M7DP":"FVP_MPS2_Cortex-M7.exe",
146 "M4FP":"FVP_MPS2_Cortex-M4.exe",
147 "M3":"FVP_MPS2_Cortex-M3.exe",
148 "M23":"FVP_MPS2_Cortex-M23.exe",
149 "M0plus":"FVP_MPS2_Cortex-M0plus.exe",
181 res=run(avh,"-f",config,app,withExitCodeCheck=args.s)
219 ("VHT-Corstone-300","CS300"),
220 ("VHT-Corstone-300-NOMVE","CS300"),
228 ("VHT-Corstone-300","CS300"),
229 #("VHT-Corstone-300-NOMVE","CS300"),
237 ("VHT-Corstone-300","CS300"),
238 ("VHT-Corstone-300-NOMVE","CS300"),
250 # ("VHT-Corstone-300","CS300"),
254 # ("VHT-Corstone-300","CS300"),
258 # ("VHT-Corstone-300","CS300"),
267 <title>CMSIS-DSP Test summary</title>
278 if args.g:
279 compilers=[args.g]
309 …es=run(sys.executable,"../processTests.py","-gen","..","-p","../Patterns","-d","../Parameters","-f…
317 # -r is needed for first
323 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)
325 …res=run("cbuild","-O", "cprj","test.csolution.yml","-r","--update-rte","-c",buildFile,"--toolchain…
327 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)
350 …res=run(sys.executable,"../processResult.py","-f",pickle,"-e","-ahtml","-r","results.txt",dumpStdE…