Not16 Chip
Abstraction and Implementation of 16-bit Not Chip in Hardware Design Language and Java™.
Not16 (16-bit Not) Chip
Unlike Not gate, Not16 takes 16-bit input, inverts each bit and produces output.
In other words, An 16-bit Not Chip applies the boolean operation Not to every one of the bits in its 16-bit input bus.
Implementation of Not16 Chip in HDL
The function in the above abstraction can help in the implementation of Not16 Chip.
Implementation of Not16 Chip in Java™
Similar to the Implementation in HDL
Last updated