|
The NOT
operator is a prefix inverter. The behavior of the NOT
operator depends on the operand that it affects.
Three operand types can be used with the NOT
operator:
If the operand is a single node, GND
, or VCC
, a single inversion operation is performed. Example
If the operand is a group of nodes, every member of the group passes through an inverter. Example
If the operand is a number, it is treated as a binary number with as many bits as the group context in which it is used, and every bit is inverted. Example
- PLDWorld - |
|
Created by chm2web html help conversion utility. |