Lines Matching +full:cbuild +full:- +full:pack
9 …one for your CMSIS Pack. Otherwise, the cloned source may contain tests for functions which are no…
11 You can also look at the artifact for the commit : it is containing a CMSIS Pack for this commit.
28 `python preprocess.py -f desc.txt`
30 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
32 `python processTests.py -e`
34 `python processTests.py -e -f Output_f16.pickle`
38 `python processTests.py -e BasicTestsF32`
44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16`
51 * `build.sh` is building all the targets using `cbuild` tool
63 You may need to initialize the pack repository and install the needed packs:
67 `cpackget add -f test_packlist.txt`
75 …_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe -f configs\ARM_VHT_Corstone_300_config.txt Objects\…
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
275 Test A:testA -> PARAM3_ID
276 } -> PARAM1_ID
407 python preprocess.py -f desc.txt
416 python processTests.py -f Output.pickle
422 You can also use the -e option (for embedded). It will include all the patterns (for the selected t…
423 always use -e option.
425 python processTests.py -e
429 python processTests.py -e BasicTests
433 python processTests.py -e BasicTests 4
443 `python preprocess.py -f desc.txt`
445 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
447 `python processTests.py -e`
449 `python processTests.py -e -f Output_f16.pickle`
455 You can use the [CMSIS build tools](https://github.com/Open-CMSIS-Pack/devtools) to build.
460 * `build.sh` is building all the targets using `cbuild` tool
464 `C:\Keil_v5\ARM\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M55_MDK.exe ^
465 -f configs/ARM_VHT_MPS2_M55_config.txt ^
472 The `-f` option should be used to tell the script where to find the `Output.pickle` file if the scr…
474 python processResult.py -f Output.pickle -e -r result.txt
476 -e option is needed if the mode -e was used with processTests because the output has a different
477 format with or without -e option.
490 python summaryBench.py -r build\result.txt
496 The Output.pickle file is used by default. It can be changed with -f option.
511 python convertToOld.py -e AGroup
513 Output.pickle is used by default. It can be changed with -f option.
517 python addToDB.py -e AGroup
519 Output.pickle is used by default. It can be changed with -f option.
524 The script processTests and processResult must be used with additional option -e for the FPGA (embe…
639 ASSERT_NEAR_EQ(ref,output,(float)1e-6);
692 Output.pickle is used by default. It can be changed with -f option.
707 Output.pickle is used by default. It can be changed with -f option.
747 On Arm AC5 compiler \_\_fp16 type (float16_t in CMSIS-DSP) can't be used as argument or return valu…
751 In CMSIS-DSP, we want to keep the possibility of having float16_t as an argument.