Searched +full:- +full:avh (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 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") 110 # Configuration file for AVH core 129 "CS310":"FVP_Corstone_SSE-310_Ethos-U65", 130 "CS300":"FVP_Corstone_SSE-300_Ethos-U55", [all …]
|
/cmsis-dsp-latest/dsppp/ |
D | run_all.py | 59 print("--------------",file=err) 86 parser.add_argument('-c', nargs='?',type = str, default="M55",help="M55/M4/M0") 87 parser.add_argument('-p', nargs='?',type = str, default="VHT",help="VHT/MPS3") 88 parser.add_argument('-a', action='store_true', help="Generate allocator definitions") 89 parser.add_argument('-i', action='store_true', help="Refresh global allocator index") 90 parser.add_argument('-b', action='store_true', help="Only benchmarks") 91 parser.add_argument('-d', action='store_true', help="Dry run") 92 parser.add_argument('-g', nargs='?',type = str, default="AC6",help="AC6 / CLANG / GCC") 93 parser.add_argument('-u', nargs='?',type = str, default="L85986697A",help="Debug UUID") 94 parser.add_argument('-t', action='store_true', help="Enable test mode") [all …]
|
/cmsis-dsp-latest/ |
D | vcpkg-configuration.json | 6 "location": "https://artifacts.tools.arm.com/vcpkg-registry" 10 "arm:tools/open-cmsis-pack/cmsis-toolbox": "2.4.0", 12 "arm:tools/ninja-build/ninja": "1.12.0", 14 "arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1", 15 "arm:compilers/arm/llvm-embedded": "^18.1.3", 16 "arm:models/arm/avh-fvp": "^11.22.39",
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 11 security-events: write 16 fail-fast: false 19 runs-on: ubuntu-latest 22 - name: Checkout 25 - name: Setup Python 3.10 26 uses: actions/setup-python@v5 28 python-version: '3.10' 30 cache-dependency-path: Testing/requirements.txt 32 - name: Install system packages 34 sudo add-apt-repository ppa:deadsnakes/ppa [all …]
|
D | runcpptest.yaml | 11 security-events: write 16 fail-fast: false 21 runs-on: ubuntu-latest 24 - name: Checkout 27 - name: Setup Python 3.10 28 uses: actions/setup-python@v5 30 python-version: '3.10' 32 cache-dependency-path: Testing/requirements.txt 34 - name: Install system packages 36 sudo add-apt-repository ppa:deadsnakes/ppa [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | Noise suppression.ipynb | 16 …e CMSIS-DSP Python wrapper and how it can help translating a float algorithm to a fixed point one … 24 …"The CMSIS-DSP package must first be installed. This command will take some time to execute since … 114 …"test_pattern_url=\"https://github.com/ARM-software/VHT-SystemModeling/blob/main/EchoCanceller/sou… 143 "application/vnd.jupyter.widget-view+json": { 207 …P+f/zUAfAAj/60ASf8v/0kAcwALAeEA9v8RAK4A1P46AL8AgwC2/7IAHf8BART+tf/hAFX+6v+4AVH//f/D/43/iwBtAFj+6QE… 300 "winDuration=30e-3\n", 301 "winOverlap=15e-3\n", 366 " w = window - np.mean(window)\n", 371 " if signal_energy(window)>-11:\n", 431 "### CMSIS-DSP Q15 implementation" [all …]
|