Home » Technical Questions » Hardware

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

Correct Answer: Pass input to XOR and give their outputs to OR gate, if your output is 0 both 8-bit signals are same OR Pass input to XNOR and give their outputs to AND gate, if your output is 1 both 8-bit signals are same

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion