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 using ALTERGROUP in spectre ?

Status
Not open for further replies.

analogTechie

Junior Member level 1
Joined
Nov 2, 2004
Messages
15
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,281
Location
USA
Activity points
170
altergroup spectre

Does altergroup work for you in spectre?

I am having trouble with it, when I try the following :

"...
include "~/rpolyp.scs" section=typ
..
...
dc1 dc param=temp start=-10 stop=150 step=10
..
...
alter_rmin altergroup {
include "~/rpolyp.scs" section=rmin
dc2 dc param=temp start=-10 stop=150 step=10
}

alter_rmax altergroup {
include "~/rpolyp.scs" section=rmax
dc3 dc param=temp start=-10 stop=150 step=10
}
..
..."

I get an error as shown in the attached .out file.
The input .scs file is also attached.

(It is not a path problem. I am actually using an absolute path, not the
tilda shown for convenience in the example above. The deck does simulate
correctly without the altergroup statememtns.)

Thanks!
 

spectre statistics altergroup

Where are the .out files and the SPECTRE deck?
 

spectre rmin

Vamsi,

Thanks for asking.
Actually, we have figured out what the problem is.
The problem is with the rpolyp.scs model file.
Altergroup excepts only model, instance and subcircuit statements,
which covers a lot of ground; however, there are statements in the
model file which are not accepted by altergroup. So, we will need to
modify the model file.
Of course, due to NDA restrictions, I cannot post the model file here.

Regards,
 

Have you tried to put the resistor models as "inline subckt" rather than "subckt". This will alleviate the problem of not being able to read resistors. So change it and add these things in your model file. You can get a smooth run
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top