









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This course includes logic operators, gates, combinational and sequential circuits are studied along with their constituent elements comprising adders, decoders, encoders, multiplexers, as well as latches, flip-flops, counters and registers. This lecture includes: Combinational, Circuit, Implementation, Decoders, Encoders, Priority, Function, Sum, Minterms, Full, Adder, Complements
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










Implementation of Full Adder with a Decoder
Implementation of Full Adder with a Decoder Contd.. A function with long list of minterms requires an OR gate with large number of inputs A function having a list of K minterms can be expressed in its complemented form F’ with 2
K minterms If the number of minterms in a function is greater than 2
/2 then F’ can be expressed with fewer minterms In such case it is advantageous to use a NOR gate to sum the minterms of F’. The output of the NOR gate complements this sum and generates the normal output F
Truth Table: Octal to Binary Encoder Outputs Inputs X Y Z D 0 D 1 D 2 D 3 D 4 D 5 D 6 D 7 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 z=D 1 +D 3 +D 5 +D 7 y=D 2 +D 3 +D 6 +D 7 x=D 4 +D 5 +D 6 +D 7
◦ If input D 3 and D 6 are 1 simultaneously the output of the encoder will be 111 (see truth table and Boolean function for outputs). Since z=D 1 +D 3 +D 5 +D 7 y=D 2 +D 3 +D 6 +D 7 x=D 4 +D 5 +D 6 +D 7 ◦ This 111 doesn’t represent either binary 3 or binary 6
◦ D 3 has the highest priority ◦ D 0 has the lowest priority
Input Output D 0 D 1 D 2 D 3 x y v 0 0 0 0 X X 0 1 0 0 0 0 0 1 X 1 0 0 0 1 1 X X 1 0 1 0 1 X X X 1 1 1 1