Teaching Digital Logic Fundamentals - Logic Simplification

Updated Nov 10, 2022

Environment

Hardware

  • Digilent Digital Electronics Board for NI ELVIS III

Software

  • Multisim

Taking a hands-on approach to learning digital logic can be difficult without the need for students to learn complex hardware descriptive languages (eg. VHDL). Multisim Programmable Logic Diagram (PLD), along with support for leading Digilent teaching hardware, allows students to put the fundamentals of digital theory into practice. The PLD schematic allows educators and students to create graphical logic diagrams like those found in textbooks and deploy these to Digilent educational boards. In this set of tutorials we demonstrate how digital logic theory can be taught using educational hardware to provide a hands-on approach to learning.

 

View the complete Teaching Digital Logic Fundamentals tutorial series.

Introduction

As part of any digital logic fundamentals course, it is important that students learn the importance and process of logic simplification. Finding equivalent circuits that can be achieved with fewer components can often reduce manufacturing costs and improve reliability.

This tutorial will provide an example of how Multisim can help students understand the process of logic simplification. Multisim allows students to work through the process of applying the theory, creating a logic diagram, understanding and simplifying the response, all while demonstrating these skills using hardware.

 

Simulation of Logic for Simplification

In this tutorial we are going to work on the simplification of the logic diagram below. Currently, this contains a series of NOT gates and NOR gates. In simplifying this diagram we want to reduce the overall number of logic gates.

Before attempting to simulate this circuit, the student should try to apply theory to derive the Boolean expression for the circuit and use Boolean algebra to attempt to simplify it. Multisim allows students to check their thought processes and produce verified results.

 

  1. Open a new schematic and create the logic diagram above. Alternatively, drag the snippet contained below onto the Multisim schematic.

 

 

  1. The logic diagram contains interactive switches and an LED. This allows us to immediately simulate the circuit and view the response. Run the simulation and click on the switches to operate them. View the response for different switch combinations.
  2. As well as this interactive execution, we can use the Logic Converter instrument to generate a truth table and Boolean expression. This will help us simplify the circuit. Select the Logic Converter from the instruments toolbar.

 

  1. Connect the logic converter to the schematic as shown below:

  1. Open the user interface for the logic converter by double clicking on it. The logic analyzer allows us to generate a truth table for the response of the circuit.

From the truth table we can see that the output is high when input A is high and input C is low.

 

  1. Next we can generate an expression for the logic by clicking on the next conversion function. The logic converter generates the expression:

A’B’C + A’BC

 

  1. This can be simplified further because input B does not affect the output. Click the next conversion button to simplify the expression.

 

  1. At this point we have simplified the expression to:

A’C

Still using the Logic Converter, we can use this expression to generate a logic diagram. To do this click the conversion highlighted below.

 

This will generate a simple AND gate with one of the inputs inverted through a NOT gate.

  1. Try connecting this logic to a the VCC source, switches, and an LED to confirm the response of the logic diagram:

 

 

Export Digital Logic to Hardware

Once the simplification of the logic diagram is complete, we can deploy this to the hardware.

  1. Create a new PLD schematic for the Digilent board being used. Instructions on creating the PLD schematic can be found here: Getting Started with Digilent Boards in Multisim.
  2. Add terminals for switches 0, 1, 2, 3 and 4 (SW_0, SW_1, SW_2, SW_3, SW_4), as well as LEDs 1 and 2, (Led_0, Led_1).

  1. Create the logic diagrams as shown in the figure below.

 

  1. When the schematic is complete it can be deployed to the hardware. Details on the process for deploying to the Digilent teaching boards can be found here: Getting Started with Digilent Boards in Multisim .
 
  1. Use the switches and LEDs denoted in the schematic to confirm that the hardware response is identical for the original and the simplified circuit.

This tutorial demonstrates how, by using the intuitive tools within Multisim and the Digilent educational teaching boards, students can take a hands-on approach to learn digital logic simplification.