Engineering PSPICE - simulation of CMOS astable circuit

AI Thread Summary
The discussion focuses on simulating a CMOS astable circuit in OrCAD PSPICE, where the user is not observing expected oscillations. Key circuit components include PMOS and NMOS transistors, a resistor, and a capacitor, with specific voltage settings for simulation. Participants suggest checking the voltages at various nodes and running the simulation for a longer duration to observe changes. Concerns are raised about the accuracy of the device models used, recommending the selection of verified part numbers from the PSPICE library. The conversation emphasizes the importance of proper component modeling to achieve correct simulation results.
stn0091
Messages
5
Reaction score
0

Homework Statement



I'm trying to simulate the following circuit in OrCAD PSPICE.

attachment.php?attachmentid=56542&stc=1&d=1362875259.png


Homework Equations





The Attempt at a Solution



* 8.20

Vdd 1 0 5V

MP1 3 2 1 1 PMOD
MN1 3 2 0 0 NMOD

MP2 4 3 1 1 PMOD
MN2 4 3 0 0 NMOD

R1 3 2 1000
C1 2 4 1uF

.MODEL NMOD NMOS (VTO=2)
.MODEL PMOD PMOS (VTO=-2.0)

.ic v(2)=5

.tran 0.5us 10ms 0 1u uic

.PROBE
.END

Resistor and capacitor values were chosen for some arbitrary time constant. I just wanted to see the waveforms at Va, Vo and Vi.

V(2) corresponds to the gates of the first CMOS and I set that to 5V to "start" the circuit. However, I'm not seeing any oscillations when I simulate the circuit.
 

Attachments

  • Untitled.png
    Untitled.png
    38.2 KB · Views: 1,001
Physics news on Phys.org
Give us the voltages at input and output of both inverters. Also your Vcc and Vdd.
 
The output plots? Alright. I'm assuming you mean the capacitor voltage when you say Vcc.

V(1) is VDD = 5 V, V(2) is Vi and Vcc (same node), V(3) is the output of the first inverter, V(4) is the output of the second inverter.

attachment.php?attachmentid=56606&stc=1&d=1363027605.jpg
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    65.4 KB · Views: 932
Run your simulation longer! It's clear that V3 and V4 are changing.
 
How can Vi and Va both be +4.4V?? Are you sure you're running an inverter? What's the part number? Oh, I bet it's your model.

Vi and Va look like the same voltage.

R looks like no current thru it.

I seriously question you model of the device. Pick an actual part number from the list of devices in your PSPICE library. Example: 74HC04.
 

Similar threads

Replies
1
Views
4K
Replies
5
Views
4K
Replies
1
Views
2K
Replies
3
Views
2K
Replies
14
Views
5K
Replies
8
Views
6K
Replies
1
Views
15K
Back
Top