Parameters
Parameter | Type | Required | Description |
---|---|---|---|
LPM_WIDTH | Integer | Yes | Width of the data[] and q[] ports. |
LPM_AVALUE | Integer / String | No | Constant value that is loaded when the aset signal is asserted high. If omitted, defaults to all 1s. The LPM_AVALUE parameter is limited to a maximum of 32 bits. Intel recommends that you specify this value as a decimal number for AHDL designs. |
LPM_SVALUE | Integer / String | No | Constant value that is loaded on the rising edge of the clock when the sset signal is asserted high. If omitted, defaults to all 1s. Intel recommends that you specify this value as a decimal number for AHDL designs. |
LPM_FFTYPE | String | No | Specifies the flipflop type. Values are "DFF", "TFF", and "UNUSED". If omitted, the default is "DFF". When the LPM_FFTYPE parameter is set to "DFF", the sload port is ignored. |