BIT MANIPULATION
| NOT - Bitwise NOT | ![]() |
The NOT function provides a one’s complement (bit to bit negation) of the P input. The output (O) provides the one’s complement. The enable (EN) must be true for the NOT function to be enabled. |


You have completed the NOT exercise.