Multiplier partitioning input bit width threshold
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.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.