Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Digital Logic Design Circuit Simulation from Scratch
Highest Rated
Rating: 4.6 out of 5(23 ratings)
323 students

Learn Digital Logic Design Circuit Simulation from Scratch

Digital Logic Circuit Simulation for Computer Engineering & Digital Electronics Simulation Using Logic Gates, Flip-Flops
Last updated 6/2026
English

What you'll learn

  • Understand and utilize virtual instrumentation to analyze digital circuits
  • Study and apply the concepts of basic computer logic design[Or-And-Not]
  • Study and apply the concepts of basic computer logic design[Nand-Nor]
  • Understand and apply Boolean theorems to computer logic design
  • Describe and utilize the Universal gates [Nand and Nor] to computer logic design
  • Analyze Combinational Computer Logic Circuits
  • Utilize simplification techniques to computer logic design
  • Utilize Karnaugh Mapping Techniques to simplify digital logic designs
  • Design computer combinational logic circuits
  • Understand and utilize arithmetic computer logic circuits
  • Design Computer Digital Logic Circuits with Medium Scale Integrated Circuits
  • Design Computer Sequential Logic Circuits

Course content

4 sections21 lectures2h 0m total length
  • AI for Engineering and Technology Professionals0:56
  • What are Digital logic circuits?2:50
  • Introduction and course overview4:02
  • Use of simulation and design software5:27
  • IC logic gate schematics8:16
  • Build basic logic gates9:59
  • Test basic logic gates12:16
  • Free Simulation Web Based Software0:05

    Free software to work the circuit simulations.

    you can also try downloading circuitlogix.com which is the other useful software for digital and electronic ckt design.

Requirements

  • Able to read and write English
  • Basic Algebra
  • Basic Electronics Background
  • Basic compuer skills and internet navigation

Description

This course provides a solid foundation in digital electronic systems. How the electronic devices and subsystems work in a digital computer and similar machines. The course covers combination and sequential logic circuits. Topic study will include number systems, Boolean algebra, logic families, medium-scale integration (MSI) and large-scale integration (LSI) circuits, analog-to-digital (AD) and digital-to-analog (DA) conversion, and more related topics. Upon completion, students will be able to construct, analyze, verify, and troubleshoot digital circuits using appropriate techniques and procedures and test related equipment.

This course also demonstrates the use of FPGA programming using HDL. Project creation of FPGA basic applications using industry-grade software used by digital system designers. This process involves a lot of components, from determining the logic behind the project to simulating before deployment to testing and seeing results before full implementation.

Here is an example of VHDL programming: Here's your VHDL code implementing an AND gate using the requested format and labels: library ieee;

use ieee.std_logic_1164.all;

use ieee.numeric_std.all;


entity gate is

    port (

        A: in std_logic_vector (0 to 9);

        B: in std_logic_vector (0 to 9);

        Y: out std_logic_vector (0 to 9) := (others => '0');

        SEL: in std_logic_vector (3 downto 0);

        HEX_OUT: out std_logic_vector (0 to 6)

    );

end gate;

Who this course is for:

  • Engineering and Computer Students
  • Engineering and Computer Professionals
  • Anyone desiring to Learn the Fundamentals of Computer Digital Logic