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.

Anyone on variation analysis by using hspice?

Status
Not open for further replies.

shaq

Full Member level 5
Joined
Jul 23, 2005
Messages
311
Helped
14
Reputation
28
Reaction score
4
Trophy points
1,298
Activity points
3,397
.local_variation

Dear all,

Does someone have any experience of variation analysis by using Hspice?

If you have, can you give me some examples or files.

Thanks so much!!!!
 

hspice dcmatch

.variation
.local_variation
nmos nch vth0='4e-9/sqrt(e(w)*e(l)*e(m))'
pmos pch vth0='4e-9/sqrt(e(W)*e(L)*e(M))'
.end_local_variation
.end_variation

.dcmatch v(out) threshold=0
those statements in .variation define the threshold variation of nch and pch, .dcmatch statement simulate the offset at out node, set threshold=0 will display all the devices contribute to the offset.
 

variation in hspice

You can use Telegen's theorem, which is very efficient.
 

variation hspice

yjkwon57 said:
You can use Telegen's theorem, which is very efficient.

Hey yjkwon57,

I guess you wanna say Pelgrom's theorem.

I have read his paper, but I don't know how to do this variation analysis in hspice.

I'll try the way of xuel said.
 

hspice .variation

HI,
i need an example for performing the montecarlo simulation by using the global variation and local variation..
pl help me....
how can we know the values of the variables say for example vth0 or u0 at a particular simulation?
 

Re: hspice dcmatch

.variation
.local_variation
nmos nch vth0='4e-9/sqrt(e(w)*e(l)*e(m))'
pmos pch vth0='4e-9/sqrt(e(W)*e(L)*e(M))'
.end_local_variation
.end_variation

.dcmatch v(out) threshold=0
those statements in .variation define the threshold variation of nch and pch, .dcmatch statement simulate the offset at out node, set threshold=0 will display all the devices contribute to the offset.

Dear Sir :
How do you know the number : 4e-9 in Vth0 formula ?
Thanks a lot.


mitgrace
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top