User`s guide
Glossary-2
expression
folding
Code optimization technique that minimizes the computation of intermediate
results at block outputs and the storage of such results in temporary buffers or
variables. It can dramatically improve the efficiency of generated code,
achieving results that compare favorably with hand-optimized code.
file extensions The table below lists the file extensions associated with Simulink, the Target
Language Compiler, and Real-Time Workshop.
generic
real-time (GRT)
target
Target configuration that generates model code for a real-time system, with the
resulting code executed on your workstation. (Note that execution is not tied to
a real-time clock.) You can use GRT as a starting point for targeting custom
hardware.
Extension Created by Description
.c
Target Language
Compiler
The generated C code
.h
Target Language
Compiler
C include header file used by the .c
program
.mdl
Simulink Contains structures associated with
Simulink block diagrams
.mk
Real-Time Workshop Makefile specific to your model that
is derived from the template makefile
.rtw
Real-Time Workshop Intermediate compilation
(
model.rtw) of a .mdl file used in
generating C code
.tlc
The MathWorks and
Real-Time Workshop
users
Target Language Compiler script
files that Real-Time Workshop uses
to generate code for targets and
blocks
.tmf
Supplied with
Real-Time Workshop
Template makefiles
.tmw
Real-Time Workshop Project marker file inside a build
directory that identifies the date and
product version of generated code