![Sollae Systems CIE-H14A User Manual Download Page 38](http://html1.mh-extra.com/html/sollae-systems/cie-h14a/cie-h14a_user-manual_1316206038.webp)
CIE-H14A User Manual Ver. 1.4
- 37 -
5.3.2
Operand
Operands used in macro mode are each input port. Each input port is designated with i0
~ i3 symbol based on their sequence. Since operands are case-insensitive, they can also be
written as I0 ~ I3.
The output ports could not be used as an operand.
5.3.3 An Example of Equations
Here are some examples. In the expressions, spaces between the two operands will be
ignored.
Input Port
Equations
Description
Do0
i0 + i1
Perform OR for i0 and i1.
Do2
i0 * /(i1 + i2)
The part of the expression within the parentheses, (i1
+ i2) is evaluated first, and then the value is toggled
due to a NOT operator. This result is used to perform
an AND operator with i0.
Table 5-7 an example of equation
The following is the output values coming out as a result of expressions of input values.
Input port value
Output port value
i0
i1
i2
Do0
Do2
0
0
0
0
0
0
0
1
0
0
0
1
0
1
0
0
1
1
1
0
1
0
0
1
1
1
0
1
1
0
1
1
0
1
0
1
1
1
1
0
Table 5-8 the logic table of the table 5-5