Рет қаралды 27,871
Join our Telegram group for more discussion and get some outstanding materials for exams and interviews : t.me/joinchat/...
#vlsipoint #verilog #VLSI #HDL #verilog_in_hindi #datatypes
#complete_verilog_course #what_is_datatypes #introduction_to_datatypes_in_verilog #reg_datatype #net_datatype
#values_in_verilog #strength_levels_in_verilog
Data type is a classification that specifies which type of value can be assigned to a variable and what kind of mathematical operation can be applied to the data type.
In Verilog there are mainly two data types
1. Register data type
2. Net data type
Register represents data storage elements. It is a variable that can hold a value. Nets represent connections between hardware elements.
It must be continuously driven i.e. cannot be used to store the values.
Don't miss the HDL introduction chapter:
Introduction to HDL | What is HDL? | #1 | Verilog in Hindi
• Introduction to HDL | ...
Level of abstraction in Verilog | #2 | Verilog in Hindi
• Level of abstraction i...
Modules and Instantiation in Verilog | #3 | Verilog in Hindi
• Modules and Instantiat...
Simulation, Synthesis and Design methodology in Verilog | #4 | Verilog in Hindi
• Simulation, Synthesis ...
Reference- verilog HDL : A Guide to Digital Design and Synthesis
By Samir palnitkar