VERILOG SIMULATIONS (DIGITAL ELECTRONICS) Lecture Notes - Verilog, Sequential Circuits, And Gate

11 views9 pages

Document Summary

It is a language using which a designer can specify the behaviour or structure of a specific hardware. Understand difference between behaviour and structural design styles. Learn to write test benches and analyse simulation results. In verilog the basic unit of hardware is called a module(like a function definition in c). A module cannot contain definition of other modules. A module can however be instantiated within another module. Instantiation allows the creation of a hierarchy in verilog description. Syntax :- module module_name (list_of_ports) input/output declarations local net declarations. Parallel statements mean they are executed simultaneously since they are circuits. Unlike a c program they are not executed one line after the other. In the sample above program, we define a module of and function. The port list is f, x, and y. Well, if you just mention x, y and f, it will mean, these are all one bit variables. & means and function need not be an and gate.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents

Related Questions