Functional description

Table of contents

  1. Introduction
  2. Design procedure of combinational circuits

Introduction

Combinational circuits consist of Logic gates. These circuits operate with binary values. The output(s) of combinational circuit depends on the combination of present inputs. The following figure shows the block diagram of combinational circuit.

Combinational Circuit
Combinational Circuit

This combinational circuit has ‘n’ input variables and ‘m’ outputs. Each combination of input variables will affect the output(s).

Design procedure of combinational circuits

  1. Find the required number of input variables and outputs from given specifications.
  2. Formulate the Truth table. If there are ‘n’ input variables, then there will be 2n possible combinations. For each combination of input, find the output values.
  3. Find the Boolean expressions for each output. If necessary, simplify those expressions.
  4. Implement the above Boolean expressions corresponding to each output by using Logic gates.