Skip to content

jamilkhalaf/digital_design_colab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Design Colab Notebooks

This repository contains Google Colab pages for learning about and developing digital circuits. This repository contains colab examples for:

Explanations about each type of Notebook can be found on the wiki.

Getting Started

If you're new to this repository and are looking for a place to start, this notebook explains what you need to know about Google Colabs in order to follow along with the rest of the notebooks. We recommend opening it in a new tab.

Master List

Master List
Category Notebook Link Description
Tutorial Notebook Functionality colab         How to use Colab notebooks
Lesson Boolean Algebra colab Introduction to the boolean operators AND, OR, and NOT. Creating equations with these operators and performing analysis with truth tables.
Lesson Logic Gates colab Implementing boolean logic using logic gates. Introduction to XOR operator. Analyzing circuit diagrams compsed of logic gates.
Lab Logic Gates colab This lab teaches how to use Gate Level logic (and, or, not) and how the Waveforms work. It doesn't require a board.
Lesson Karnaugh Maps colab Introduction to Karnough maps. Using Karnough maps to analyze boolean expressions.
Lesson Binary and Hexadecimal colab Indrocuction to hinary and hexadeximal number systems. Conversions between decimal, binary, and hexadecimal.
Tutorial XDC colab Demonstrates how the XDC file works and how to use it for a personal project.
Tutorial Verilator Overview colab Shows what Verilator is, what it does, and how to troubleshoot the test benches.
Tutorial Verilog With VS Code colab Demonstrates a better way to write verilog and how to set up VS Code
Tutorial Bash File System colab How to view and navigate files in a notebook
Tutorial Simulation Tools colab Teaches more about WaveDrom and VCD.
Lab Dataflow System Verilog colab The user implements Dataflow system verilog in 4 functions in a simple project.
Lesson Twos Compliment colab Introduction to twos complement. Representing positive and negative integers with twos complement.
Lesson Addition and Subtraction colab Introduction to arithmetic operations on binary numbers. Adding and subtract on signed and unsigned binary numbers.
Lesson Luts And Mux colab Introduction to Look Up Tables and Multiplexers. How these building blocks are used in circuit design.
Lesson Assign Operators colab Introduction to system verilog. How to code simple logic using assign statments.
Lesson Always_comb Blocks colab Introduction to always_comb blocks in system verilog. How to use always comb blocks to implement complex logic in system verilog.
Lesson Flip Flops colab Introduction to sequential logic. How flip flops are created from logic gates.
Lesson Registers colab How to create registers from flip flops. How to perfom analysis with timing diagrams
Lab Arithmetic colab User implements an adder using multiple modules.
Lab Seven Segment Display colab User implements a Binary to Seven Segment Hex Display converter
Lesson Sequential Logic colab Introduction to always_ff blocks. How to create registers and implement sequential logic in SystemVeilog.
Lab Stopwatch colab User implements a stopwatch using modules and hierarchical design.
Lab State Machines colab User learns what state machines are and how to code them

About

Digital Design Colab Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.4%
  • Python 9.9%
  • C++ 1.1%
  • Other 0.6%