blob: c49b5979e0eb9405ac608136ccb2e6031d37da5f [file] [log] [blame]
alexander3c798932021-03-26 21:42:19 +00001;
2; Copyright (c) 2021 Arm Limited. All rights reserved.
3; SPDX-License-Identifier: Apache-2.0
4;
5; Licensed under the Apache License, Version 2.0 (the "License");
6; you may not use this file except in compliance with the License.
7; You may obtain a copy of the License at
8;
9; http://www.apache.org/licenses/LICENSE-2.0
10;
11; Unless required by applicable law or agreed to in writing, software
12; distributed under the License is distributed on an "AS IS" BASIS,
13; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14; See the License for the specific language governing permissions and
15; limitations under the License.
16;
17
18; -----------------------------------------------------------------------------
19; Vela configuration file
20
21; -----------------------------------------------------------------------------
22; System Configuration
23
alexander3c798932021-03-26 21:42:19 +000024; Ethos-U55 High-End Embedded: SRAM (4 GB/s) and Flash (0.5 GB/s)
25[System_Config.Ethos_U55_High_End_Embedded]
26core_clock=500e6
27axi0_port=Sram
28axi1_port=OffChipFlash
29Sram_clock_scale=1.0
30Sram_burst_length=32
31Sram_read_latency=32
32Sram_write_latency=32
33OffChipFlash_clock_scale=0.125
34OffChipFlash_burst_length=128
35OffChipFlash_read_latency=64
36OffChipFlash_write_latency=64
37
38; -----------------------------------------------------------------------------
39; Memory Mode
40
alexander3c798932021-03-26 21:42:19 +000041; Shared SRAM: the SRAM is shared between the Ethos-U and the Cortex-M software
42; The non-SRAM memory is assumed to be read-only
43[Memory_Mode.Shared_Sram]
44const_mem_area=Axi1
45arena_mem_area=Axi0
46cache_mem_area=Axi0