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 |
If the current thru the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
what is conductance and valence band?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
What is the depletion region?
How binary number can give a signal or convert into a digital signal?
Advantages and disadvantages of Mealy and Moore?
What are the steps required to solve setup and hold violations in vlsi?
A circuit has 1 input X and 2 outputs A and B. If X = HIGH for 4 clock ticks, A = 1. If X = LOW for 4 clock ticks, B = 1. Draw a state diagram for this Spec?
Id vs. Vds Characteristics of NMOS and PMOS transistors?
1 Answers Brillient, Intel, ISRO,
Different ways of implementing a comparator?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
What transistor level design tools are you proficient with? What types of designs were they used on?