User`s guide
3 Code Generation and the Build Process
3-16
Generation Options dialog box that varies depending on which system target
file configuration you selected in the
System Target File Browser.
This picture shows an example for
grt.tlc.
Figure 3-4: Code Generation Options Dialog Box for the Generic Real-Time
Target
The features supported by this dialog box depend on the target, but typically
these functions are available:
• Loop rolling threshold
• Show eliminated statements
• Verbose builds
• Inline invariant signals
• Local block outputs
Loop rolling threshold. You can set a threshold (a positive integer) for when loop
rolling occurs. For example, setting this threshold to five means that if your
code has an algorithm that requires more than five increments, then the entire
algorithm is rolled into a
for loop.
Show eliminated statements. Eliminated statements that are the result of
optimizations (such as parameter inlining) show up in the generated code as
comments.