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.

[SOLVED] SPICE WORKING Algo and info

Status
Not open for further replies.

shabazsyed

Junior Member level 3
Junior Member level 3
Joined
Dec 28, 2011
Messages
25
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,466
Spice uses model files to simulate mos designs. There are lot of mos model , meaning different levels. For different levels we have different equations. SO i think spice reads the level info from model file and reads parameters for that level from model file. I crossed verified this by changing level info in model file. So my question is does spice have all the formulas for commutation of current in source code? Please reply people . I got still unanswered threads.:) thanx
 

... For different levels we have different equations. SO i think spice reads the level info from model file and reads parameters for that level from model file.
Right. You can change the level number to a lower value, but usually not to a higher one, because higher levels mostly need additional parameters which may not be available in the model file.

... does spice have all the formulas ... in source code?
Yes. SPICE software knows all the equations which have to be solved for a certain level model. And it contains all the math necessary for the calculations.
 
Thanks erikl. One more question....... Usually Foundaries provide model file for process. Which level model file do they provide. Is there any thumb rule which suggest which level to use for wat tech and How does spice update model files for nm processes.... Thanks again
 

There are so many model levels, s. View attachment hspice_mosfet_models_Sep_2005_p108-109.pdf .

If you want to rely on your simulation results, you surely have to use the model files from your fab/foundry. For sub-micron processes, usually BSIM3 or BSIM4 models are used, i.e. level 49 or 54.

Depending on what you want to simulate, there are sometimes specialized models available, e.g. the Synopsys LEVEL1 mosra model for NBTI analysis on PMOSFETs.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top