SlideShare a Scribd company logo
Overview of
VLSI Circuits
and Design
Bipin Saha
Electrical Engineer Intern
MetroScientific
Evaluation of Transistor
A piece of gold foil was glued to the edge of a triangular
plastic wedge, and then the foil was sliced with a razor at
the tip of the triangle. The result was two very closely
spaced contacts of gold.
Vacuum Tube is a device that controls electric current flow
in a high vacuum between electrodes to which an
electric potential difference has been applied.
Integrated Circuit (IC)
Jack Kilby's original hybrid
integrated circuit from 1958. This
was the first integrated circuit, and
was made from germanium.
 Reduce size of circuits.
 Increased cost-effectiveness for
devices.
 Improved performance in terms of
operating speed of the circuits.
 Requires less power than discrete
components.
 Higher device reliability.
 Requires less space and promotes
miniaturization.
Advantage of VLSI
MetroScientific Week 1.pptx
VLSI Development Process
VLSI Development Process Includes
 Problem Specification
 Architecture Definition
 Functional Design
 Logic Design
 Circuit Design
 Physical Design
 Circuit Partitioning
 Floor Planning and Placement
 Routing
 Layout Compaction
 Extraction and Verification
Packaging
Package
Entity Declaration
Architecture
Process
Config
VHDL Code Blocks
VLSI Design Process
Full Custom Design Semi Custom Design
Complete deign, layout, geometry,
orientation and placement of transistor is
done by resistor.
Some commonly used design, layout
geometry and placement of transistor is
interfaced with given demand.
Entire design is made without use of any
library.
Design is completed with the use of multiple
multiple library.
Development time for design before
maturity is more.
Development time for design before
maturity is less.
It has more opportunity for performance
improvement.
It has less opportunity for performance
improvement.
Less dependency on existing technology. Complete dependency on existing
technology.
High Cost Low Cost
VLSI Design Process Contd.
VLSI Design Flow
Design
Specification
Architecture
Design
Gate Level
Design
Circuit Level
Design
HDL
Coding
Simulation Verification Fabrication
CMOS Circuit Gate Module
Integrated
System
Domains of VLSI Design
 Behavioral Domain
 Structural Domain
 Physical/Geometrical
Layout Domain
CMOS Operation
VG = 0, p+ majority carriers freely floating to
the p substrate.
VG<0, Freely floating holes are accumulated
near to the meal oxide layer. [Accumulation
Mode]
0<VG<VT, Holes will start to ripple.
[Depletion Mode]
VG>VT, Current will start to flow from VDD to
VSS [Inversion Mode]
pMOS vs nMOS
Type nMOS pMOS
Symbol
Structure Source, Drain – n Type
Substrate – p Type
Source, Drain – p Type
Substrate – n Type
Majority Carrier Electron Holes
Current Flow Drain to Source Source to Drain
Size Smaller compared to
pMOS
Larger compared to
nMOS
Working If G = 0, o/p = 0
If G = 1, o/p = 1
If G = 0, o/p = 1
If G = 1, o/p = 0
Operating Speed Faster Slower
CMOS Operation
Region Vin Vout nMOS pMOS
A VIN<V
VT
VOH OFF SAT
B VIL VOH SAT LIN
C VT VT SAT SAT
D VIH VOL LIN SAT
E VDD VOL LIN OFF
A B
C
D
*SAT - Saturation, **LIN - Linear
CMOS Fabrication
Process Includes
Wafer Clean and Prime
Photoresist Coating
Soft Bake
Post-exposure Bake
Development
Pattern Inspection
Hardbake
Photoresist Stripping
p Well Process
Twin Tub Process
Gates using CMOS
At nMOS
If G = 0, OFF
If G = 1, ON
At pMOS
If G = 0, ON
If G = 1, OFF
pMOS Transistor can easily pass Logic HIGH
nMOS Transistor can easily pass Logic LOW
Pullup - a network that provides a low
resistance path to Vdd when output is
logic '1' and provides a high resistance to
Vdd otherwise.
Pulldown - a network that provides a low
resistance path to Gnd when output is
logic '0' and provides a high resistance to
Gnd otherwise.
AND (.) Operation
pMOS – Parallel
nMOS – Series
OR (+) Operation
nMOS – Parallel
pMOS – Series
Gates using CMOS Contd.
CMOS NAND Gate
AND (.) Operation
pMOS – Parallel
nMOS – Series
OR (+) Operation
nMOS – Parallel
pMOS – Series
Input pMOS nMOS Out
A B Q1 Q2 Q3 Q4
0 0 ON ON OFF OFF 1
0 1 ON OFF OFF ON 1
1 0 OFF ON ON OFF 1
1 1 OFF OFF ON ON 0
Q1 Q2
Q3
Q4
Gates using CMOS Contd.
CMOS NOR Gate
AND (.) Operation
pMOS – Parallel
nMOS – Series
OR (+) Operation
nMOS – Parallel
pMOS – Series
Input pMOS nMOS Out
A B Q1 Q2 Q3 Q4
0 0 ON ON OFF OFF 1
0 1 ON OFF OFF ON 1
1 0 OFF ON ON OFF 1
1 1 OFF OFF ON ON 0
Q1
Q2
Q3 Q4
VDD
GND
Gates using CMOS Contd.
CMOS SR Latch AND (.) Operation
pMOS – Parallel
nMOS – Series
OR (+) Operation
nMOS – Parallel
pMOS – Series
S R Q Qnot Oprt.
0 0 Memory Hold
0 1 0 1 Reset
1 0 1 0 Set
1 1 0 0 N/A
Stick Diagram
A Stick Diagram is a simple way of
representing the layout by using
thick lines with their
interconnections.
The diagram is useful in estimating
the area and planning the layout
before the layout is generated
withing a shorter cycle time.
A Stick Diagram can be called a
cartoon of layout. Lines using
different colors are used to draw
different components of the layout
Metal 1
poly
ndiff
pdiff
Can also draw
in shades of
gray/line style.
Gnd
VDD
x x
X
X
X
X
VDD
x x
Gnd
CMOS Transmission Gate
Trai State Buffer
AND (.) Operation
pMOS – Parallel
nMOS – Series
OR (+) Operation
nMOS – Parallel
pMOS – Series
Input Output
C A F State
0 0 Z OFF
0 1 Z OFF
1 0 0 ON
1 1 1 ON
*pMOS Good to PASS Logic ‘1’
CMOS Transmission Gate MUX
4:1 Multiplexer
Input Output
C0 C1 M
0 0 X0
0 1 X1
1 0 X2
1 1 X3
Dynamic CMOS
Precharge
When CLK=0, the o/p node is precharged to
VDD by the pMOS Mp. During that time the
evaluate nMOS transistor Me is OFF, so that
the PDN path is disabled. The evaluation FET
eliminates any static power that would be
consumed during precharge period.
Evaluation
For CLK=1, the precharge transistor Mp is
OFF, and the evaluation transistor Me is
turned ON. The o/p is conditionally
discharged based on the i/p values and the
PDN topology. If the i/p are such that PDN
conducts, then a low resistance path exists
between Out and GND, the o/p is discharged
to GND.
PLA and PAL
Programmable Logic Array
The definition of term PLA presents the Boolean
function in the form of a sum of product (SOP).
The designing of this programmable logic array can
can be done using the logic gates like AND, OR, and
and NOT by fabricating on the chip, that makes
every input as well as its compliment obtainable
toward every AND gate.
Programmable Array Logic
The definition of term PAL or Programmable Array
Logic is one type of PLD which is known as
Programmable Logic Device circuit, and working of
this PAL is the same as the PLA. The designing of
the programmable array logic can be done with
fixed OR gates as well as programmable AND gates.
gates. By using this we can implement two easy
functions wherever the associates AND gates with
each OR gate denote the highest number of
product conditions that can be produced in the
form of SOP (sum of product) of an exact function.
Programmable Array Logic
Programmable Logic Array
Field Programmable Gate Array
FPGA - Field Programmable Gate Arrays (FPGAs) are semiconductor devices that are based around a matrix of configurable logic
blocks (CLBs) connected via programmable interconnects. FPGAs can be reprogrammed to desired application or functionality
requirements after manufacturing.
The architecture mainly consists of,
 Configurable logic blocks
 Configurable I/O blocks
 Programmable interconnect
Configurable logic blocks
Configurable I/O blocks Programmable interconnect
Thank You
Bipin Saha
Electrical Engineer Intern
MetroScientific

More Related Content

PDF
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
Minh Anh Nguyen
 
PDF
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
Minh Anh Nguyen
 
PDF
CMOS Topic 6 -_designing_combinational_logic_circuits
Ikhwan_Fakrudin
 
PDF
CMOS Combinational_Logic_Circuits.pdf
SouravRoyElectronics
 
PPTX
cmos vlsi design for b.tech 4th year students
KUNTALADAS5
 
PPT
Hardware combinational
Defri Tan
 
PPTX
Module-3 Basic digital and analog circuits.pptx
BEVARAVASUDEVAAP1813
 
PDF
CMOS logic circuits
Mahesh_Naidu
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
Minh Anh Nguyen
 
STUCK-OPEN FAULT ANALYSIS IN CMOS TRANSISTOR BASED COMBINATIONAL CIRCUITS
Minh Anh Nguyen
 
CMOS Topic 6 -_designing_combinational_logic_circuits
Ikhwan_Fakrudin
 
CMOS Combinational_Logic_Circuits.pdf
SouravRoyElectronics
 
cmos vlsi design for b.tech 4th year students
KUNTALADAS5
 
Hardware combinational
Defri Tan
 
Module-3 Basic digital and analog circuits.pptx
BEVARAVASUDEVAAP1813
 
CMOS logic circuits
Mahesh_Naidu
 

Similar to MetroScientific Week 1.pptx (20)

PPT
aet 402 lecture1.ppt vlsi CIRCUIT DESIGN
ATHIRASIVANANDHAN2
 
PPTX
Vlsi gate level design
CHENCHU CHANDU PRASANTH NADELLA
 
PPT
Cmos design
Mahi
 
PDF
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
IJERA Editor
 
PPTX
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
Javed G S, PhD
 
PDF
Ijetr011811
ER Publication.org
 
PPT
Unit iii ppt1
K.Ashok kumar
 
PPT
9077262.ppt
kavita417551
 
PPTX
MOSFET Transistor Operation/ Characteristics Unit-2 VLSI.pptx
tamil arasan
 
PDF
Lect2 up060 (100324)
aicdesign
 
PDF
Chapter 1: Circuit Characterization Of CMOS Circuits.pdf
j2yshjzzsx
 
PPT
lec23Concl.ppt
BhuvanaEshwari1
 
PDF
Lect2 up080 (100324)
aicdesign
 
PDF
Vlsi design notes
Venkat Malai Avichi
 
PPTX
Very Largescale integration ppt for ECE.
Niranjan Reddy
 
PDF
IC_Lectures_Updated.pdf
AbdelazizmohammedZay
 
PPT
20EC602 VLSI Design.ppt
ASureshkumar13
 
PPSX
Delay Calculation in CMOS Chips Using Logical Effort by Prof. Akhil Masurkar
Akhil Masurkar
 
PPSX
Delay Calculation in CMOS Chips Using Logical Effort by Prof. Akhil Masurkar
Akhil Masurkar
 
PDF
vlsi4unitpptfinal-240723145755-36f08a74.pdf
Himabindu905359
 
aet 402 lecture1.ppt vlsi CIRCUIT DESIGN
ATHIRASIVANANDHAN2
 
Vlsi gate level design
CHENCHU CHANDU PRASANTH NADELLA
 
Cmos design
Mahi
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
IJERA Editor
 
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
Javed G S, PhD
 
Ijetr011811
ER Publication.org
 
Unit iii ppt1
K.Ashok kumar
 
9077262.ppt
kavita417551
 
MOSFET Transistor Operation/ Characteristics Unit-2 VLSI.pptx
tamil arasan
 
Lect2 up060 (100324)
aicdesign
 
Chapter 1: Circuit Characterization Of CMOS Circuits.pdf
j2yshjzzsx
 
lec23Concl.ppt
BhuvanaEshwari1
 
Lect2 up080 (100324)
aicdesign
 
Vlsi design notes
Venkat Malai Avichi
 
Very Largescale integration ppt for ECE.
Niranjan Reddy
 
IC_Lectures_Updated.pdf
AbdelazizmohammedZay
 
20EC602 VLSI Design.ppt
ASureshkumar13
 
Delay Calculation in CMOS Chips Using Logical Effort by Prof. Akhil Masurkar
Akhil Masurkar
 
Delay Calculation in CMOS Chips Using Logical Effort by Prof. Akhil Masurkar
Akhil Masurkar
 
vlsi4unitpptfinal-240723145755-36f08a74.pdf
Himabindu905359
 
Ad

Recently uploaded (20)

PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PDF
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
PPTX
Odoo 18 Sales_ Managing Quotation Validity
Celine George
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PDF
Study Material and notes for Women Empowerment
ComputerScienceSACWC
 
PPTX
Autodock-for-Beginners by Rahul D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PDF
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
PDF
Types of Literary Text: Poetry and Prose
kaelandreabibit
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Odoo 18 Sales_ Managing Quotation Validity
Celine George
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
Study Material and notes for Women Empowerment
ComputerScienceSACWC
 
Autodock-for-Beginners by Rahul D Jawarkar.pptx
Rahul Jawarkar
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
Types of Literary Text: Poetry and Prose
kaelandreabibit
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
Ad

MetroScientific Week 1.pptx

  • 1. Overview of VLSI Circuits and Design Bipin Saha Electrical Engineer Intern MetroScientific
  • 2. Evaluation of Transistor A piece of gold foil was glued to the edge of a triangular plastic wedge, and then the foil was sliced with a razor at the tip of the triangle. The result was two very closely spaced contacts of gold. Vacuum Tube is a device that controls electric current flow in a high vacuum between electrodes to which an electric potential difference has been applied.
  • 3. Integrated Circuit (IC) Jack Kilby's original hybrid integrated circuit from 1958. This was the first integrated circuit, and was made from germanium.  Reduce size of circuits.  Increased cost-effectiveness for devices.  Improved performance in terms of operating speed of the circuits.  Requires less power than discrete components.  Higher device reliability.  Requires less space and promotes miniaturization. Advantage of VLSI
  • 5. VLSI Development Process VLSI Development Process Includes  Problem Specification  Architecture Definition  Functional Design  Logic Design  Circuit Design  Physical Design  Circuit Partitioning  Floor Planning and Placement  Routing  Layout Compaction  Extraction and Verification Packaging Package Entity Declaration Architecture Process Config VHDL Code Blocks
  • 6. VLSI Design Process Full Custom Design Semi Custom Design Complete deign, layout, geometry, orientation and placement of transistor is done by resistor. Some commonly used design, layout geometry and placement of transistor is interfaced with given demand. Entire design is made without use of any library. Design is completed with the use of multiple multiple library. Development time for design before maturity is more. Development time for design before maturity is less. It has more opportunity for performance improvement. It has less opportunity for performance improvement. Less dependency on existing technology. Complete dependency on existing technology. High Cost Low Cost
  • 8. VLSI Design Flow Design Specification Architecture Design Gate Level Design Circuit Level Design HDL Coding Simulation Verification Fabrication CMOS Circuit Gate Module Integrated System
  • 9. Domains of VLSI Design  Behavioral Domain  Structural Domain  Physical/Geometrical Layout Domain
  • 10. CMOS Operation VG = 0, p+ majority carriers freely floating to the p substrate. VG<0, Freely floating holes are accumulated near to the meal oxide layer. [Accumulation Mode] 0<VG<VT, Holes will start to ripple. [Depletion Mode] VG>VT, Current will start to flow from VDD to VSS [Inversion Mode]
  • 11. pMOS vs nMOS Type nMOS pMOS Symbol Structure Source, Drain – n Type Substrate – p Type Source, Drain – p Type Substrate – n Type Majority Carrier Electron Holes Current Flow Drain to Source Source to Drain Size Smaller compared to pMOS Larger compared to nMOS Working If G = 0, o/p = 0 If G = 1, o/p = 1 If G = 0, o/p = 1 If G = 1, o/p = 0 Operating Speed Faster Slower
  • 12. CMOS Operation Region Vin Vout nMOS pMOS A VIN<V VT VOH OFF SAT B VIL VOH SAT LIN C VT VT SAT SAT D VIH VOL LIN SAT E VDD VOL LIN OFF A B C D *SAT - Saturation, **LIN - Linear
  • 13. CMOS Fabrication Process Includes Wafer Clean and Prime Photoresist Coating Soft Bake Post-exposure Bake Development Pattern Inspection Hardbake Photoresist Stripping p Well Process Twin Tub Process
  • 14. Gates using CMOS At nMOS If G = 0, OFF If G = 1, ON At pMOS If G = 0, ON If G = 1, OFF pMOS Transistor can easily pass Logic HIGH nMOS Transistor can easily pass Logic LOW Pullup - a network that provides a low resistance path to Vdd when output is logic '1' and provides a high resistance to Vdd otherwise. Pulldown - a network that provides a low resistance path to Gnd when output is logic '0' and provides a high resistance to Gnd otherwise. AND (.) Operation pMOS – Parallel nMOS – Series OR (+) Operation nMOS – Parallel pMOS – Series
  • 15. Gates using CMOS Contd. CMOS NAND Gate AND (.) Operation pMOS – Parallel nMOS – Series OR (+) Operation nMOS – Parallel pMOS – Series Input pMOS nMOS Out A B Q1 Q2 Q3 Q4 0 0 ON ON OFF OFF 1 0 1 ON OFF OFF ON 1 1 0 OFF ON ON OFF 1 1 1 OFF OFF ON ON 0 Q1 Q2 Q3 Q4
  • 16. Gates using CMOS Contd. CMOS NOR Gate AND (.) Operation pMOS – Parallel nMOS – Series OR (+) Operation nMOS – Parallel pMOS – Series Input pMOS nMOS Out A B Q1 Q2 Q3 Q4 0 0 ON ON OFF OFF 1 0 1 ON OFF OFF ON 1 1 0 OFF ON ON OFF 1 1 1 OFF OFF ON ON 0 Q1 Q2 Q3 Q4 VDD GND
  • 17. Gates using CMOS Contd. CMOS SR Latch AND (.) Operation pMOS – Parallel nMOS – Series OR (+) Operation nMOS – Parallel pMOS – Series S R Q Qnot Oprt. 0 0 Memory Hold 0 1 0 1 Reset 1 0 1 0 Set 1 1 0 0 N/A
  • 18. Stick Diagram A Stick Diagram is a simple way of representing the layout by using thick lines with their interconnections. The diagram is useful in estimating the area and planning the layout before the layout is generated withing a shorter cycle time. A Stick Diagram can be called a cartoon of layout. Lines using different colors are used to draw different components of the layout Metal 1 poly ndiff pdiff Can also draw in shades of gray/line style. Gnd VDD x x X X X X VDD x x Gnd
  • 19. CMOS Transmission Gate Trai State Buffer AND (.) Operation pMOS – Parallel nMOS – Series OR (+) Operation nMOS – Parallel pMOS – Series Input Output C A F State 0 0 Z OFF 0 1 Z OFF 1 0 0 ON 1 1 1 ON *pMOS Good to PASS Logic ‘1’
  • 20. CMOS Transmission Gate MUX 4:1 Multiplexer Input Output C0 C1 M 0 0 X0 0 1 X1 1 0 X2 1 1 X3
  • 21. Dynamic CMOS Precharge When CLK=0, the o/p node is precharged to VDD by the pMOS Mp. During that time the evaluate nMOS transistor Me is OFF, so that the PDN path is disabled. The evaluation FET eliminates any static power that would be consumed during precharge period. Evaluation For CLK=1, the precharge transistor Mp is OFF, and the evaluation transistor Me is turned ON. The o/p is conditionally discharged based on the i/p values and the PDN topology. If the i/p are such that PDN conducts, then a low resistance path exists between Out and GND, the o/p is discharged to GND.
  • 22. PLA and PAL Programmable Logic Array The definition of term PLA presents the Boolean function in the form of a sum of product (SOP). The designing of this programmable logic array can can be done using the logic gates like AND, OR, and and NOT by fabricating on the chip, that makes every input as well as its compliment obtainable toward every AND gate. Programmable Array Logic The definition of term PAL or Programmable Array Logic is one type of PLD which is known as Programmable Logic Device circuit, and working of this PAL is the same as the PLA. The designing of the programmable array logic can be done with fixed OR gates as well as programmable AND gates. gates. By using this we can implement two easy functions wherever the associates AND gates with each OR gate denote the highest number of product conditions that can be produced in the form of SOP (sum of product) of an exact function. Programmable Array Logic Programmable Logic Array
  • 23. Field Programmable Gate Array FPGA - Field Programmable Gate Arrays (FPGAs) are semiconductor devices that are based around a matrix of configurable logic blocks (CLBs) connected via programmable interconnects. FPGAs can be reprogrammed to desired application or functionality requirements after manufacturing. The architecture mainly consists of,  Configurable logic blocks  Configurable I/O blocks  Programmable interconnect Configurable logic blocks Configurable I/O blocks Programmable interconnect
  • 24. Thank You Bipin Saha Electrical Engineer Intern MetroScientific