CIE-H14 User Manual Ver. 1.1
- 33 -
http://www.ezTCP.com
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-5 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-6 the logic table of the table 5-5