Description of function
The output of an AND with edge evaluation is only 1 if all
inputs are 1 and at least one input was 0 during the last
cycle.
The output is set to 1 for the duration of one cycle and
must be reset to 0 for the duration of the next cycle before
it can be set to 1 again.
A block input that is not used (x) is assigned: x = 1.
The timing diagram of an AND with edge evaluation
NAND
Description of function
The output of a NAND function is only 0 if all inputs are
1, i.e. when they are closed.
A block input that is not used (x) is assigned: x = 1.
Table 14 NAND Block Function
NAND with Edge Evaluation
Description of function
The output of a NAND with edge evaluation is only 1 at
least one input is 0 and all inputs were 1 during the last
cycle.
The output is set to 1 for the duration of one cycle and
must be reset to 0 at least for the duration of the next
cycle before it can be set to 1 again.
A block input that is not used (x) is assigned: x = 1.
The timing diagram of a NAND with edge evaluation