Variable Precision DSP Blocks User Guide: Agilex™ 5 FPGAs and SoCs

ID 813968
Date 4/25/2025
Public

Visible to Intel only — GUID: dyk1690741305259

Ixiasoft

Document Table of Contents

10.4. Signals

Table 150.   LPM_MULT FPGA IP Core Input Signals
Signal Name Required Description
dataa[] Yes Data input.
datab[] Yes Data input.
clock No Clock input for pipelined usage.
clken No Clock enable for pipelined usage. When the clken signal is asserted high, the adder/subtractor operation takes place. When the signal is low, no operation occurs. If omitted, the default value is 1.
aclr No Asynchronous clear signal used at any time to reset the pipeline to all 0s, asynchronously to the clock signal. The pipeline initializes to an undefined (X) logic level. The outputs are a consistent, but non-zero value.
sclr No Synchronous clear signal used at any time to reset the pipeline to all 0s, synchronously to the clock signal. The pipeline initializes to an undefined (X) logic level. The outputs are a consistent, but non-zero value.
Table 151.   LPM_MULT FPGA IP Output Signals
signal Name Required Description
result[] Yes Data output.