How do you detect if two 8-bit signals are same?
Answers were Sorted based on User's Feedback
Answer / guest
XOR each of 8 bits and outputs of XOR gates OR to get the
output. Output will become '0' when both are same.
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / srinivasulu
xor or x nor is same.but design considerations for xnor we
need extra gate.so xoris best
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amareswar
pass input to XOR and give their outputs to OR gate, if u r
output is 0 both 8-bit signals are same.
OR
pass input to XNOR and give their outputs to AND gate, if u
r output is 1 both 8-bit signals are same.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / chandrashekar
i think we need to use xnor instead of xor just check
this.............
Is This Answer Correct ? | 0 Yes | 8 No |
What is a D-latch? Write the VHDL Code for it?
Explain the working of 4-bit Up/down Counter?
What types of CMOS memories have you designed? What were their size? Speed?
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
WHAT IS THE DIFFERENCE BETWEEN TESTING AND VERIFICATION OF VLSI CIRCUIT?
What products have you designed which have entered high volume production?
What are the different gates where boolean logic are applicable?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
How can you model a SRAM at RTL Level?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem?
Who provides the DRC rules?