cmp-l | |
ID | 172 |
---|---|
Category | Signal-i2o1 |
Sublayer width | 14 |
Short for "Compare lesser" Outputs 1 if the IN0
input value is less than the IN1
input value, otherwise output 0.
For an inclusive comparison, use cmp-le which also outputs true when it is equal.
IN0
: Value AIN1
: Value BOUT0
: IF (A < B) THEN 1 ELSE 0