Ada Code Generation : File Structure In Ada: Control Files : Info File

Info File
<profile_name>.info
 

The info file contains information about the translation process, the relevant portion of the model and the generated modules.

The info file contains the following information:

Errors and warnings
Cross reference table—This table contains all the elements in the code and the names of the original elements they represent. This information is useful when supplementing the generated code. In cases where the same name is used in different charts, this cross-reference table is the only way to identify which code-element maps to the spec-element.
Interface report—The interface report is a graphical diagram that shows the flow of information and control among the behavioral modules, and among the environment and the rest of the model.