Writing Reusable Verilog Code using Generate and Parameters
In this post we look at how we use parameters and generate blocks to write reusable verilog modules.
In this post we look at how we use parameters and generate blocks to write reusable verilog modules.
In this post we discuss subprograms and how we use them to write more efficient verilog code.
In this post we look at the different types of loop which we can use in our verilog designs.
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 talk about testing our verilog based designs using basic test benches.
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 continuous assignment before looking at some of techniques we can use to model combinational logic 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 the different types we can use in verilog.
In the first post in this series we talk about how Verilog designs are structured and how this relates to the hardware being described.