This is a modification of the circuit Binary To Gray Code Converter. In this version, the most significant output bit is not directly connected to the most significant bit of the input. Instead, a fourth two-input XOR gate serves as an MSB buffer. One input of this XOR gate is connected to ground (logic 0) so the output state simply follows the input.
There are currently no comments