User`s guide
The Real-Time Workshop User Interface
3-17
Verbose builds. This feature forces command line display of code generation
stages and compiler output.
Invariant signals. Note that “invariant constants” are not the same things as
“invariant signals.” Invariant signals are block output signals that do not
change during Simulink simulation. For example, the signal
S3 in this block
diagram is an invariant signal.
If you select
Inline invariant signals in the Code Generation Options dialog
box, the Real-time Workshop inlines the invariant signal
S3 in the generated
code.Thisisdifferentfromthe
Inline parameters option on the Real-Time
Workshop page, which applies to invariant constants. In this example, the
Real-Time Workshop inlines the two constants and the gain if you select
Inline
parameters
.
Note that to inline invariant signals, you must have previously chosen to inline
parameters. If the
Inline parameters check box is not selected, the Inline
invariant
signals option will not work. It is possible, however, to inline
parameters but leave invariant signals non-inlined.
Local block outputs. When this check box is active, the Real-Time Workshop
attempts to place as many of the block output signals in variables within local
(as opposed to global) scope.