Code Generation with Implementations
When choosing an implementation, the code is generated in fixed-point arithmetic. This fixed-point arithmetic is based on integer arithmetics. The information of the implementation applies to elements of a component. This information together with the functional description, i.e. the information how the elements interact with each other, is the basis for integer code generation

To make the principle of integer code generation more transparent a simple example is given in Example: Code Generation for an Addition.
See also
Example: Code Generation for an Addition