MultiplierPartitioningThreshold

Multiplier partitioning input bit width threshold

Settings

N

Default: Inf

N must be an integer greater than or equal to 2.

The maximum input bit width for a multiplier. If a multiplier has an input bit width greater than MultiplierPartitioningThreshold, HDL Coder™ splits the multiplier into smaller multipliers.

To improve your hardware mapping results, set MultiplierPartitioningThreshold to the input bit width of the DSP or multiplier hardware on your target device.

Set or View This Property

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

Was this topic helpful?