| cmp-le | |
| ID | 173 |
|---|---|
| Category | Signal-i2o1 |
| Sublayer width | 14 |
Short for "Compare lesser or equal". Outputs 1 if the IN0 input value is less than or equal to the IN1 input value, otherwise output 0.
For a non-inclusive comparison, use cmp-l.
IN0: Value AIN1: Value BOUT0: if (A <= B) then 1 else 0