1 / 12

Designing Binary Adders with decoders

Designing Binary Adders with decoders. C(X,Y,Z) = S m(3,5,6,7) S(X,Y,Z) = S m(1,2,4,7); . Example: design a full binary adder using one decoder. S(X,Y,Z) = S m(1,2,4,7); C(X,Y,Z) = S m(3,5,6,7) . Chapter 2 Encoder. Dr. Bernard Chen Ph.D. University of Central Arkansas

lavi
Download Presentation

Designing Binary Adders with decoders

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


  1. Designing Binary Adders with decoders C(X,Y,Z) = S m(3,5,6,7) S(X,Y,Z) = S m(1,2,4,7);

  2. Example: design a full binary adder using one decoder. • S(X,Y,Z) = S m(1,2,4,7); • C(X,Y,Z) = S m(3,5,6,7)

  3. Chapter 2 Encoder Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2009

  4. Encoders • Perform the inverse operation of a decoder • 2n (or less) input lines and n output lines

  5. Encoders

  6. Encoders with OR gates

  7. Encoders Perform the inverse operation of a decoder 2n (or less) input lines and n output lines

  8. Encoders • Can be implemented with 3 OR gates A0 = D1 + D3 + D5 + D7; A1 = D2 + D3 + D6 + D7; A2 = D4 + D5 + D6 + D7; If more than 2 inputs are active we need to use priority encoder (priority for inputs)

  9. Accepts multiple values and encodes them Works when more than one input is active Consists of: Inputs (2n) Outputs when more than one output is active, sets output to correspond to highest input V (indicates whether any of the inputs are active) Selectors / Enable (active high or active low) Priority Encoder

  10. Priority Encoder

  11. Priority Encoder

More Related