Hardware Implementation Pane - MATLAB & Simulink (original) (raw)
Main Content
The category includes parameters for configuring a hardware board to run a model. Hardware implementation parameters specify different options for building models to run on hardware boards or devices including communication connections and hardware specific parameters. Hardware Implementation pane parameters do not control hardware or compiler behavior. The parameters describe hardware and compiler properties for the MATLABĀ® software.
- Specifying hardware characteristics enables simulation of the model to detect error conditions that can arise when executing code, such as hardware overflow.
- MATLAB uses the information to generate code for the platform that runs as efficiently as possible. MATLAB software also uses the information to give bit-true agreement for the results of integer and fixed-point operations in simulation and generated code.
Parameter | Description |
---|---|
Hardware board | Select the hardware board upon which to run your model. |
Code Generation system target file | System target file that you select on the Code Generation pane. |
Device vendor | Select the manufacturer of the hardware board to use to implement the system that this model represents. |
Device type | Select the type of hardware to use to implement the system that this model represents. |
These configuration parameters are in the Device details section.
These configuration parameters are in the Advanced parameters section.
The following model configuration parameters have no other documentation.
Parameter | Description |
---|---|
TargetPreprocMaxBitsSintint - 32 | Specify the maximum number of bits that the target C preprocessor can use for signed integer math. |
TargetPreprocMaxBitsUintint - 32 | Specify the maximum number of bits that the target C preprocessor can use for unsigned integer math. |