Section 4: Create Verilog Design Files

Now that you have created the blocks, you need to create the design files that the blocks represent. You can automatically create a design file that contains the basic framework for the block that represents it. You can then fill in the framework with the design details.

NOTE If you are already familiar with Verilog HDL design entry using the Quartus II Text Editor, you can reduce the time required to complete this tutorial by following the instructions in Copying Altera-Provided Design Files, rather than creating the files from scratch.


If you want to learn how to create the Verilog Design Files (.v) yourself, proceed to Step 1: Create a New Verilog Design File for the hvalues block.