Analysis and Design Procedure
Analysis and Design Procedure
Analysis and Design Procedure
Y=AC+AB+BC
Logic Diagram
Y
Question
• Design a combinational circuit with three
inputs and one output.
• (a)The output is 1 when the binary value of
the inputs is less than 3. The output is 0
otherwise.
• (b) The output is 1 when the binary value of
the inputs is an even number.
Code Convertors
• A conversion circuit must be inserted between the two
systems if each uses different codes for the same
information. Thus, a code converter is a circuit that makes
the two systems compatible even though each uses a
different binary code.
• To convert from binary code A to binary code B, the input
lines must supply the bit combination of elements as
specified by code A and the output lines must generate
the corresponding bit combination of code B. A
combinational circuit performs this transformation by
means of logic gates.
BCD to Excess-3 Code
K-Map
K-Map
Boolean Function
Logic diagram for BCD-to-excess-3 code
converter
Binary to Gray
G1 = B1 B2; G2 = B2 B3; G3 = B3 B4; G4
= B4
Binary to Gray
Gray to Binary
B1 = G1 B2; B2 = G2 B3; B3 = G3 B4; B4
= G4
Gray to Binary
THANK YOU