Search This Blog

Friday, December 16, 2022

How to covert XOR gate to Buffer

 XOR gate:

When both the inputs are different the output becomes one (1), otherwise output becomes zero 

Buffer:

Buffer is used for increasing the signal strength which means it acts as a repeater -the output is same as input

If we connect anyone of the input of the XOR gate is connected to the ground , remaining input what ever the input we given to that gate will get the same output.


Consider input B pin is connected to the ground means 0 , if we provide input to the A pin  XOR gate output pin Y we should get the same (Y=A)


A   B   Y

0    0     0

1    0     1

No comments:

Post a Comment

What is the sanity checks you have done for STA?

 Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...