kirkster96 / verilog-fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verilog Fundamentals

Verilog Fundamentals

This is the code repository for Verilog Fundamentals, a YouTube tutorial series created by Cameron Kirk.

Learn hardware design in Verilog and write powerful hardware description language (HDL) code

What is this tutorial about?

HDL programming is made easy to understand with hands-on tutorials on the Verilog language. This video series gets you started with modern HDL programming in Verilog and proper usage of the relevant language features.

This series covers the following features:

  • Tools required for getting started
  • Modules and Ports
  • Gate-Level Modeling
  • Dataflow Modeling
  • Behavioral Modeling

If you feel this tutorial series is for you, get started today!

Instructions and Navigations

This repo contains the code which accompanies the video series "Verilog Fundamentals", created by Cameron Kirk. The code is released under the MIT license.

Unless otherwise noted, all programs will compile cleanly on Windows, Linux, and macOS, and as Verilog or SystemVerilog. Code is tested with WSL2 and Visual Studio Code on Windows.

Video 1: Course Overview

This video doesn't include any example programs.

Video 2: Verilog in Context

This video doesn't include any example programs.

Video 3: Tools

Video 4: Variables & Values

Video 5: Modules

Video 6: Gate-Level Modeling

Video 7: Dataflow Modeling

Video 8: Behavioral Modeling

Required Software

Following along with the code in this tutorial requires that you to have access to a Verilog compiler on a standard operating system. The example codes in this tutorial were carefully tested on Windows.

Instructions for installing all of the require software are provided in Video 3: Tools.

No non-free software is required to follow along with any of the examples in this tutorial.

Get to Know the Author

Cameron Kirk is a software developer, consultant, and entrepreneur. He has many years of programming experience. He currently works full-time working on low-level code for IBM z/OS enterprise applications. He is active in the open-source community and creates YouTube programming tutorials in his spare time.

Suggestions and Feedback

Please email me at cameron.kirk@metaphysicscomputing.com if you have any feedback or suggestions.

About


Languages

Language:Verilog 100.0%