Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| LPM_WIDTH | Integer | Yes | Width of the data[][] and result[] ports. Number of OR gates. |
| LPM_SIZE | Integer | Yes | Number of inputs to each OR gate. Number of input buses. |
| CARRY_CHAIN | String | No | Specifies the carry chain. |
| CARRY_CHAIN_LENGTH | Integer | No | Specifies the length of a carry chain. |
| CASCADE_CHAIN | String | Values are "IGNORE" and "MANUAL". |