SlideShare uma empresa Scribd logo
1 de 46
Baixar para ler offline
AMITY UNIVERSITY
Rajasthan
VLSI LAB REPORT
SUBMITTED TO
Mr.Venkatrao Selamneni
SUBMITTED BY
Priya Hada
B.tech(ECE)6th
sem
April 28, 2014
Contents
1 INTRODUCTION TO VLSI 1
2 EXPERIMENT NO.1(a) 3
3 EXPERIMENT NO.1(b) 6
4 EXPERIMENT NO.2 10
5 EXPERIMENT NO.3 14
6 EXPERIMENT NO.4 17
7 EXPERIMENT NO.5(a) 20
8 EXPERIMENT NO.5(b) 23
9 EXPERIMENT NO.6(a) 26
10 EXPERIMENT NO.6(b) 29
11 EXPERIMENT NO.7 32
12 EXPERIMENT NO.8 36
13 EXPERIMENT NO.9 40
i
List of Figures
1 Schematic of NMOS . . . . . . . . . . . . . . . . . . . . . . . 4
2 Waveform of NMOS . . . . . . . . . . . . . . . . . . . . . . . 5
3 Schematic of PMOS . . . . . . . . . . . . . . . . . . . . . . . 8
4 Waveform of PMOS . . . . . . . . . . . . . . . . . . . . . . . 9
5 Inverter truth table . . . . . . . . . . . . . . . . . . . . . . . . . 10
6 CMOS inverter . . . . . . . . . . . . . . . . . . . . . . . . . . 10
7 DC characteristics of CMOS inverter . . . . . . . . . . . . . . . 11
8 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 12
9 DC characteristic waveform of CMOS inverter . . . . . . . . . 13
10 Transient characteristics of CMOS inverter with pulse input. . . 14
11 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 15
12 Waveform of CMOS inverter . . . . . . . . . . . . . . . . . . . 16
13 propagation delay graph . . . . . . . . . . . . . . . . . . . . . 17
14 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 18
15 Waveform of CMOS inverter . . . . . . . . . . . . . . . . . . . 19
16 NOR Gate and its truth table . . . . . . . . . . . . . . . . . . . 20
17 Schematic of NOR Gate . . . . . . . . . . . . . . . . . . . . . 21
18 Symbol of NOR Gate . . . . . . . . . . . . . . . . . . . . . . . 21
19 Waveform of NOR Gate . . . . . . . . . . . . . . . . . . . . . 22
20 NAND gate using CMOS logic and its truth table . . . . . . . . 23
21 Schematic of NAND Gate . . . . . . . . . . . . . . . . . . . . 24
22 Waveform of NAND Gate . . . . . . . . . . . . . . . . . . . . 25
23 XOR Gate and its truth table . . . . . . . . . . . . . . . . . . . 26
24 Schematic of XOR Gate . . . . . . . . . . . . . . . . . . . . . 27
25 Waveform of XOR Gate . . . . . . . . . . . . . . . . . . . . . 28
26 XNOR Gate and its truth table . . . . . . . . . . . . . . . . . . 29
27 Schematic of XNOR Gate . . . . . . . . . . . . . . . . . . . . 30
28 Waveform of XNOR Gate . . . . . . . . . . . . . . . . . . . . 31
29 Two input AND gate with truth table . . . . . . . . . . . . . . . 32
ii
30 AND gate using CMOS . . . . . . . . . . . . . . . . . . . . . 33
31 Schematic of NAND gate . . . . . . . . . . . . . . . . . . . . . 33
32 Schematic of NOT gate . . . . . . . . . . . . . . . . . . . . . . 34
33 Schematic of AND gate . . . . . . . . . . . . . . . . . . . . . . 35
34 SR latch diagram with Function Table . . . . . . . . . . . . . . 36
35 Schematic of NAND Gate . . . . . . . . . . . . . . . . . . . . 37
36 Schematic of Symbol of NAND Gate . . . . . . . . . . . . . . . 37
37 Waveform of NAND Gate . . . . . . . . . . . . . . . . . . . . 38
38 Schematic of SR Latch . . . . . . . . . . . . . . . . . . . . . . 38
39 Waveform of SR latch . . . . . . . . . . . . . . . . . . . . . . . 39
40 Symbol and Truthtable of D flipflop . . . . . . . . . . . . . . . 40
41 Schematic D flipflop . . . . . . . . . . . . . . . . . . . . . . . 41
42 Waveform of D flipflop . . . . . . . . . . . . . . . . . . . . . . 42
iii
1 INTRODUCTION TO VLSI
Very-large-scale integration (VLSI) is the process of creating integrated circuits
by combining thousands of transistors into a single chip. Since the invention
of the first Integrated Circuit(IC) by Jack Kilby in 1958, ability to pack more
and more transistors onto a single chip has been very rapid. In the early 1960s,
low density fabrication processes classified under Small Scale Integration (SSI)
in which transistor count was limited to about 10. This rapidly gave way to
Medium Scale Integration (MSI) later in the decade, when around 100 transis-
tors could be placed on a single chip. Early 1970s saw the growth of transistor
count to about 1000 per chip called the Large Scale Integration (LSI).
By mid-1980, the transistor count on a single chip exceeded 1000 and hence
came the age of Very Large Scale Integration or VLSI, which is large scale
integration with a single chip of size as small as 50 millimeters square having
more than a million transistor and circuits in it.
VLSI chiefly comprises of front end design and back end design. While
front end design includes digital design using HDL, design verification through
simulation and other verification techniques, the design from gates and design
for testability, backend design comprises of complementary metal-oxide semi-
conductor (CMOS) design and its characterization.The entire VLSI circuit de-
sign procedure follows a step by step approach, where each design step is fol-
lowed by simulation before it’s put into the hardware. Most VLSI designs are
classified into three Categories:
1. Analog: Small transistor count precision circuits such as Amplifiers, Data
converters, filters, Phase Locked Loops, Sensors etc.
2. Application Specific Integrated Circuits (ASICS): Progress in the fabri-
cation of internal circuits has enabled faster and more powerful circuits in
smaller and smaller devices. ASICS are created for specific purposes and
each device is created to do a particular job, and do it well.
3. Systems on a Chip (SoC): These are highly complex mixed signal circuits,
such as a network processor chip or a wireless radio chip.
Advantages offered by VLSI:
1. Integration improves the design
2. Compactness: less area, physically smaller.
3. Higher speed: lower parasitics(reduced interconnection length).
1
4. Lower power consumption.
5. Higher reliability: improved on-chip interconnects.
6. Integration significantly reduces manufacturing cost.
2
2 EXPERIMENT NO.1(a)
AIM
Study the drain and transfer characteristics of NMOS.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
MOSFET is a four terminal device. The voltage applied to the gate terminal de-
termines if and how much current flows between the source and the drain ports.
The body represents the fourth terminal of the transistor. Its function is sec-
ondary as it only serves to modulate the device characteristics and parameters.
In N-type MOSFET (NMOS), the body is of p-type. The drain, the source and
the channel between the two are of n-type.
Working of NMOS
Initially, VGS = 0, i.e. when no gate to source voltage is applied, it is similar
to two diodes connected back to back between the source and the drain. So,
no current flows from source to drain. Also, a depletion layer is formed at the
source-substrate and the drain-substrate junctions. The holes under the gate are
repelled to produce a depletion region and it becomes continuous.
The VGS is then increased above the Threshold Voltage. At this time, minor-
ity carriers in p-type substrate (electrons) cross the depletion region and reaches
under the gate. The process is called surface inversion.
Modes of operation
It has three modes of operation:
1. Cut-off mode: When no current flows through transistor i.e. ID = 0
occurs when
VGS < VTH
Where VGS: gate to source voltage ; VTH: threshold voltage
3
2. Triode Region: It is a linear region in graph which obeys Ohms law. It
occurs when
VGS > VTH
and
VDS < VGS − VTH
The current equation in triode mode is given as:
ID =
W
L
.µn.Cox(VGS − VTH −
VDS
2
).VDS
3. Saturation Mode: When current becomes constant i.e. ID remains con-
stant no matter how much we increase VGS. It occurs when
VGS > VTH
and
VDS > VGS − VTH
The current equation in saturation mode is given as:
ID =
W
2L
.µn.Cox.(VGS − VTH)2
(1 + λp.VDS)
Where : modulation index
Schematic
Figure 1: Schematic of NMOS
4
Waveforms
Figure 2: Waveform of NMOS
Result
In V I characteristics of NMOS, we observe that at constant VGS if the value of
VDS will increase, then the drain current is saturated.
5
3 EXPERIMENT NO.1(b)
AIM
To study the drain and transfer characteristics of PMOS.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
The structure and operation of a PMOS device is essentially the same, except
that wherever there was n-type silicon, there is now p-type silicon. The PMOS
channel is a part of n-type substrate lying between two heavily doped p+ wells
beneath the source and drain.
Working of PMOS
The operation of PMOS is similar to NMOS. To create an inversion layer in the
n-type substrate, holes have to be attracted to the gate. As a result, p-type chan-
nel will induce between drain and source, the voltage VTH must be sufficiently
negative. The VTH is thus negative, so, channel is induced only if VGS < VTH If
we make the voltage VDS sufficiently negative, the p-type induced channel will
pinch-off. When VDS will be negative, the drain current will flow from source
to drain, exactly opposite to that of NMOS device with a positive VDS .
Modes of Operation
It has three modes of operation -
1. Cut-off mode: It is a mode in which channel is not formed and no current
flows through transistor i.e. ID = 0. It occurs when
VGS > VTH
Where VGS: gate to source voltage, VTH: threshold voltage.
6
2. Linear/Triode region: It is a mode in which channel formation takes place
and thus, current flows from source to drain. This region of graph follows
Ohms law due to linear relationship between IDS and VDS. It occurs when
VGS < VTH
and
VDS > VGS − VTH
The current equation in triode mode is given as:
ID = −
W
L
.µn.Cox(VGS − VTH −
VDS
2
).VDS
3. Saturation mode: In this mode the channel pinches off and the VDSat
which the current saturation occurs is called VDSat or pinch-off voltage.
In this mode the PMOS acts similar to current source.ID is independent
of VDS. It occurs when
VGS < VTH
and
VDS < VGS − VTH
The current equation in saturation mode is given as:
ID = −
W
2L
.µn.Cox.(VGS − VTH)2
(1 + λp.VDS)
Where λp: modulation index
7
Schematic
Figure 3: Schematic of PMOS
8
Waveforms
Figure 4: Waveform of PMOS
Result
The characteristics of PMOS are obtained. All the parameters(voltages and
current) are taken in negative side.
9
4 EXPERIMENT NO.2
AIM
To study D.C. analysis of CMOS inverter.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
Figure 5: Inverter truth table
Figure 6: CMOS inverter
The inverter is universally accepted as the most basic logic gate doing a
Boolean operation on a single input variable.As shown, the simple structure
consists of a combination of an PMOS transistor at the top and a NMOS tran-
sistor at the bottom. CMOS is referred to as complementary-symmetry metalox-
idesemiconductor. The words ”complementary-symmetry” refer to the fact that
the typical digital design style with CMOS uses complementary and symmetri-
cal pairs of p-type and n-type metal oxide semiconductor field effect transistors
10
(MOSFETs) for logic functions. Two important characteristics of CMOS de-
vices are high noise immunity and low static power consumption. Significant
power is only drawn while the transistors in the CMOS device are switching be-
tween on and off states. Consequently, CMOS devices do not produce as much
waste heat as other forms of logic.
DC analysis of CMOS inverter
Figure 7: DC characteristics of CMOS inverter
As shown in above figure there are 5 regions of operation which are sum-
marized as in the table:
11
Schematic
Figure 8: Schematic of CMOS inverter
12
Waveforms
Figure 9: DC characteristic waveform of CMOS inverter
RESULT
The DC characteristic of CMOS inverter is obtained successfully.
13
5 EXPERIMENT NO.3
AIM
To study transient analysis of CMOS inverter.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
Figure 10: Transient characteristics of CMOS inverter with pulse input.
Transient analysis tells Vout(t) if Vin(t) changes. It requires solving differ-
ential equations. Input is usually considered to be a pulse stream.. It is also
called AC analysis or dynamic analysis or switching analysis.The switching
characteristic (Vout(t) given Vin(t)) of a logic gate tells the speed at which the
gate can operate. The switching speed of a logic gate can be measured in terms
of the time required to charge and discharge a capacitive load. Fig.1 shows the
dynamic characteristics of a CMOS inverter. The following are some formal
definitions of temporal parameters of digital circuits. All percentages are of the
steady state values.
1. Rise Time (tr) : Time taken to rise from 10% to 90%
14
2. Fall Time (tf ): Time taken to fall from 90% to 10%
3. Edge Rate (trf ): (tr + tf )/2.
4. High-to-Low propagation delay (tpHL): Time taken to fall from VOH to
50%.
5. Low-to-High propagation delay (tpLH): Time taken to rise from 50% to
VOL.
6. Propagation Delay (tp): (tpHL + tpLH)/2.
7. Contamination Delay (tcd): Minimum time from the input crossing 50%
to the output crossing 50%.
Schematic
Figure 11: Schematic of CMOS inverter
15
Waveforms
Figure 12: Waveform of CMOS inverter
RESULT
The transient characteristics of the CMOS inverter using pulse input is obtained
successfully.
16
6 EXPERIMENT NO.4
AIM
Calculate Rise time, Fall time and Propagation delay of CMOS inverter.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
There are some basic terms that should be known for calculating the transient
parameters of a CMOS inverter. Those are:
1. Switching speed : limited by time taken to charge and discharge, CL .
2. Rise time, tr: Waveform to rise from 10% to 90% of its steady state value
3. Fall time tf , : 90% to 10% of steady state value
4. Delay time, td : time difference between input transition (50%) and 50%
output level
Figure 13: propagation delay graph
The propagation delay tp of a gate defines how quickly it responds to a change at
its inputs, it expresses the delay experienced by a signal when passing through
17
a gate. It is measured between the 50% transition points of the input and output
waveforms as shown in the figure 1 for an inverting gate. The τpLH defines the
response time of the gate for a low to high output transition, while τpHL refers
to a high to low transition. The propagation delay as the average of the two i.e.
tp =
1
2
(τpLH + τpHL)
Schematic
Figure 14: Schematic of CMOS inverter
18
Waveforms
Figure 15: Waveform of CMOS inverter
RESULT
Rise time, Fall time and Propagation delay of CMOS inverter are calculated.
19
7 EXPERIMENT NO.5(a)
AIM
To design two input NOR gate using CMOS logic.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
The NOR gate is a digital logic gate that implements logical NOR. A HIGH
output (1) results if both the inputs to the gate are LOW (0); if one or both input
is HIGH (1), a LOW output (0) results. NOR is the result of the negation of the
OR operator. It can also be seen as an AND gate with all the inputs inverted.
NOR is a functionally complete operationNOR gates can be combined to
generate any other logical function. NOR gates are so-called ”universal gates”
that can be combined to form any other kind of logic gate.
Figure 16: NOR Gate and its truth table
20
Schematic
Figure 17: Schematic of NOR Gate
Symbol
Figure 18: Symbol of NOR Gate
21
Waveforms
Figure 19: Waveform of NOR Gate
RESULT
The wave forms of two input NOR gate are obtained successfully.
22
8 EXPERIMENT NO.5(b)
AIM
To design two input NAND gate using CMOS logic.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
The two-input NAND gate shown in the figure is built from four transistors. The
series-connection of the two n-channel transistors between GND and the gate-
output ensures that the gate-output is only driven low (logical 0) when both
gate inputs a or b are high (logical 1).The complementary parallel connection
of the two transistors between VCC and gate-output means that the gate-output
is driven high (logical 1) when one or both gate inputs are low (logical 0). The
net result is the logical NAND function.
Figure 20: NAND gate using CMOS logic and its truth table
23
Schematic
Figure 21: Schematic of NAND Gate
24
Waveforms
Figure 22: Waveform of NAND Gate
RESULT
The wave forms of two input NAND gate are obtained successfully.
25
9 EXPERIMENT NO.6(a)
AIM
To design two input XOR gate using CMOS logic.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
output is ”true” if either, but not both, of the inputs are ”true.” The output is
”false” if both inputs are ”false” or if both inputs are ”true.” Another way of
looking at this circuit is to observe that the output is 1 if the inputs are different,
but 0 if the inputs are the same. XOR can also be viewed as addition modulo
2. As a result, XOR gates are used to implement binary addition The XOR
( exclusive-OR ) gate acts in the same way as the logical ”either/or.” The in
computers. The algebraic expressions
A.B + A.B
and
(A + B).A.B
both represent the XOR gate with inputs A and B.
Figure 23: XOR Gate and its truth table
26
Schematic
Figure 24: Schematic of XOR Gate
27
Waveforms
Figure 25: Waveform of XOR Gate
RESULT
The wave forms of two input NAND gate are obtained successfully.
28
10 EXPERIMENT NO.6(b)
AIM
To design two input XNOR gate using CMOS logic.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
The XNOR gate (sometimes spelled ”exnor” or ”enor” and rarely written NXOR)
is a digital logic gate whose function is the inverse of the exclusive OR (XOR)
gate. The XNOR (exclusive-NOR) gate is a combination XOR gate followed
by an inverter.
The two-input version implements logical equality. A HIGH output (1) re-
sults if both of the inputs to the gate are the same. If one but not both inputs are
HIGH (1), a LOW output (0) results.
Figure 26: XNOR Gate and its truth table
29
Schematic
Figure 27: Schematic of XNOR Gate
30
Waveforms
Figure 28: Waveform of XNOR Gate
RESULT
The wave forms of two input XNOR gate are obtained successfully.
31
11 EXPERIMENT NO.7
AIM
To design two input AND gate using two input NAND gate and inverter sym-
bols.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
Figure 29: Two input AND gate with truth table
A logic gate is an elementary building block of a digital circuit. A Logic
AND Gate is a type of digital logic gate that has an output which is normally
at logic level 0 and only goes high to a logic level 1 when all of its inputs are
at logic level 1. The output state of a Logic AND Gate only returns low again
when any of its inputs are at a logic level 0. In other words for a logic AND
gate, any low input will give a low output. The logic or Boolean expression
given for a logic AND gate is that for Logical Multiplication which is denoted
by a single dot or full stop symbol,( . ) giving us the Boolean expression of:
A.B = Output
Then we can define the operation of a 2-input logic AND gate as being:
If both A and B are true, then Output is true.
32
Design
For designing two input AND gate with CMOS logic first we have to design
two input NAND gate and its output will be fed to a CMOS inverter to give the
output of AND gate as shown in the figure: Here the output of NAND gate say
Figure 30: AND gate using CMOS
Vz = Vx.Vy Then on passing it through the inverter gives out outputVf = Vx.Vy
which is the expression required for AND gate.
Schematic of NAND
Figure 31: Schematic of NAND gate
33
Schematic of NOT
Figure 32: Schematic of NOT gate
34
Schematic of AND
Figure 33: Schematic of AND gate
RESULT
Two input AND gate using two input NAND gate and Inverter symbols designed
successfully.
35
12 EXPERIMENT NO.8
AIM
To design S-R latch using symbol of NAND gate.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
A latch is a device with exactly two stable states. These states are high-output
and low-output. A latch has a feedback path, so information can be retained by
the device. Therefore latches can be memory devices, and can store one bit of
data for as long as the device is powered. Latches are very similar to flip-flops,
but are not synchronous devices, and do not operate on clock edges as flip-flops
do.
An SR latch (Set/Reset) is an asynchronous device: it works independently
of control signals and relies only on the state of the S and R inputs. SR latches
can be made from NAND gates. In this case, it is sometimes called an SR latch.
Figure 34: SR latch diagram with Function Table
36
Schematic of NAND Gate
Figure 35: Schematic of NAND Gate
Schematic(SYMBOL)
Figure 36: Schematic of Symbol of NAND Gate
37
Waveforms of NAND Gate
Figure 37: Waveform of NAND Gate
Schematic of SR Latch
Figure 38: Schematic of SR Latch
38
Waveforms of SR Latch
Figure 39: Waveform of SR latch
RESULT
S-R latch using symbol of NAND gate designed successfully.
39
13 EXPERIMENT NO.9
AIM
To design D flip flop using CMOS logic.
SOFTWARE REQUIRED
Design Architect Tool by Mentor Graphics, LINUX operating system.
THEORY
The D flip-flop tracks the input, making transitions with match those of the input
D. The D stands for ”data”; this flip-flop stores the value that is on the data line.
It can be thought of as a basic memory cell. A D flip-flop can be made from a
set/reset flip-flop by tying the set to the reset through an inverter. D flip-flops
are by far the most common type of flip-flops and some devices (for example
some FPGAs) are made entirely from D flip-flops. They are also commonly
used for shift-registers and input synchronization.
Figure 40: Symbol and Truthtable of D flipflop
40
Schematic
Figure 41: Schematic D flipflop
41
Waveforms
Figure 42: Waveform of D flipflop
RESULT
D flip flop using CMOS logic obtained successfully.
42

Mais conteúdo relacionado

Mais procurados

Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolIJERA Editor
 
Door control embedded system using accelerometer sensor
Door control embedded system using accelerometer sensor Door control embedded system using accelerometer sensor
Door control embedded system using accelerometer sensor Vikrant Gupta
 
Training Report on Embedded System
Training Report on Embedded SystemTraining Report on Embedded System
Training Report on Embedded SystemRoshan Mani
 
project report on embedded system
project report on embedded systemproject report on embedded system
project report on embedded systemram avtar
 
Automatic chocolate vending machine using mucos rtos ppt
Automatic chocolate vending machine using mucos rtos pptAutomatic chocolate vending machine using mucos rtos ppt
Automatic chocolate vending machine using mucos rtos pptJOLLUSUDARSHANREDDY
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
Term paper alarm clock
Term paper  alarm clockTerm paper  alarm clock
Term paper alarm clockashish negi
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using ArduinoBalajiK109
 
Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training ReportAkhil Garg
 
Arduino by yogesh t s'
Arduino by yogesh t s'Arduino by yogesh t s'
Arduino by yogesh t s'tsyogesh46
 
Paper id 24201428
Paper id 24201428Paper id 24201428
Paper id 24201428IJRAT
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counterMafaz Ahmed
 
Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systemsanishgoel
 
Wireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineWireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineGhulamDastgeer14
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsMadhav Reddy Chintapalli
 
Advanced view of atmega microcontroller projects list at mega32 avr
Advanced view of atmega microcontroller projects list   at mega32 avrAdvanced view of atmega microcontroller projects list   at mega32 avr
Advanced view of atmega microcontroller projects list at mega32 avrWiseNaeem
 

Mais procurados (19)

Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
 
Door control embedded system using accelerometer sensor
Door control embedded system using accelerometer sensor Door control embedded system using accelerometer sensor
Door control embedded system using accelerometer sensor
 
Training Report on Embedded System
Training Report on Embedded SystemTraining Report on Embedded System
Training Report on Embedded System
 
project report on embedded system
project report on embedded systemproject report on embedded system
project report on embedded system
 
Automatic chocolate vending machine using mucos rtos ppt
Automatic chocolate vending machine using mucos rtos pptAutomatic chocolate vending machine using mucos rtos ppt
Automatic chocolate vending machine using mucos rtos ppt
 
Bidirect visitor counter
Bidirect visitor counterBidirect visitor counter
Bidirect visitor counter
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 
Term paper alarm clock
Term paper  alarm clockTerm paper  alarm clock
Term paper alarm clock
 
Embedded system application
Embedded system applicationEmbedded system application
Embedded system application
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using Arduino
 
Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training Report
 
Arduino by yogesh t s'
Arduino by yogesh t s'Arduino by yogesh t s'
Arduino by yogesh t s'
 
Paper id 24201428
Paper id 24201428Paper id 24201428
Paper id 24201428
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counter
 
Robotics & Embedded Systems
Robotics & Embedded SystemsRobotics & Embedded Systems
Robotics & Embedded Systems
 
Wireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control MachineWireless Base CNC Mini Plotter Three Axis Control Machine
Wireless Base CNC Mini Plotter Three Axis Control Machine
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between Stations
 
Advanced view of atmega microcontroller projects list at mega32 avr
Advanced view of atmega microcontroller projects list   at mega32 avrAdvanced view of atmega microcontroller projects list   at mega32 avr
Advanced view of atmega microcontroller projects list at mega32 avr
 

Destaque

Plc report with project
Plc report with projectPlc report with project
Plc report with projectPriya Hada
 
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...IOSR Journals
 
Vlsi lab manual exp:1
Vlsi lab manual exp:1Vlsi lab manual exp:1
Vlsi lab manual exp:1komala vani
 
Programmable logic-control
Programmable logic-controlProgrammable logic-control
Programmable logic-controlakashganesan
 
Active controls for Flight and Simulation
Active controls for Flight and SimulationActive controls for Flight and Simulation
Active controls for Flight and SimulationStirling Dynamics
 
Wdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filterWdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filtereSAT Journals
 
PLC Based Paint Mixing Machine
PLC Based Paint Mixing MachinePLC Based Paint Mixing Machine
PLC Based Paint Mixing MachineNikhilesh Vaidya
 
FSO networks under turbulence - Northumbria University 2013 Research Conference
FSO networks under turbulence - Northumbria University 2013 Research ConferenceFSO networks under turbulence - Northumbria University 2013 Research Conference
FSO networks under turbulence - Northumbria University 2013 Research ConferenceJoaquin Perez
 
wireless Communication Underwater(Ocean)
wireless Communication Underwater(Ocean)wireless Communication Underwater(Ocean)
wireless Communication Underwater(Ocean)tanveer alam
 
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESIAEME Publication
 
Introduction to PSPICE
Introduction to PSPICEIntroduction to PSPICE
Introduction to PSPICEsyella
 
Leos 2008 Th Aa2 20081113 V1.2
Leos 2008 Th Aa2 20081113 V1.2Leos 2008 Th Aa2 20081113 V1.2
Leos 2008 Th Aa2 20081113 V1.2jrothim
 
Types of glasswares
Types of glasswaresTypes of glasswares
Types of glasswaresPriya Hada
 
Free Space Optics
Free Space Optics Free Space Optics
Free Space Optics Falak Shah
 
Optical Fiber Communication & Bangladesh
Optical Fiber Communication & BangladeshOptical Fiber Communication & Bangladesh
Optical Fiber Communication & BangladeshMd. Atiqur Rahman
 
Vlsi design-manual
Vlsi design-manualVlsi design-manual
Vlsi design-manualAmbuj Jha
 
unmanned aerial vehicle (UAV)
unmanned aerial vehicle (UAV)unmanned aerial vehicle (UAV)
unmanned aerial vehicle (UAV)UDIT PATEL
 

Destaque (20)

Plc report with project
Plc report with projectPlc report with project
Plc report with project
 
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...
Supply Insensitivity Temperature Sensor for Microprocessor Thermal Monitoring...
 
Vlsi lab manual exp:1
Vlsi lab manual exp:1Vlsi lab manual exp:1
Vlsi lab manual exp:1
 
Programmable logic-control
Programmable logic-controlProgrammable logic-control
Programmable logic-control
 
Verilogforlab
VerilogforlabVerilogforlab
Verilogforlab
 
Active controls for Flight and Simulation
Active controls for Flight and SimulationActive controls for Flight and Simulation
Active controls for Flight and Simulation
 
Wdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filterWdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filter
 
PLC Based Paint Mixing Machine
PLC Based Paint Mixing MachinePLC Based Paint Mixing Machine
PLC Based Paint Mixing Machine
 
Free space optics
Free space opticsFree space optics
Free space optics
 
FSO networks under turbulence - Northumbria University 2013 Research Conference
FSO networks under turbulence - Northumbria University 2013 Research ConferenceFSO networks under turbulence - Northumbria University 2013 Research Conference
FSO networks under turbulence - Northumbria University 2013 Research Conference
 
wireless Communication Underwater(Ocean)
wireless Communication Underwater(Ocean)wireless Communication Underwater(Ocean)
wireless Communication Underwater(Ocean)
 
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUESESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
ESTIMATION OF CHANNEL IN OFDM WIRELESS CHANNEL USING LS AND MMSE TECHNIQUES
 
Introduction to PSPICE
Introduction to PSPICEIntroduction to PSPICE
Introduction to PSPICE
 
Leos 2008 Th Aa2 20081113 V1.2
Leos 2008 Th Aa2 20081113 V1.2Leos 2008 Th Aa2 20081113 V1.2
Leos 2008 Th Aa2 20081113 V1.2
 
Types of glasswares
Types of glasswaresTypes of glasswares
Types of glasswares
 
Free Space Optics
Free Space Optics Free Space Optics
Free Space Optics
 
Plc report
Plc reportPlc report
Plc report
 
Optical Fiber Communication & Bangladesh
Optical Fiber Communication & BangladeshOptical Fiber Communication & Bangladesh
Optical Fiber Communication & Bangladesh
 
Vlsi design-manual
Vlsi design-manualVlsi design-manual
Vlsi design-manual
 
unmanned aerial vehicle (UAV)
unmanned aerial vehicle (UAV)unmanned aerial vehicle (UAV)
unmanned aerial vehicle (UAV)
 

Semelhante a Vlsi report using latex

DCMPL_PROJECT_BOOK_SHAY_ITAMAR
DCMPL_PROJECT_BOOK_SHAY_ITAMARDCMPL_PROJECT_BOOK_SHAY_ITAMAR
DCMPL_PROJECT_BOOK_SHAY_ITAMARshay rubinstain
 
Digital communication kit
Digital communication kitDigital communication kit
Digital communication kitNawfalAhmed1
 
VLSI NOTES.docx notes for vlsi ece deptmnt
VLSI NOTES.docx notes for vlsi ece deptmntVLSI NOTES.docx notes for vlsi ece deptmnt
VLSI NOTES.docx notes for vlsi ece deptmntnitcse
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAMIOSRJECE
 
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptbasic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptlefohi9060
 
EC6601 VLSI Design CMOS Fabrication
EC6601 VLSI Design   CMOS FabricationEC6601 VLSI Design   CMOS Fabrication
EC6601 VLSI Design CMOS Fabricationchitrarengasamy
 
Design of two stage OPAMP
Design of two stage OPAMPDesign of two stage OPAMP
Design of two stage OPAMPVishal Pathak
 
High_Voltage_Digital_to_Analog_Converter_thesis
High_Voltage_Digital_to_Analog_Converter_thesisHigh_Voltage_Digital_to_Analog_Converter_thesis
High_Voltage_Digital_to_Analog_Converter_thesisJeffrey Kittredge, PE
 
7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdfUsha Mehta
 
A High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfA High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfKathryn Patel
 
A High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCA High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCPushpak Dagade
 
Modern introduction to_grid-generation
Modern introduction to_grid-generationModern introduction to_grid-generation
Modern introduction to_grid-generationRohit Bapat
 
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator IJMTST Journal
 

Semelhante a Vlsi report using latex (20)

DCMPL_PROJECT_BOOK_SHAY_ITAMAR
DCMPL_PROJECT_BOOK_SHAY_ITAMARDCMPL_PROJECT_BOOK_SHAY_ITAMAR
DCMPL_PROJECT_BOOK_SHAY_ITAMAR
 
Digital communication kit
Digital communication kitDigital communication kit
Digital communication kit
 
VLSI NOTES.docx notes for vlsi ece deptmnt
VLSI NOTES.docx notes for vlsi ece deptmntVLSI NOTES.docx notes for vlsi ece deptmnt
VLSI NOTES.docx notes for vlsi ece deptmnt
 
Thesis
ThesisThesis
Thesis
 
report
reportreport
report
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAM
 
DPRSG IC Design
DPRSG IC DesignDPRSG IC Design
DPRSG IC Design
 
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.pptbasic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
basic_CMOS_technology_CERN_GENEVA_SWITZERLAND.ppt
 
Ijetr011811
Ijetr011811Ijetr011811
Ijetr011811
 
EC6601 VLSI Design CMOS Fabrication
EC6601 VLSI Design   CMOS FabricationEC6601 VLSI Design   CMOS Fabrication
EC6601 VLSI Design CMOS Fabrication
 
MasterThesis_Bleiker
MasterThesis_BleikerMasterThesis_Bleiker
MasterThesis_Bleiker
 
2016 ch4 delay
2016 ch4 delay2016 ch4 delay
2016 ch4 delay
 
Design of two stage OPAMP
Design of two stage OPAMPDesign of two stage OPAMP
Design of two stage OPAMP
 
EMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdfEMT529-VLSI-Design-wk1.pdf
EMT529-VLSI-Design-wk1.pdf
 
High_Voltage_Digital_to_Analog_Converter_thesis
High_Voltage_Digital_to_Analog_Converter_thesisHigh_Voltage_Digital_to_Analog_Converter_thesis
High_Voltage_Digital_to_Analog_Converter_thesis
 
7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf7_DVD_Combinational_MOS_Logic_Circuits.pdf
7_DVD_Combinational_MOS_Logic_Circuits.pdf
 
A High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfA High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdf
 
A High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCA High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADC
 
Modern introduction to_grid-generation
Modern introduction to_grid-generationModern introduction to_grid-generation
Modern introduction to_grid-generation
 
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator
First-Order Open Loop VCO-Based ADC with XOR Gates as differentiator
 

Mais de Priya Hada

Plc and scada theory ppt
Plc and scada theory pptPlc and scada theory ppt
Plc and scada theory pptPriya Hada
 
Plc and scada project ppt
Plc and scada project pptPlc and scada project ppt
Plc and scada project pptPriya Hada
 
Cellular concepts
Cellular conceptsCellular concepts
Cellular conceptsPriya Hada
 
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Priya Hada
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda trianglePriya Hada
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line followerPriya Hada
 
Line follower robot
Line follower robotLine follower robot
Line follower robotPriya Hada
 
## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245Priya Hada
 
## Final term paper ppt##
## Final term paper ppt#### Final term paper ppt##
## Final term paper ppt##Priya Hada
 
Emft final pppts
Emft final ppptsEmft final pppts
Emft final ppptsPriya Hada
 
Priyas final ppts
Priyas final pptsPriyas final ppts
Priyas final pptsPriya Hada
 

Mais de Priya Hada (12)

Plc report
Plc report Plc report
Plc report
 
Plc and scada theory ppt
Plc and scada theory pptPlc and scada theory ppt
Plc and scada theory ppt
 
Plc and scada project ppt
Plc and scada project pptPlc and scada project ppt
Plc and scada project ppt
 
Cellular concepts
Cellular conceptsCellular concepts
Cellular concepts
 
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...Presentation small loop_antennas_electric_field_and_directivity_calculations_...
Presentation small loop_antennas_electric_field_and_directivity_calculations_...
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line follower
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245## Finalterm paper repport on fso#w245
## Finalterm paper repport on fso#w245
 
## Final term paper ppt##
## Final term paper ppt#### Final term paper ppt##
## Final term paper ppt##
 
Emft final pppts
Emft final ppptsEmft final pppts
Emft final pppts
 
Priyas final ppts
Priyas final pptsPriyas final ppts
Priyas final ppts
 

Último

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Vlsi report using latex

  • 1. AMITY UNIVERSITY Rajasthan VLSI LAB REPORT SUBMITTED TO Mr.Venkatrao Selamneni SUBMITTED BY Priya Hada B.tech(ECE)6th sem April 28, 2014
  • 2. Contents 1 INTRODUCTION TO VLSI 1 2 EXPERIMENT NO.1(a) 3 3 EXPERIMENT NO.1(b) 6 4 EXPERIMENT NO.2 10 5 EXPERIMENT NO.3 14 6 EXPERIMENT NO.4 17 7 EXPERIMENT NO.5(a) 20 8 EXPERIMENT NO.5(b) 23 9 EXPERIMENT NO.6(a) 26 10 EXPERIMENT NO.6(b) 29 11 EXPERIMENT NO.7 32 12 EXPERIMENT NO.8 36 13 EXPERIMENT NO.9 40 i
  • 3. List of Figures 1 Schematic of NMOS . . . . . . . . . . . . . . . . . . . . . . . 4 2 Waveform of NMOS . . . . . . . . . . . . . . . . . . . . . . . 5 3 Schematic of PMOS . . . . . . . . . . . . . . . . . . . . . . . 8 4 Waveform of PMOS . . . . . . . . . . . . . . . . . . . . . . . 9 5 Inverter truth table . . . . . . . . . . . . . . . . . . . . . . . . . 10 6 CMOS inverter . . . . . . . . . . . . . . . . . . . . . . . . . . 10 7 DC characteristics of CMOS inverter . . . . . . . . . . . . . . . 11 8 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 12 9 DC characteristic waveform of CMOS inverter . . . . . . . . . 13 10 Transient characteristics of CMOS inverter with pulse input. . . 14 11 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 15 12 Waveform of CMOS inverter . . . . . . . . . . . . . . . . . . . 16 13 propagation delay graph . . . . . . . . . . . . . . . . . . . . . 17 14 Schematic of CMOS inverter . . . . . . . . . . . . . . . . . . . 18 15 Waveform of CMOS inverter . . . . . . . . . . . . . . . . . . . 19 16 NOR Gate and its truth table . . . . . . . . . . . . . . . . . . . 20 17 Schematic of NOR Gate . . . . . . . . . . . . . . . . . . . . . 21 18 Symbol of NOR Gate . . . . . . . . . . . . . . . . . . . . . . . 21 19 Waveform of NOR Gate . . . . . . . . . . . . . . . . . . . . . 22 20 NAND gate using CMOS logic and its truth table . . . . . . . . 23 21 Schematic of NAND Gate . . . . . . . . . . . . . . . . . . . . 24 22 Waveform of NAND Gate . . . . . . . . . . . . . . . . . . . . 25 23 XOR Gate and its truth table . . . . . . . . . . . . . . . . . . . 26 24 Schematic of XOR Gate . . . . . . . . . . . . . . . . . . . . . 27 25 Waveform of XOR Gate . . . . . . . . . . . . . . . . . . . . . 28 26 XNOR Gate and its truth table . . . . . . . . . . . . . . . . . . 29 27 Schematic of XNOR Gate . . . . . . . . . . . . . . . . . . . . 30 28 Waveform of XNOR Gate . . . . . . . . . . . . . . . . . . . . 31 29 Two input AND gate with truth table . . . . . . . . . . . . . . . 32 ii
  • 4. 30 AND gate using CMOS . . . . . . . . . . . . . . . . . . . . . 33 31 Schematic of NAND gate . . . . . . . . . . . . . . . . . . . . . 33 32 Schematic of NOT gate . . . . . . . . . . . . . . . . . . . . . . 34 33 Schematic of AND gate . . . . . . . . . . . . . . . . . . . . . . 35 34 SR latch diagram with Function Table . . . . . . . . . . . . . . 36 35 Schematic of NAND Gate . . . . . . . . . . . . . . . . . . . . 37 36 Schematic of Symbol of NAND Gate . . . . . . . . . . . . . . . 37 37 Waveform of NAND Gate . . . . . . . . . . . . . . . . . . . . 38 38 Schematic of SR Latch . . . . . . . . . . . . . . . . . . . . . . 38 39 Waveform of SR latch . . . . . . . . . . . . . . . . . . . . . . . 39 40 Symbol and Truthtable of D flipflop . . . . . . . . . . . . . . . 40 41 Schematic D flipflop . . . . . . . . . . . . . . . . . . . . . . . 41 42 Waveform of D flipflop . . . . . . . . . . . . . . . . . . . . . . 42 iii
  • 5. 1 INTRODUCTION TO VLSI Very-large-scale integration (VLSI) is the process of creating integrated circuits by combining thousands of transistors into a single chip. Since the invention of the first Integrated Circuit(IC) by Jack Kilby in 1958, ability to pack more and more transistors onto a single chip has been very rapid. In the early 1960s, low density fabrication processes classified under Small Scale Integration (SSI) in which transistor count was limited to about 10. This rapidly gave way to Medium Scale Integration (MSI) later in the decade, when around 100 transis- tors could be placed on a single chip. Early 1970s saw the growth of transistor count to about 1000 per chip called the Large Scale Integration (LSI). By mid-1980, the transistor count on a single chip exceeded 1000 and hence came the age of Very Large Scale Integration or VLSI, which is large scale integration with a single chip of size as small as 50 millimeters square having more than a million transistor and circuits in it. VLSI chiefly comprises of front end design and back end design. While front end design includes digital design using HDL, design verification through simulation and other verification techniques, the design from gates and design for testability, backend design comprises of complementary metal-oxide semi- conductor (CMOS) design and its characterization.The entire VLSI circuit de- sign procedure follows a step by step approach, where each design step is fol- lowed by simulation before it’s put into the hardware. Most VLSI designs are classified into three Categories: 1. Analog: Small transistor count precision circuits such as Amplifiers, Data converters, filters, Phase Locked Loops, Sensors etc. 2. Application Specific Integrated Circuits (ASICS): Progress in the fabri- cation of internal circuits has enabled faster and more powerful circuits in smaller and smaller devices. ASICS are created for specific purposes and each device is created to do a particular job, and do it well. 3. Systems on a Chip (SoC): These are highly complex mixed signal circuits, such as a network processor chip or a wireless radio chip. Advantages offered by VLSI: 1. Integration improves the design 2. Compactness: less area, physically smaller. 3. Higher speed: lower parasitics(reduced interconnection length). 1
  • 6. 4. Lower power consumption. 5. Higher reliability: improved on-chip interconnects. 6. Integration significantly reduces manufacturing cost. 2
  • 7. 2 EXPERIMENT NO.1(a) AIM Study the drain and transfer characteristics of NMOS. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY MOSFET is a four terminal device. The voltage applied to the gate terminal de- termines if and how much current flows between the source and the drain ports. The body represents the fourth terminal of the transistor. Its function is sec- ondary as it only serves to modulate the device characteristics and parameters. In N-type MOSFET (NMOS), the body is of p-type. The drain, the source and the channel between the two are of n-type. Working of NMOS Initially, VGS = 0, i.e. when no gate to source voltage is applied, it is similar to two diodes connected back to back between the source and the drain. So, no current flows from source to drain. Also, a depletion layer is formed at the source-substrate and the drain-substrate junctions. The holes under the gate are repelled to produce a depletion region and it becomes continuous. The VGS is then increased above the Threshold Voltage. At this time, minor- ity carriers in p-type substrate (electrons) cross the depletion region and reaches under the gate. The process is called surface inversion. Modes of operation It has three modes of operation: 1. Cut-off mode: When no current flows through transistor i.e. ID = 0 occurs when VGS < VTH Where VGS: gate to source voltage ; VTH: threshold voltage 3
  • 8. 2. Triode Region: It is a linear region in graph which obeys Ohms law. It occurs when VGS > VTH and VDS < VGS − VTH The current equation in triode mode is given as: ID = W L .µn.Cox(VGS − VTH − VDS 2 ).VDS 3. Saturation Mode: When current becomes constant i.e. ID remains con- stant no matter how much we increase VGS. It occurs when VGS > VTH and VDS > VGS − VTH The current equation in saturation mode is given as: ID = W 2L .µn.Cox.(VGS − VTH)2 (1 + λp.VDS) Where : modulation index Schematic Figure 1: Schematic of NMOS 4
  • 9. Waveforms Figure 2: Waveform of NMOS Result In V I characteristics of NMOS, we observe that at constant VGS if the value of VDS will increase, then the drain current is saturated. 5
  • 10. 3 EXPERIMENT NO.1(b) AIM To study the drain and transfer characteristics of PMOS. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY The structure and operation of a PMOS device is essentially the same, except that wherever there was n-type silicon, there is now p-type silicon. The PMOS channel is a part of n-type substrate lying between two heavily doped p+ wells beneath the source and drain. Working of PMOS The operation of PMOS is similar to NMOS. To create an inversion layer in the n-type substrate, holes have to be attracted to the gate. As a result, p-type chan- nel will induce between drain and source, the voltage VTH must be sufficiently negative. The VTH is thus negative, so, channel is induced only if VGS < VTH If we make the voltage VDS sufficiently negative, the p-type induced channel will pinch-off. When VDS will be negative, the drain current will flow from source to drain, exactly opposite to that of NMOS device with a positive VDS . Modes of Operation It has three modes of operation - 1. Cut-off mode: It is a mode in which channel is not formed and no current flows through transistor i.e. ID = 0. It occurs when VGS > VTH Where VGS: gate to source voltage, VTH: threshold voltage. 6
  • 11. 2. Linear/Triode region: It is a mode in which channel formation takes place and thus, current flows from source to drain. This region of graph follows Ohms law due to linear relationship between IDS and VDS. It occurs when VGS < VTH and VDS > VGS − VTH The current equation in triode mode is given as: ID = − W L .µn.Cox(VGS − VTH − VDS 2 ).VDS 3. Saturation mode: In this mode the channel pinches off and the VDSat which the current saturation occurs is called VDSat or pinch-off voltage. In this mode the PMOS acts similar to current source.ID is independent of VDS. It occurs when VGS < VTH and VDS < VGS − VTH The current equation in saturation mode is given as: ID = − W 2L .µn.Cox.(VGS − VTH)2 (1 + λp.VDS) Where λp: modulation index 7
  • 13. Waveforms Figure 4: Waveform of PMOS Result The characteristics of PMOS are obtained. All the parameters(voltages and current) are taken in negative side. 9
  • 14. 4 EXPERIMENT NO.2 AIM To study D.C. analysis of CMOS inverter. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY Figure 5: Inverter truth table Figure 6: CMOS inverter The inverter is universally accepted as the most basic logic gate doing a Boolean operation on a single input variable.As shown, the simple structure consists of a combination of an PMOS transistor at the top and a NMOS tran- sistor at the bottom. CMOS is referred to as complementary-symmetry metalox- idesemiconductor. The words ”complementary-symmetry” refer to the fact that the typical digital design style with CMOS uses complementary and symmetri- cal pairs of p-type and n-type metal oxide semiconductor field effect transistors 10
  • 15. (MOSFETs) for logic functions. Two important characteristics of CMOS de- vices are high noise immunity and low static power consumption. Significant power is only drawn while the transistors in the CMOS device are switching be- tween on and off states. Consequently, CMOS devices do not produce as much waste heat as other forms of logic. DC analysis of CMOS inverter Figure 7: DC characteristics of CMOS inverter As shown in above figure there are 5 regions of operation which are sum- marized as in the table: 11
  • 16. Schematic Figure 8: Schematic of CMOS inverter 12
  • 17. Waveforms Figure 9: DC characteristic waveform of CMOS inverter RESULT The DC characteristic of CMOS inverter is obtained successfully. 13
  • 18. 5 EXPERIMENT NO.3 AIM To study transient analysis of CMOS inverter. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY Figure 10: Transient characteristics of CMOS inverter with pulse input. Transient analysis tells Vout(t) if Vin(t) changes. It requires solving differ- ential equations. Input is usually considered to be a pulse stream.. It is also called AC analysis or dynamic analysis or switching analysis.The switching characteristic (Vout(t) given Vin(t)) of a logic gate tells the speed at which the gate can operate. The switching speed of a logic gate can be measured in terms of the time required to charge and discharge a capacitive load. Fig.1 shows the dynamic characteristics of a CMOS inverter. The following are some formal definitions of temporal parameters of digital circuits. All percentages are of the steady state values. 1. Rise Time (tr) : Time taken to rise from 10% to 90% 14
  • 19. 2. Fall Time (tf ): Time taken to fall from 90% to 10% 3. Edge Rate (trf ): (tr + tf )/2. 4. High-to-Low propagation delay (tpHL): Time taken to fall from VOH to 50%. 5. Low-to-High propagation delay (tpLH): Time taken to rise from 50% to VOL. 6. Propagation Delay (tp): (tpHL + tpLH)/2. 7. Contamination Delay (tcd): Minimum time from the input crossing 50% to the output crossing 50%. Schematic Figure 11: Schematic of CMOS inverter 15
  • 20. Waveforms Figure 12: Waveform of CMOS inverter RESULT The transient characteristics of the CMOS inverter using pulse input is obtained successfully. 16
  • 21. 6 EXPERIMENT NO.4 AIM Calculate Rise time, Fall time and Propagation delay of CMOS inverter. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY There are some basic terms that should be known for calculating the transient parameters of a CMOS inverter. Those are: 1. Switching speed : limited by time taken to charge and discharge, CL . 2. Rise time, tr: Waveform to rise from 10% to 90% of its steady state value 3. Fall time tf , : 90% to 10% of steady state value 4. Delay time, td : time difference between input transition (50%) and 50% output level Figure 13: propagation delay graph The propagation delay tp of a gate defines how quickly it responds to a change at its inputs, it expresses the delay experienced by a signal when passing through 17
  • 22. a gate. It is measured between the 50% transition points of the input and output waveforms as shown in the figure 1 for an inverting gate. The τpLH defines the response time of the gate for a low to high output transition, while τpHL refers to a high to low transition. The propagation delay as the average of the two i.e. tp = 1 2 (τpLH + τpHL) Schematic Figure 14: Schematic of CMOS inverter 18
  • 23. Waveforms Figure 15: Waveform of CMOS inverter RESULT Rise time, Fall time and Propagation delay of CMOS inverter are calculated. 19
  • 24. 7 EXPERIMENT NO.5(a) AIM To design two input NOR gate using CMOS logic. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY The NOR gate is a digital logic gate that implements logical NOR. A HIGH output (1) results if both the inputs to the gate are LOW (0); if one or both input is HIGH (1), a LOW output (0) results. NOR is the result of the negation of the OR operator. It can also be seen as an AND gate with all the inputs inverted. NOR is a functionally complete operationNOR gates can be combined to generate any other logical function. NOR gates are so-called ”universal gates” that can be combined to form any other kind of logic gate. Figure 16: NOR Gate and its truth table 20
  • 25. Schematic Figure 17: Schematic of NOR Gate Symbol Figure 18: Symbol of NOR Gate 21
  • 26. Waveforms Figure 19: Waveform of NOR Gate RESULT The wave forms of two input NOR gate are obtained successfully. 22
  • 27. 8 EXPERIMENT NO.5(b) AIM To design two input NAND gate using CMOS logic. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY The two-input NAND gate shown in the figure is built from four transistors. The series-connection of the two n-channel transistors between GND and the gate- output ensures that the gate-output is only driven low (logical 0) when both gate inputs a or b are high (logical 1).The complementary parallel connection of the two transistors between VCC and gate-output means that the gate-output is driven high (logical 1) when one or both gate inputs are low (logical 0). The net result is the logical NAND function. Figure 20: NAND gate using CMOS logic and its truth table 23
  • 29. Waveforms Figure 22: Waveform of NAND Gate RESULT The wave forms of two input NAND gate are obtained successfully. 25
  • 30. 9 EXPERIMENT NO.6(a) AIM To design two input XOR gate using CMOS logic. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY output is ”true” if either, but not both, of the inputs are ”true.” The output is ”false” if both inputs are ”false” or if both inputs are ”true.” Another way of looking at this circuit is to observe that the output is 1 if the inputs are different, but 0 if the inputs are the same. XOR can also be viewed as addition modulo 2. As a result, XOR gates are used to implement binary addition The XOR ( exclusive-OR ) gate acts in the same way as the logical ”either/or.” The in computers. The algebraic expressions A.B + A.B and (A + B).A.B both represent the XOR gate with inputs A and B. Figure 23: XOR Gate and its truth table 26
  • 32. Waveforms Figure 25: Waveform of XOR Gate RESULT The wave forms of two input NAND gate are obtained successfully. 28
  • 33. 10 EXPERIMENT NO.6(b) AIM To design two input XNOR gate using CMOS logic. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY The XNOR gate (sometimes spelled ”exnor” or ”enor” and rarely written NXOR) is a digital logic gate whose function is the inverse of the exclusive OR (XOR) gate. The XNOR (exclusive-NOR) gate is a combination XOR gate followed by an inverter. The two-input version implements logical equality. A HIGH output (1) re- sults if both of the inputs to the gate are the same. If one but not both inputs are HIGH (1), a LOW output (0) results. Figure 26: XNOR Gate and its truth table 29
  • 35. Waveforms Figure 28: Waveform of XNOR Gate RESULT The wave forms of two input XNOR gate are obtained successfully. 31
  • 36. 11 EXPERIMENT NO.7 AIM To design two input AND gate using two input NAND gate and inverter sym- bols. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY Figure 29: Two input AND gate with truth table A logic gate is an elementary building block of a digital circuit. A Logic AND Gate is a type of digital logic gate that has an output which is normally at logic level 0 and only goes high to a logic level 1 when all of its inputs are at logic level 1. The output state of a Logic AND Gate only returns low again when any of its inputs are at a logic level 0. In other words for a logic AND gate, any low input will give a low output. The logic or Boolean expression given for a logic AND gate is that for Logical Multiplication which is denoted by a single dot or full stop symbol,( . ) giving us the Boolean expression of: A.B = Output Then we can define the operation of a 2-input logic AND gate as being: If both A and B are true, then Output is true. 32
  • 37. Design For designing two input AND gate with CMOS logic first we have to design two input NAND gate and its output will be fed to a CMOS inverter to give the output of AND gate as shown in the figure: Here the output of NAND gate say Figure 30: AND gate using CMOS Vz = Vx.Vy Then on passing it through the inverter gives out outputVf = Vx.Vy which is the expression required for AND gate. Schematic of NAND Figure 31: Schematic of NAND gate 33
  • 38. Schematic of NOT Figure 32: Schematic of NOT gate 34
  • 39. Schematic of AND Figure 33: Schematic of AND gate RESULT Two input AND gate using two input NAND gate and Inverter symbols designed successfully. 35
  • 40. 12 EXPERIMENT NO.8 AIM To design S-R latch using symbol of NAND gate. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY A latch is a device with exactly two stable states. These states are high-output and low-output. A latch has a feedback path, so information can be retained by the device. Therefore latches can be memory devices, and can store one bit of data for as long as the device is powered. Latches are very similar to flip-flops, but are not synchronous devices, and do not operate on clock edges as flip-flops do. An SR latch (Set/Reset) is an asynchronous device: it works independently of control signals and relies only on the state of the S and R inputs. SR latches can be made from NAND gates. In this case, it is sometimes called an SR latch. Figure 34: SR latch diagram with Function Table 36
  • 41. Schematic of NAND Gate Figure 35: Schematic of NAND Gate Schematic(SYMBOL) Figure 36: Schematic of Symbol of NAND Gate 37
  • 42. Waveforms of NAND Gate Figure 37: Waveform of NAND Gate Schematic of SR Latch Figure 38: Schematic of SR Latch 38
  • 43. Waveforms of SR Latch Figure 39: Waveform of SR latch RESULT S-R latch using symbol of NAND gate designed successfully. 39
  • 44. 13 EXPERIMENT NO.9 AIM To design D flip flop using CMOS logic. SOFTWARE REQUIRED Design Architect Tool by Mentor Graphics, LINUX operating system. THEORY The D flip-flop tracks the input, making transitions with match those of the input D. The D stands for ”data”; this flip-flop stores the value that is on the data line. It can be thought of as a basic memory cell. A D flip-flop can be made from a set/reset flip-flop by tying the set to the reset through an inverter. D flip-flops are by far the most common type of flip-flops and some devices (for example some FPGAs) are made entirely from D flip-flops. They are also commonly used for shift-registers and input synchronization. Figure 40: Symbol and Truthtable of D flipflop 40
  • 46. Waveforms Figure 42: Waveform of D flipflop RESULT D flip flop using CMOS logic obtained successfully. 42