Non-Confidential | ![]() | ARM DUI0370S | ||
| ||||
Home > System Canvas Reference > Project Settings dialog > Alphabetical list of project parameter IDs |
The parameters that configure a project, with IDs, names, defaults, and descriptions.
Table 4-11 Full list of parameters shown in List View
Parameter ID | Parameter name | Default | Description |
---|---|---|---|
ADDITIONAL_COMPILER_SETTINGS |
Compiler Settings | "" |
Additional compiler settings. For Microsoft Windows, consult the Visual Studio documentation. |
ADDITIONAL_LINKER_SETTINGS |
Linker Settings | "" |
Additional linker settings. For Microsoft Windows, consult the Visual Studio documentation. |
BUILD_DIR |
Build directory | "" |
Build directory. If this is not an absolute path, it is relative to the position of the project
file.
For Microsoft Windows, ./Windows-Debug or
./Windows-Release.
|
COMPILER |
Compiler | "" |
|
CONFIG_DESCRIPTION |
Configuration description | "" |
Description of the configuration, CONFIG_NAME . |
CONFIG_NAME |
Configuration name | "" |
Name of the configuration. |
ENABLE_DEBUG_SUPPORT |
Enable model debugging | "0" |
Use implementation defined debug support. |
ENBALE_NAMESPACE_STD |
Enable namespace std | "1" |
Use namespace std:
|
ENBALE_PRECOMPILE_HEADER |
Enable pre-compiling | "0" |
Pre-compile headers if true /1. |
GENERATE_LINEINFO |
Source Reference | "LISA Code (incl headers)" |
Control line redirection in the generated model source code:
|
INCLUDE_DIRS |
Additional Include Directories | "" |
Additional include directories. Separate multiple entries with semicolons. |
MODEL_DEBUGGER_COMMAND_LINE |
Model Debugger | "" |
Additional options to pass on the command line. |
MODEL_SHELL_COMMAND_LINE |
Model Shell | "" |
Additional options to pass on the command line. |
PLATFORM |
Platform/Linkage | - |
|
POST_BUILD_EVENT |
Post-Built Actions | "" |
Commands to execute after building the model. Separate multiple entries with semicolons. |
PRE_COMPILE_EVENT |
Pre-Compile Actions | "" |
Commands to execute before starting compilation. Applies to Microsoft Windows only. Separate multiple entries with semicolons. |
PREPROCESSOR_DEFINES |
Preprocessor Defines | "" |
Preprocessor defines. Separate multiple entries with semicolons. |
PRE_LINK_EVENT |
Pre-Link Actions | "" |
Commands to execute before starting linking. Applies to Microsoft Windows only. Separate multiple entries with semicolons. |
SIMGEN_COMMAND_LINE |
SimGen options | "" |
Additional options to pass on the command line.
|
TARGET_ISIM |
Integrated simulator (isim_system) | "0" |
If 1 (true ), builds an executable with a statically-linked CADI
system. |
TARGET_MAXVIEW |
CADI library | "1" |
If 1 (true ), build a CADI system dynamic library for running
from Model Debugger. |
TARGET_SYSTEMC |
SystemC component | "0" |
If 1 (true ), build a SystemC component library. |
VERBOSITY |
Verbosity | "Off" |
Verbosity level: "Sparse" , "On" , or
"Off" . |
SIMGEN_WARNINGS_AS_ERRORS |
Warnings as errors | "1" |
If 1 (
true ), treat LISA parsing and compiler warnings as errors. |
SYSTEMC_COMMAND_LINE |
SystemC arguments | "" |
Command line arguments for System C executable. |
SYSTEMC_EXE |
SystemC executable | "" |
Name of final SystemC executable. Call the file with ‘Run SystemC executable’. |