Comparators blocks
Between
Checks whether an input value falls within a specified range (between MIN and MAX). Supports both …
Between [TM]
Time-multiplexed range checker for parallel between/bounds checking.
Equal
Compares two binary values and outputs a boolean result (1-bit) indicating whether they are equal. …
Equal [TM]
Time-multiplexed equality comparator that processes multiple comparison operations in parallel. …
Find Max/Min
Finds the maximum or minimum value in a streaming data window. Tracks the peak/valley value and its …
Fixed P. Clamp
Limits a signal to a programmable range. Unlike the bit-slicing blocks, which only drop bits, this …
Fixed P. Clamp TM
Float Clamp
Returns the selected IEEE-754 floating point VALUE, not a boolean flag. Needs no floating point IP …
Float Clamp TM
Greater
Compares two binary values and outputs a boolean result indicating whether the first input is …
Greater [TM]
Time-multiplexed greater-than comparator. Processes multiple greater/greater-equal comparisons in …
Is Zero
Checks whether an input value is equal to zero and outputs a boolean result. Optimized single-input …
Is Zero [TM]
Time-multiplexed zero-detection comparator for parallel zero checks.
Limit
Clamps an input value to a specified range by limiting it between MIN and MAX boundaries. Outputs …
Not Equal
Compares two binary values and outputs a boolean result (1-bit) indicating whether they are NOT …
Not Equal [TM]
Time-multiplexed inequality comparator. Processes multiple not-equal comparisons in parallel on TM …
Smaller
Smaller [TM]
Time-multiplexed smaller-than comparator for parallel less-than/less-equal comparisons.