How do you detect if two 8-bit signals are same?

Answer Posted / chandrashekar

i think we need to use xnor instead of xor just check
this.............

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If not into production, how far did you follow the design and why did not you see it into production?

1683


Explain various adders and difference between them?

678


What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

772


Explain what is the use of defpararm?

657


Explain the Charge Sharing problem while sampling data from a Bus?

4180






Draw a 6-T SRAM Cell and explain the Read and Write operations

803


What is the difference between nmos and pmos technologies?

651


what is verilog?

638


What is the purpose of having depletion mode device?

618


You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other

963


Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.

2317


What are the different ways in which antenna violation can be prevented?

667


Draw the stick diagram of a NOR gate. Optimize it

760


In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?

3602


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;

1058