1 / 8
DIGITAL COMPARATORS
80 likes | 133 Vues
Understand the functionality of a 2-bit and 4-bit magnitude comparator with detailed truth tables for comparisons and outputs. Learn the XOR logic with AiBi + Ai'Bi' and the function table of 7485 for 4-bit comparison.
Télécharger la présentation
DIGITAL COMPARATORS
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
4 bit Magnitude Comparator A = A3A2A1A0 B = B3B2B1B0 Xi = AiBi + Ai’Bi’ for I = 0,1,2,3 (A=B) = X3X2X1X0 (A>B) = A3B3’ + X3A2B2’ + X3X2A1B1’ + X3X2X1A0B0’ (A< B) = A3’B3 + X3A2’B2 + X3X2A1’B1 + X3X2X1A0’B0
More Related