Question: You ll be working with 8 - bit integers X = X 0 , . . . X 7 and Y = Y 0 ,

Youll be working with 8-bit integers X = X0,... X7 and Y = Y0,..., Y7.
1. Design a comparator unit. Given input bits Xi
, Yi
, Ain and Bin, it produces outputs
Aout and Bout such that:
If Ain =0 or Bin =0, then Aout = Ain and Bout = Bin.
Otherwise
If Xin = Yin, Aout =0, Bout =0.
If Xin > Yin, Aout =1, Bout =0.
If Xin < Yin, Aout =0, Bout =1.
Produce a full design with logic gates.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!