| |||
Home > Introduction > Product documentation and design flow > Design flow |
The Cortex-A57 MPCore multiprocessor is delivered as synthesizable RTL. Before the multiprocessor can be used in a product, it must go through the following process:
The implementer configures and synthesizes the RTL to produce a hard macrocell. This might include integrating the cache RAMs into the design.
The integrator connects the configured design into a SoC. This includes connecting it to a memory system and peripherals.
This is the last process. The system programmer develops the:
Software to configure the Cortex-A57 MPCore multiprocessor.
Software to initialize the Cortex-A57 MPCore multiprocessor.
Application software and the SoC tests.
Each process:
Can be performed by a different party.
Can include implementation and integration choices that affect the behavior and features of the multiprocessor.
The operation of the final device depends on:
The implementer chooses the options that affect how the RTL source files are preprocessed. These options usually include or exclude logic that can affect one or more of the area, maximum frequency, and features of the resulting macrocell.
The integrator configures some features of the multiprocessor by tying inputs to specific values. These configurations affect the start-up behavior before any software configuration is made. They can also limit the options available to the software.
The programmer configures the multiprocessor by programming particular values into registers. This affects the behavior of the multiprocessor.
This manual refers to implementation defined features that apply to build configuration options. Reference to a feature that is included means that the appropriate build and signal configuration options have been selected. Reference to an enabled feature means that the feature has also been configured by software.