MATLAB: Does product block with divide inputs not support fixed point data type input in Simulink HDL Coder 1.6 (R2009b)

HDL Coder

I have a model which has a product block that performs division on inputs. The inputs are configured to have fixed point data types. When I run the HDL compatibility checker, I receive the following error message:
Product block with divide input (/) only supports integer division.

Best Answer

The ability to support fixed point data type inputs is not available with product blocks with divide inputs in Simulink HDL Coder 1.6 (R2009b).
To work around this issue, you could use a EML block instead. See the example model ('EMLDivide.mdl') below.