Study of Binary to Gray code converter

The purpose of this experiment is to design a 4-bit Binary to Gray code converter using exclusive-OR gates.


The input to the 4-bit binary-to-Gray code converter circuit is a 4-bit binary and the output is a 4-bit Gray code. There are 16 possible combinations of 4-bit binary input and all of them are valid. Hence no don’t cares.The 4-bit binary and the corresponding Gray code are shown in the conversion table. From the conversion table, we observe that the expression for the outputs G4,G3,G2 and G1 are as follows:

>