530 likes | 635 Views
Chapter 05 Tutorial Using HDL Based Design. Verilog Language. Objective. This tutorial will give you exposure to using HDL based design Using Verilog and Modelsim for simulating the functional design
E N D
Chapter 05Tutorial Using HDL Based Design Verilog Language
Objective • This tutorial will give you exposure to using HDL based design • Using Verilog and Modelsim for simulating the functional design • This tutorial shows you how to create, using Verilog, a simple combinational logic circuit design
Logic Function F=(x&~y)|(y|z)
Implementation Methods • Method 1: Using the automatic module generator • Method 2: Using the user free input
Method 1 • Using the automatic module generator
Method 2 • Using the user free input
File Name: “complogic1.v” • Module nameand File name must the same. 10