On this page you will find a series of tutorials introducing FPGA design with verilog. These tutorials take you through all the steps required to start using verilog and are aimed at total beginners.
If you haven’t already done so, it is recommended that you read the posts which introduce the FPGA development process first. These give an overview of all the stages required to design an FPGA. This information will give you some important basic background knowledge which will help with these verilog tutorials.
In the first post in this series we talk about how Verilog designs are structured and how this relates to the hardware being described.
In this post we talk about the different types we can use in verilog.
In this post we look at the different operators which we can use in our verilog designs.
In this post we talk about continuous assignment before looking at some of techniques we can use to model combinational logic in verilog
In this post we discuss the coding methods we can use to model basic sequential logic circuits using Verilog.
In this post we talk about testing our verilog based designs using basic test benches.
In this post we talk about two of the most commonly used sequential statements in verilog - the if statement and case statement
In this post we look at the different types of loop which we can use in our verilog designs.
In this post we discuss subprograms and how we use them to write more efficient verilog code.
In this post we look at how we use parameters and generate blocks to write reusable verilog modules.