hisl_0073: Usage of bit-shift operations
ID: Title | hisl_0073: Usage of bit-shift operations | ||
---|---|---|---|
Description | For bit-shifting operations (e.g. a >> b or a << b), do not perform: Shift operations that are greater than or equal to the bit-width (b must not be equal or greater than the bit width of a). | ||
Rationale | Generation of code with shift operations can result in violation of coding standards | ||
Model Advisor Checks | Check usage of bit-shift operations (Simulink Check) | ||
References |
| ||
See Also | Create Tunable Calibration Parameter in the Generated Code (Simulink Coder) | ||
Last Changed | R2021b |