Target Language Compiler | ![]() ![]() |
TLC Files
The Target Language Compiler works with Simulink to generate code as shown in the following figure.
Just as a C program is a collection of ASCII files connected with #include
statements and object files linked into one binary, a TLC program is also a collection of ASCII files, also called scripts. Since the Target Language Compiler is an interpreted language, however, there are no object files. The single target file that calls (with the %include
directive) all other target files needed for the program is called the entry point.
![]() | Record Aliases | Available Target Files | ![]() |