SlideShare a Scribd company logo
TEVATRON TECHNOLOGIES
PVT LTD
Submitted by:
Mayank Kumar(00614802813)
7E1
Kumar Chandan(00814802813)
7E1
A
Industrial Training Seminar
on
RTL Design, Verilog and FPGA
design
at
Tevatron Technologies(A registered private limited company
under Ministry of Corporate Affairs, Govt. of India) is
a Design and Product Company focused on VLSI Design,
FPGA Based Design & Embedded Systems and nurturing the
ecosystem for the same.
Company Vision n
Tevatron Technologies Vision is to be an end-to-end provider of
ESDM( Electronics Systems Design and Manufacturing) and IoT
including concept to prototype; prototype to product development,
in the process also transforming the technology delivery landscape
and the ecosystem.
 Unique PS2 Based Approach:
VLSI introduction : Objectives
introduction :
 AVLSI (Very Large Scale Integration) system integrates millions of
“electronic components” in a small area (few mm2  few cm2).
Objectives:
design “efficient”VLSI systems that has:
• Circuit Speed (high )
• Power consumption ( low )
• Design Area ( low )
Vlsi design flow
1. idea (need) 2. specifications 3. design architecture 4. RTL coding
5. RTLVerification6. Synthesis7.Foundry8.IC Chip
VHDL VERILOG
 Not case sensitive.
 Difficult to learn.
 Based on pascal & ada.
 Case sensitive.
 Easy to learn.
 Based on c.
HDL – Hardware Description Language
ƒ
A programming language that can describe the
functionality and timing of the hardware.
Types of HDL
• VHDL (VHSIC Hardware Description Language)
• VERILOG
• SYSTEMVERILOG
Difference
Style of modeling
1.Data flow
-if designer is concern about flow of data in design, concurrent
statement is used here.
2.Behavioral
- if designer is not concern about h/w and flow of data rather
concerned about the functionality of designing
3.gate
-if designer is concerned about h/w.
4. Switch level
- it is transistor level of modeling used in analog mixed
signal(AMS)’
Basic Verilog HDL Code
Data types in Verilog
1.Register: can store value
1. Reg
2.Integer
3.Real
4.Time
2. Net: can’t store value
1. wire
2. wand
3. wor
4. triac
Construct Types
1. Synthesizable
1. Can get h/w here
2. Non synthesizable
Can’t get h/w
*for verification purpose, synthesizable or non synthesizable both can be
used.
Verilog Methods
1. Task: a) specific job again and again over certain period
b)May or may not have any input argument
c)May contain delay, waiting or event control statement.
2. Function: a) specific job again and again over any period
b)Should have atleast one input argument
c)Should not contain delay, waiting or event control statement
*Task and function are synthesizable construct.
RTL coding guidelines
 Always use non-blocking assignment statement to model
sequential logic.
 Always use blocking assignment statement to model
combinational logic.
 Use NBA statement to model latches.
 For mixing of combinational and sequential use NBA.
 Use separate always block for for different signals.
 Use $strobe to check final value of signal.
Dual port ram
Serial in serial out register
counter
System Task
System tasks are available to handle simple I/O and various design measurement functions during simulation. All system
tasks are prefixed with $ to distinguish them from user tasks and functions.
 $display - Print to screen a line followed by an automatic newline.
 $write - Write to screen a line without the newline.
 $swrite - Print to variable a line without the newline.
 $sscanf - Read from variable a format-specified string. (*Verilog-2001)
 $fopen - Open a handle to a file (read or write)
 $fdisplay - Write to file a line followed by an automatic newline.
 $fwrite - Write to file a line without the newline.
 $fscanf - Read from file a format-specified string. (*Verilog-2001)
 $fclose - Close and release an open file handle.
F0RK/JOIN
The fork/join pair are used by Verilog to create parallel processes. All
statements (or blocks) between a fork/join pair begin execution
simultaneously upon execution flow hitting the fork. Execution continues
after the join upon completion of the longest running statement or block
between the fork and join.
VLSI Applications
 VLSI is an implementation technology for electronic circuitry - analogue or digital
 It is concerned with forming a pattern of interconnected switches and gates on the surface of
a crystal of semiconductor
 Microprocessors
 personal computers
 microcontrollers
 Memory - DRAM / SRAM
 Special Purpose Processors - ASICS (CD players, DSP applications)
 Optical Switches
 Has made highly sophisticated control systems mass-producable and therefore cheap
BlockRAMs
BlockRAMs
Configurable Logic
Blocks
I/O
Blocks
What is an FPGA?
Block
RAMs
The FPGA is an integrated circuit that contains many (64 to over 10,000)
identical logic cells that can be viewed as standard components. Each
logic cell can independently take on any one of a limited set of
personalities. The individual cells are interconnected by a matrix of
wires and programmable switches. A user's design is implemented by
specifying the simple logic function for each cell and selectively closing
the switches in the interconnect matrix. The array of logic cells and
interconnect form a fabric of basic building blocks for logic
circuits. Complex designs are created by combining these basic blocks
to create the desired circuit.
A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by the customer or designer after
manufacturing—hence "field-programmable". The FPGA configuration is generally specified using a hardware description
language (HDL), FPGAs can be used to implement any logical function that an ASIC could perform.
Implementation includes many phases
 Translate : Merge multiple design files into a single netlist
 Map : Group Logical symbols from the netlist (Gates) into physical
components (CLB s and IOBs )
 Place & Route : Place components onto the chip, connect them and
extracts timing data into reports
 Timing (Sim) : Generate a back annotated netlist for timing
simulation tools
 Configure : Generate a bit stream for device configuration
Vlsi is suitabale for fabrication of larger number
of components on a single chip.
VHDL/VERILOG is used for digital circuit
designing and to validate the design and check
the design specification.
CONCLUSION
VLSI

More Related Content

DOCX
Report on VLSI
PPTX
PPTX
PDF
Vlsi Summer training report pdf
PPT
Summer training vhdl
PPTX
HDL (hardware description language) presentation
PDF
Project report of 2016 Trainee_final
PPT
Introduction to VHDL - Part 1
Report on VLSI
Vlsi Summer training report pdf
Summer training vhdl
HDL (hardware description language) presentation
Project report of 2016 Trainee_final
Introduction to VHDL - Part 1

What's hot (20)

PPTX
Verilog
DOC
Wi Fi documantation
PDF
Chapter 5 introduction to VHDL
PPTX
Hardware description languages
PDF
Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
PPTX
VLSI VHDL
PPTX
Embedded system
PDF
FPGA Based VLSI Design
PDF
Overview of digital design with Verilog HDL
PDF
An Introductory course on Verilog HDL-Verilog hdl ppr
PPTX
Introduction to VHDL
PPT
VerilogHDL_Utkarsh_kulshrestha
PPTX
Vlsi design flow
PPTX
Complex Programmable Logic Device (CPLD) Architecture and Its Applications
PDF
ASIC Design and Implementation
PDF
Himanshu Shivhar (1)
PPTX
DOC
VLSI Study experiments
DOC
verification resume
Verilog
Wi Fi documantation
Chapter 5 introduction to VHDL
Hardware description languages
Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
VLSI VHDL
Embedded system
FPGA Based VLSI Design
Overview of digital design with Verilog HDL
An Introductory course on Verilog HDL-Verilog hdl ppr
Introduction to VHDL
VerilogHDL_Utkarsh_kulshrestha
Vlsi design flow
Complex Programmable Logic Device (CPLD) Architecture and Its Applications
ASIC Design and Implementation
Himanshu Shivhar (1)
VLSI Study experiments
verification resume
Ad

Viewers also liked (10)

PPTX
Presentation%202
PDF
Ben Goertzel - Singularity Summit Australia talk in 2011
DOC
CV_Nitin_Kumar
PDF
New York Life - pocket tax tables guide 2015-16
PPTX
Stealingthunder 110827195853-phpapp02
PPTX
Week 7 Project Carly Feldberg
PPTX
Specific or general benefts
PPTX
Power point
PPTX
Activity picture of Kurkure sampling activation 15th Jun 2015
PPTX
MAKALAH STRATEGI PEMBELAJARAN PENINGKATAN KEMAMPUAN BERFIKIR (SPPKB)
Presentation%202
Ben Goertzel - Singularity Summit Australia talk in 2011
CV_Nitin_Kumar
New York Life - pocket tax tables guide 2015-16
Stealingthunder 110827195853-phpapp02
Week 7 Project Carly Feldberg
Specific or general benefts
Power point
Activity picture of Kurkure sampling activation 15th Jun 2015
MAKALAH STRATEGI PEMBELAJARAN PENINGKATAN KEMAMPUAN BERFIKIR (SPPKB)
Ad

Similar to VLSI (20)

DOC
VLSI Experiments I
DOCX
Fpg as 11 body
DOCX
Convolution
PPTX
Summer training vhdl
PDF
System verilog important
PDF
Summer training vhdl
PPTX
Xilinx training in mohali
PPTX
Digital VLSI Design and FPGA Implementation
PPTX
UNIT 5 FPGA DESIGN r16.pptx UNIT 5 FPGA DESIGN r16.pptx
PPTX
ASIC design flow and Stracuture of FPGA.pptx
DOCX
BEC302_DSDV Lab Manual 3rd sem(1) (1) (2).docx
DOCX
Fpga lecture
PDF
8d545d46b1785a31eaab12d116e10ba41d996928Lecture%202%20and%203%20pdf (1).pdf
PPTX
Xilinx Training in Phagwara Jalandhar
PPTX
Xilinx Training in Jalandhar Chandigarh
PPTX
nikhil.pptx
PPTX
How to design Programs using VHDL
PDF
Unit 5_Realizing Applications in FPGA.pdf
PDF
Fpga implementation of encryption and decryption algorithm based on aes
DOCX
CV-RENJINIK-27062016
VLSI Experiments I
Fpg as 11 body
Convolution
Summer training vhdl
System verilog important
Summer training vhdl
Xilinx training in mohali
Digital VLSI Design and FPGA Implementation
UNIT 5 FPGA DESIGN r16.pptx UNIT 5 FPGA DESIGN r16.pptx
ASIC design flow and Stracuture of FPGA.pptx
BEC302_DSDV Lab Manual 3rd sem(1) (1) (2).docx
Fpga lecture
8d545d46b1785a31eaab12d116e10ba41d996928Lecture%202%20and%203%20pdf (1).pdf
Xilinx Training in Phagwara Jalandhar
Xilinx Training in Jalandhar Chandigarh
nikhil.pptx
How to design Programs using VHDL
Unit 5_Realizing Applications in FPGA.pdf
Fpga implementation of encryption and decryption algorithm based on aes
CV-RENJINIK-27062016

Recently uploaded (20)

PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
Abrasive, erosive and cavitation wear.pdf
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PPT
Occupational Health and Safety Management System
PPTX
Feature types and data preprocessing steps
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
R24 SURVEYING LAB MANUAL for civil enggi
Safety Seminar civil to be ensured for safe working.
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
III.4.1.2_The_Space_Environment.p pdffdf
Abrasive, erosive and cavitation wear.pdf
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Occupational Health and Safety Management System
Feature types and data preprocessing steps
Automation-in-Manufacturing-Chapter-Introduction.pdf
August 2025 - Top 10 Read Articles in Network Security & Its Applications
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems

VLSI

  • 1. TEVATRON TECHNOLOGIES PVT LTD Submitted by: Mayank Kumar(00614802813) 7E1 Kumar Chandan(00814802813) 7E1 A Industrial Training Seminar on RTL Design, Verilog and FPGA design at
  • 2. Tevatron Technologies(A registered private limited company under Ministry of Corporate Affairs, Govt. of India) is a Design and Product Company focused on VLSI Design, FPGA Based Design & Embedded Systems and nurturing the ecosystem for the same. Company Vision n Tevatron Technologies Vision is to be an end-to-end provider of ESDM( Electronics Systems Design and Manufacturing) and IoT including concept to prototype; prototype to product development, in the process also transforming the technology delivery landscape and the ecosystem.
  • 3.  Unique PS2 Based Approach:
  • 4. VLSI introduction : Objectives introduction :  AVLSI (Very Large Scale Integration) system integrates millions of “electronic components” in a small area (few mm2  few cm2). Objectives: design “efficient”VLSI systems that has: • Circuit Speed (high ) • Power consumption ( low ) • Design Area ( low )
  • 5. Vlsi design flow 1. idea (need) 2. specifications 3. design architecture 4. RTL coding 5. RTLVerification6. Synthesis7.Foundry8.IC Chip
  • 6. VHDL VERILOG  Not case sensitive.  Difficult to learn.  Based on pascal & ada.  Case sensitive.  Easy to learn.  Based on c. HDL – Hardware Description Language ƒ A programming language that can describe the functionality and timing of the hardware. Types of HDL • VHDL (VHSIC Hardware Description Language) • VERILOG • SYSTEMVERILOG Difference
  • 7. Style of modeling 1.Data flow -if designer is concern about flow of data in design, concurrent statement is used here. 2.Behavioral - if designer is not concern about h/w and flow of data rather concerned about the functionality of designing 3.gate -if designer is concerned about h/w. 4. Switch level - it is transistor level of modeling used in analog mixed signal(AMS)’ Basic Verilog HDL Code
  • 8. Data types in Verilog 1.Register: can store value 1. Reg 2.Integer 3.Real 4.Time 2. Net: can’t store value 1. wire 2. wand 3. wor 4. triac
  • 9. Construct Types 1. Synthesizable 1. Can get h/w here 2. Non synthesizable Can’t get h/w *for verification purpose, synthesizable or non synthesizable both can be used.
  • 10. Verilog Methods 1. Task: a) specific job again and again over certain period b)May or may not have any input argument c)May contain delay, waiting or event control statement. 2. Function: a) specific job again and again over any period b)Should have atleast one input argument c)Should not contain delay, waiting or event control statement *Task and function are synthesizable construct.
  • 11. RTL coding guidelines  Always use non-blocking assignment statement to model sequential logic.  Always use blocking assignment statement to model combinational logic.  Use NBA statement to model latches.  For mixing of combinational and sequential use NBA.  Use separate always block for for different signals.  Use $strobe to check final value of signal.
  • 13. Serial in serial out register
  • 15. System Task System tasks are available to handle simple I/O and various design measurement functions during simulation. All system tasks are prefixed with $ to distinguish them from user tasks and functions.  $display - Print to screen a line followed by an automatic newline.  $write - Write to screen a line without the newline.  $swrite - Print to variable a line without the newline.  $sscanf - Read from variable a format-specified string. (*Verilog-2001)  $fopen - Open a handle to a file (read or write)  $fdisplay - Write to file a line followed by an automatic newline.  $fwrite - Write to file a line without the newline.  $fscanf - Read from file a format-specified string. (*Verilog-2001)  $fclose - Close and release an open file handle.
  • 16. F0RK/JOIN The fork/join pair are used by Verilog to create parallel processes. All statements (or blocks) between a fork/join pair begin execution simultaneously upon execution flow hitting the fork. Execution continues after the join upon completion of the longest running statement or block between the fork and join.
  • 17. VLSI Applications  VLSI is an implementation technology for electronic circuitry - analogue or digital  It is concerned with forming a pattern of interconnected switches and gates on the surface of a crystal of semiconductor  Microprocessors  personal computers  microcontrollers  Memory - DRAM / SRAM  Special Purpose Processors - ASICS (CD players, DSP applications)  Optical Switches  Has made highly sophisticated control systems mass-producable and therefore cheap
  • 18. BlockRAMs BlockRAMs Configurable Logic Blocks I/O Blocks What is an FPGA? Block RAMs The FPGA is an integrated circuit that contains many (64 to over 10,000) identical logic cells that can be viewed as standard components. Each logic cell can independently take on any one of a limited set of personalities. The individual cells are interconnected by a matrix of wires and programmable switches. A user's design is implemented by specifying the simple logic function for each cell and selectively closing the switches in the interconnect matrix. The array of logic cells and interconnect form a fabric of basic building blocks for logic circuits. Complex designs are created by combining these basic blocks to create the desired circuit. A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by the customer or designer after manufacturing—hence "field-programmable". The FPGA configuration is generally specified using a hardware description language (HDL), FPGAs can be used to implement any logical function that an ASIC could perform. Implementation includes many phases  Translate : Merge multiple design files into a single netlist  Map : Group Logical symbols from the netlist (Gates) into physical components (CLB s and IOBs )  Place & Route : Place components onto the chip, connect them and extracts timing data into reports  Timing (Sim) : Generate a back annotated netlist for timing simulation tools  Configure : Generate a bit stream for device configuration
  • 19. Vlsi is suitabale for fabrication of larger number of components on a single chip. VHDL/VERILOG is used for digital circuit designing and to validate the design and check the design specification. CONCLUSION