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.

hspice simulation problem

Status
Not open for further replies.

rachel607

Junior Member level 2
Joined
Aug 31, 2007
Messages
23
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,394
How could I use capacitor model in netlist?

The capacitor is described in model file as follows:

.lib cap
.subckt mim 1 2 mim_length=10u mim_width=10u
.param .......
......
cap 1 2 c="#expression"
.ends mim
.endl cap
 

Hi,
Get the hspice manual and get the parameters for the caps, meaning checkout what exactly mim_width, mim_length and other parameters (tempco, diode areas) are quoted in the manual. Create a model card like-
.model mim_cap c
+(
+mim_width='10u+dw'
+mim_length='10u+dl'
.
.
.
+)
.param dw=-0.004 dl=0.0032 and so on
My guess is this should work, try out and let me know.

Regards,
RDV
 

Thank you for your help and your information.
I have dealed with it.
It is defined by .subckt. So, I just write it in netlist as XC1 not C1.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top