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.

Regarding error : There is loop reference when define parameter in hspice

Status
Not open for further replies.

srini.pes

Member level 3
Member level 3
Joined
May 28, 2010
Messages
61
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
NIT calicut
Visit site
Activity points
1,725
Hi to all

Am designing one spice compatible transistor, in that i need the error function erf(y).
i have mentioned it as a function
like

.PARAM t(y)='1/(1+p*y)'

.PARAM erf(y)= '(-((a1*t(y))+(a2*POW(t(y),2))+(a3*POW(t(y),3))+(a4*(POW(t(y),4)))+(a5*(POW(t(y),5))))*exp(-y*y))'

Now., it was showing this error., if i mentioned every parameter as a function like x(y) instead of x.
Then there was no error.

Please suggest me some technique to avoid the use of everything as a function.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top