first_signal | :: SignalID? | First signal to use in an operation. If not specified, the second argument will be the value of |
First signal to use in an operation. If not specified, the second argument will be the value of | ||
second_signal | :: SignalID? | Second signal to use in an operation. If not specified, the second argument will be the value of |
Second signal to use in an operation. If not specified, the second argument will be the value of | ||
first_constant | :: int? | Constant to use as the first argument of the operation. Has no effect when |
Constant to use as the first argument of the operation. Has no effect when | ||
second_constant | :: int? | Constant to use as the second argument of the operation. Has no effect when |
Constant to use as the second argument of the operation. Has no effect when | ||
operation | :: "*" or "/" or "+" or "-" or "%" or "^" or "<<" or ">>" or "AND" or "OR" or "XOR" ? | When not specified, defaults to |
When not specified, defaults to | ||
output_signal | :: SignalID? | Specifies the signal to output. |
Specifies the signal to output. |