Midterm 01- Introduction to Verilog - Types of Verilog modeling styles.pptx
takatorifernandez
13 views
7 slides
Oct 17, 2024
Slide 1 of 7
1
2
3
4
5
6
7
About This Presentation
thank you for all the contributors
Size: 2.24 MB
Language: en
Added: Oct 17, 2024
Slides: 7 pages
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.