Raptor:Target Definition Block: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor | [[Raptor-Dev-Configuration|Return to Configuration page]] | ||
[[File:RaptorTargetDefinition.jpg|right|frame|Raptor Target Definition]] | [[File:RaptorTargetDefinition.jpg|right|frame|Raptor Target Definition]] |
Revision as of 16:58, 16 December 2016
Return to the main Raptor page
Description
The target definition block must be included in every Raptor™ model. This block allows the user to select the hardware which the build process will target as well as set global parameters which control how the model is built.
Supported Modules
For a list of Raptor supported modules, Go Here
Inputs
Input | Type | Description |
---|
Outputs
Output | Type | Description |
---|
Parameters
Parameter | Type | Description |
---|---|---|
Target ECU | Selects the current hardware target. | |
Heap Size (bytes) | Number | Controls the amount of RAM allocated for the heap. |
Stack Size (bytes) | Number | Controls the amount of RAM allocated for the stack. |
Calibration Location | Controls the storage type for the Calibration memory location. | |
Compiler | Selects the compiler to use during the build process. | |
Append Build Number to output file | When enabled, the output files from the build will include the model build number. | |
Build Output Location | Controls the location of the output files from the build. | |
Executable Output Location | String | Sets the location of the build process output when the output location is set to user defined. |
A2L Output Location | String | Sets the location of the a2l file output when the output location is set to user defined. |