Midterm 01- Introduction to Verilog - Types of Verilog modeling styles.pptx

takatorifernandez 13 views 7 slides Oct 17, 2024
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

thank you for all the contributors


Slide Content

Introduction to Verilog Digital system design using verilog

Introduction to Verilog Verilog is NOT a programming language. Verilog is a Hardware Description Language. Verilog is a textual way to describes the Hardware (Digital Circuit). Verilog code starts with a keyword module and ends with endmodule .

Introduction to Verilog

Introduction to Verilog Types of Description / modeling styles in Verilog 4 Types Behavioral Description - called as “Highest Level of Description” C program construct can be used to write the code. (if statements, loops) Dataflow Description We use the operators Gate Level Description We describe the circuits chosen gates. (Basic gates, etc.) Switch Level Description – “ Lowest Level of Description” We describe the code in terms of transistors. (CMOS, PMOS, etc ) We use switches.

Introduction to Verilog
Tags