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 types of high speed CMOS circuits have you designed?
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 products have you designed which have entered high volume production?
What is pipelining and how can we increase throughput using pipelining?
What r the phenomenon which come into play when the devices are scaled to the sub-micron lengths?
Explain why present VLSI circuits use MOSFETs instead of BJTs?
Insights of an inverter. Explain the working?
What is the critical path in a SRAM?
What is threshold voltage?
What products have you designed which have entered high volume production?
What does the above code synthesize to?
Factors affecting Power Consumption on a chip?