Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

My oscillator not oscillate in hspice [hlp]

Status
Not open for further replies.

april1975

Member level 2
Joined
Nov 11, 2011
Messages
49
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
1,588
Hello
I have written an sp file and tried to simulate it with Hspice. But it doesn't oscillate!
The code is:
.option post=2
.tran 0.0001n 20u
.param lg=0.18u
*.ic v(x)=0

VDD vdd 0 DC 1.8

m1 x y 0 0 NMOS L='1*lg' W='10*lg'
m2 y x 0 0 NMOS L='1*lg' W='10*lg'


L1 vdd x 5n
C1 vdd x 5p
Rp1 vdd x 220

L2 vdd y 5n
C2 vdd y 5p
Rp2 vdd y 220

istart x y pulse (0 10nA 1ns 1ns 1ns 2ns 2s)

*.op

.end

I have used a 0.18u technology file for it and included it in the code.
What's the problem?
 

Hello Pancho
You wrote:
Before transient analysis, confirm small signal loop gain by ".AC" or ".LSTB" analyses.
Can you explain more? Can you give an example?
tnx
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top