The best resource for VHDL engineers

VHDLwhiz’s courses, articles, and resources help you learn and understand advanced concepts within FPGA design.

MONTHLY USERS:

20,000+

Your VHDL resources

Since I started the VHDLwhiz blog in 2017, I’ve published lots of content you can use for learning or in your work. Many things are free, while others are only available in the VHDLwhiz Membership or Shop.

COURSES
ARTICLES
YOUTUBE VIDEOS
DOWNLOADABLES

Get free access to the VHDL beginner course material

Fill in the form and check your inbox to get the Zip with VHDL exercises and answers!

Twenty-three lessons and videos are waiting for you.

* You agree to receive email updates from VHDLwhiz.
Unsubscribe at any time.

New in the VHDLwhiz Membership in April 2026

FPGA Pong game implementation using VHDL

Course: VGA Pong game on FPGA

Learn to drive a VGA monitor from an FPGA using VHDL. In this course, we build the classic Pong game from scratch and run it on the Terasic DE10-Lite board.

We’ll generate sync signals, check timing, create test patterns, implement the gameplay logic, and display banner images from block RAM on the VGA monitor.

Click here to read more about the VHDL Pong course!

VHDLwhiz Membership

Why join the membership?

This VHDL training program supports you in becoming successful in programmable logic design. You can always improve your skills.

Courses

You gain access to lots of VHDL and FPGA development courses and videos

Resource library

The resource database of VHDL modules and much more help you in your FPGA design work

Community

Ask questions in the lesson comment sections and join the exclusive Facebook group

New content every month

I will add a new course or resource item to the membership every month

“I am very happy that I am a member of your website. I am addicted to your courses.”

—Member

Tools used:

Questa/ModelSim

Intel Quartus

Xilinx Vivado

Lattice iCEcube2

VS Code editor

Windows & Linux

RECENT articles

Read the VHDwhiz blog

Free articles for FPGA designers using VHDL

ASCII table

Posted on
VHDL has a built-in character type that can represent ASCII and Latin-1 characters. It’s in the standard (STD) library, which is loaded by default. You don’t need to import it…
Read more ASCII table