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.

libray files in spice

Status
Not open for further replies.

cyrax747

Full Member level 3
Joined
Nov 8, 2012
Messages
167
Helped
13
Reputation
26
Reaction score
11
Trophy points
1,298
Location
Bangalore
Activity points
2,494
What information exactly contain in the library file used in spice ?? How it is different from model file ??
 

Library implies more than one, is how. One readin, multiple
models. Maybe even all of them that you need.
 

What information exactly contain in the library file used in spice ?? How it is different from model file ??

Hi,

The model file basically consists of the details regarding an component.
Ex: when an nmos is called, the SPICE will look for the nmos model in the model file. It contains the details like Ids formulae for all the 3 regions (cutoff, linear & saturation). The SPICE will put the user entered values of W,L etc., into the model file & calculate the required parameters to complete the simulation.

This is an example of including a model file for a switch: .MODEL SW VSWITCH(VON=2.6 VOFF=2.4 RON=10 ROFF=1MEG)

A library file is always changing for every technology like 45nm,90nm,180nm etc.
To calculate the Ids equation, you also need technology values for Cox,Tox,Vth etc.in addition with the user entered stimulation values. The SPICE gets these values from the library file for calculation.

Regards
Arun
 

Hi

but the parameters cox tox vth will also be present in model file..!! when what extra info present in library??
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top