CIE-H12 User Manual Ver. 1.9
- 25 -
http://www.ezTCP.com
5.2.3 An Example of Equations
Here are two examples. In the expressions, spaces between the two operands will be
ignored.
Input Port
Equations
Description
Do0-(A)
i0 + i1
Perform bit OR i0 and i1
Do0-(B)
/(i0 * i1)
Perform bit AND i0 and i1. Then, toggle the result
Table 5-5 an example of equation
The following is the output values coming out as a result of expressions of input values.
Input ports
Output port
i0
i1
Do0-(A)
Do0-(B)
0
0
0
1
0
1
1
1
1
0
1
1
1
1
1
0
Table 5-6 the logic table of the table 5-5