Parameters
Parameter | Type | Required | Description |
---|---|---|---|
LPM_WIDTH | Integer | Yes | Width of the data[] port, or the input value to be decoded. |
LPM_DECODES | Integer | Yes | Number of explicit decoder outputs. LPM_DECODES<=2^LPM_WIDTH. |
LPM_PIPELINE | Integer | No | Specifies the number of Clock cycles of latency associated with the eq[] output. A value of zero (0) indicates that no latency exists, and that a purely combinational function will be instantiated. If omitted, the default is 0 (non-pipelined). |
IGNORE_CASCADE_BUFFERS | String | No | Values are "ON" and"OFF". |
CASCADE_CHAIN | String | No | Specifies the cascade chain. Values are "IGNORE" and "MANUAL". |