Combinational Circuits
Combinational Circuits
Combinational Circuit
o Each outputs depends entirely on the immediate input.
Sequential Circuit
o Each output depends on both present inputs and state.
Analysis Procedure
Steps
1. Label the Inputs and Outputs
2. Obtain the functions of intermediate points and the outputs.
3. Draw the truth table.
4. Deduce the functionality of the circuit.
Design Methods
Design Procedure
o State Problem
o Determine and label the inputs and outputs of circuit.
o Draw the truth table.
o Obtain simplified Boolean functions.
o Draw the Logic Diagram
Adds two 4-bit numbers together and a carry-in to produce a 5 bit result
Excess-3 Code can be converted from BCD code using truth tables.
Gate-Level Design can be used since only 4 inputs.
Use problem-specific formula.
o Excess-3 Code = BCD Code + 0011
A device that compares 2 unsigned values A and B, to check if A > B, A =B, or A<B
Circuit Delays
Given a logic gate with delay t. If inputs are stable at times t1,t2,…., then the earliest time in
which the output will be stable is : max (t1,t2,…) + t
To calculate the delays of all outputs of a combinational circuit, repeat above rule for all
gates.