0% found this document useful (0 votes)
63 views

Eec-553 Cad of Electronics Lab File: Download and Print This Document

EEC-553 CAD OF ELECTRONICS LAB FILE P. 3 Download and print this document read and print without ads Download to keep your version Edit, email or read offline. A CMOS inverter contains a PMOS and a NMOS transistor connected at the drain and gate terminals, a supply voltage VDD at the PMOS source terminal, and a ground connected at the NMOS source terminal. When a low voltage (0 V) is applied at the input, the

Uploaded by

Yagyadev Pathak
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Eec-553 Cad of Electronics Lab File: Download and Print This Document

EEC-553 CAD OF ELECTRONICS LAB FILE P. 3 Download and print this document read and print without ads Download to keep your version Edit, email or read offline. A CMOS inverter contains a PMOS and a NMOS transistor connected at the drain and gate terminals, a supply voltage VDD at the PMOS source terminal, and a ground connected at the NMOS source terminal. When a low voltage (0 V) is applied at the input, the

Uploaded by

Yagyadev Pathak
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

EEC-553 CAD OF ELECTRONICS LAB FILE P. 3

Download and
print this document
Read and print without ads
Download to keep your version
Edit, email or read offline

EEC-553 CAD OF Choose a format:

ELECTRONICS LAB
.PDF .DOCX

Download
FILE
Ratings: (0) | Views: 226 | Likes: 0

Published by Shitansh Nigam

UPTU/GBTU/MMTU Electronics and Communication 3rd year CAD lab File

See More

.PDF .DOCX Download

INDEX

S.NO EXPERIMENT NAME

1. Transient analysis and simulation of CMOS inverter.

2. Transient and simulation analysis of NAND gate .

3. Transient and simulation analysis of CMOS nor gate.


.
4. Transient analysis and simulation of NMOS inverter.
.
5. Transient analysis and simulation of BJT inverter.

6.
Design of 4:1 multiplexer using “with” statement.

7.
Design of 4:1 multiplexer using “when” stat ement.

8.
Design of 4:1 multiplexer using “case” statement.

9. Design D flip-flop with “reset using VHDL”.

10. Design full adder using half adder for structural modelling.

11. Design of 4-bit ripple carry adder using full adder as a


component for structural modelling.

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 1/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

EXPERIMENT 01
Object- Transient analysis and simulation of CMOS inverter.

- orcade Lite-9.1.
Software used

Theory- CMOS inverters (Complementary NOSFET Inverters) are some of the most widely
used and adaptable MOSFET inverters used in chip design. They operate with very little
power loss and at relatively high speed.
A CMOS inverter contains a PMOS and a NMOS transistor connected at the drain and gate
terminals, a supply voltage VDD at the PMOS source terminal, and a ground connected at
the NMOS source terminal, were VIN is connected to the gate terminals and VOUT is
connected to the drain terminals.(See diagram)
The circuit below is the simplest CMOS logic gate.
• When a low voltage (0 V) is applied at the input, the top transistor (P-type) is
conducting (switch closed) while the bottom transistor behaves like an open circuit.
• Therefore, the supply voltage (5 V) appears at the output.
• Conversely, when a high voltage (5 V) is applied at the input, the bottom transistor
(N-type) is conducting (switch closed) while the top transistor behaves like an open
circuit.
• Hence, the output voltage is low (0 V).
• The function of this gate can be summarized by the following table:
Input Output

High Low

Low High

• The output is the opposite of the input - this gate inverts the input.
Notice that always one of the transistors will be an open circuit and no current flows
http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 2/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE
• Notice that always one of the transistors will be an open circuit and no current flows
from the supply voltage to ground.

Fig: Transistor "switch model


The switch model of the MOSFET transistor is defined as follows:

MOSFET Condition MOSFET State of MOSFET

NMOS Vgs<Vtn OFF

NMOS Vgs>Vtn ON

PMOS Vsg<Vtp OFF

PMOS Vsg>Vtp ON

When VIN is low, the NMOS is "off", while the PMOS stays "on": instantly charging VOUT to
logic high. When Vin is high, the NMOS is "on and the PMOS is "on: draining the voltage at
VOUT to logic low.
Procedure-
• Open the blank project in orcade family release 9.1.
• Include library:-ANALOG, BIPOLAR, PWRMOS, SOURCE, TRANSISTOR
• .Draw the circuit.
• Go to pspice and open new simulation profile.
• Perform transient analysis.
• Create net list and then run.
• Then we obtain final waveform.
Net list description
-
M_M1 N00263 N00282 0 0 M2N6659
V_V1 N00385 0 5Vdc

M_M2 N00263 N00282 N00385 N00385 M2N6806

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 3/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

V_V2 N00282 0

+PULSE 0 5 0 0 0 50ns 100ns

Circuit diagram-

Output waveform
-

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 4/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

EXPERIMENT 02
Object-Transient and simulation analysis of NAND gate
.

- Orcade lite-9.1.
Software used

Theory-

• The circuit below has two inputs and one output.


• Whenever at least one of the inputs is low, the corresponding P-type transistor will be
conducting while the N-type transistor will be closed.
• Consequently, the output voltage will be high. Conversely, if both inputs are high,
then both P-type transistors at the top will be open circuits and both N-type transistors
will be conducting.
• Hence, the output voltage is low.
• The function of this gate can be summarized by the following table:
V1 V2 Output

Low Low High

Low High High

High Low High

High High Low

• If logical 1's are associated with high voltages then the function of this gate is called
NAND fornegated AND .
• Again, there is never a conducting path from the supply voltage to ground
.

FIG 1: CMOS NAND GATE

CIRCUIT DIGGRAM:

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 5/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 6/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 7/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 8/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 9/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 10/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 11/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 12/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 13/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 14/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 15/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 16/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 17/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 18/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 19/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE

Activity (1)
Filters Add to collection Review Add note Like Embed

1 hundred reads

More From This User

EEC 652 DSP Lab Simple Digital Security RDSO Report (Telecom
System Directorate)

SHITANSH NIGAM SHITANSH NIGAM SHITANSH NIGAM

Like 355k

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 20/21
2/24/2014 EEC-553 CAD OF ELECTRONICS LAB FILE
About Subscriptions Advertise with us Support Partners Legal Get Scribd Mobile
Browse Subscribe today Get started Help Publishers Terms
About Scribd Your subscription AdChoices FAQ Developers / API Privacy
Team Gift cards Press Copyright
Blog Purchase Help
Join our team!
Contact Us
Mobile Site

© Copyright 2014 Scribd Inc. Language: English

http://www.scribd.com/doc/133115703/EEC-553-CAD-OF-ELECTRONICS-LAB-FILE 21/21

You might also like