0
665views
Design a circuit to compare two-2 bit numbers. Implement this circuit using only NOR gate
0
21views

Let A and B are the two 2-bit numbers. The outputs of this circuit when we compare "A" with "B".

  • G (greater) should be 1 only when A>B
  • E (equal) should be 1 only when A=B
  • L (lesser) should be 1 only when A<B</li>
A B G E L
A1 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.