 |
DSP block inferencing is turned on by default. One way to control
DSP inferencing is through the extract_mac attribute. When Precision Synthesis
comes to a MAC (multiply accumulate) function, the default is to map a
multiplier to a DSP block. If the attribute is set to FALSE then Precision
Synthesis will map it to a logic element.
Another way to control DSP inferencing is to use the dedicated_mult
attribute. This attribute assigns a DSP function to a DSP block.
|