| Author |
Message |
wchu01
Joined: 23 Nov 2005 Posts: 65 Helped: 3 Location: South East Asia
|
20 Jun 2006 17:01 Cadence Spectre |
|
|
|
|
| Quote: |
Command line:
/eda/Cadence/tools.lnx86/spectre/bin/spectre -env artist5.0.0 \
+escchars +log ../psf/spectre.out +inter=mpsc \
+mpssession=spectre1_20233_2 -format psfbin -raw ../psf \
input.scs
spectre pid = 20526
Loading /eda/Cadence/tools.lnx86/spectre/lib/cmi/3.0/libinfineon_sh.so ...
Loading /eda/Cadence/tools.lnx86/spectre/lib/cmi/3.0/libnortel_sh.so ...
Loading /eda/Cadence/tools.lnx86/spectre/lib/cmi/3.0/libphilips_sh.so ...
Loading /eda/Cadence/tools.lnx86/spectre/lib/cmi/3.0/libstmodels_sh.so ...
spectre (ver. 5.0.33.031104 -- 11 Mar 2004).
Includes RSA BSAFE(R) Cryptographic or Security Protocol Software from RSA
Security, Inc.
Simulating `input.scs' on linux at 5:41:21 PM, Tue Jun 20, 2006.
Error found by spectre during circuit read-in.
input.scs: NM0 is an instance of an undefined model pmos_tn.
input.scs: NM1 is an instance of an undefined model nmos_tn.
spectre terminated prematurely due to fatal error. |
The above error from Spectra occur when trying to run the simulation on a inverter. I had already defined the model library from library manager as well as within spectre itself .
Could anyone who has a solution to the above please let me know thank you in advance.
|
|
| Back to top |
|
 |
wchu01
Joined: 23 Nov 2005 Posts: 65 Helped: 3 Location: South East Asia
|
21 Jun 2006 7:36 Re: Cadence Spectre |
|
|
|
|
| would anyone be kind enough to post this question inside Cadence Sourcelink?
|
|
| Back to top |
|
 |
armity
Joined: 23 Apr 2004 Posts: 11
|
21 Jun 2006 8:49 Re: Cadence Spectre |
|
|
|
|
| have you select the section
|
|
| Back to top |
|
 |
wchu01
Joined: 23 Nov 2005 Posts: 65 Helped: 3 Location: South East Asia
|
22 Jun 2006 2:55 Re: Cadence Spectre |
|
|
|
|
| armity: what section are you talking about ?
|
|
| Back to top |
|
 |
BigBoss
Joined: 17 Nov 2001 Posts: 942 Helped: 48
|
22 Jun 2006 3:16 Cadence Spectre |
|
|
|
|
Have you ever defined your the models of your active components in "model path" in the simulator.
Regarding to erro messages, the simulator doesn't recognize the models...
|
|
| Back to top |
|
 |
rehty
Joined: 22 Oct 2005 Posts: 16
|
04 Aug 2006 15:04 Re: Cadence Spectre |
|
|
|
|
| yes, you should add two model definition of pmos_tn/nmos_tn in input.scs file.
|
|
| Back to top |
|
 |
blackbirds
Joined: 22 Jan 2005 Posts: 8
|
08 Aug 2006 20:38 Cadence Spectre |
|
|
|
|
| different names in your schematic with the models
|
|
| Back to top |
|
 |
mircea
Joined: 07 Sep 2005 Posts: 40 Helped: 2 Location: Romania
|
22 Aug 2006 9:40 Re: Cadence Spectre |
|
|
|
|
| are you sure you have the models name in the schematic? i happened to me i couldn't save with the model names and .... error simulating....
|
|
| Back to top |
|
 |
rehty
Joined: 22 Oct 2005 Posts: 16
|
22 Aug 2006 10:10 Re: Cadence Spectre |
|
|
|
|
| MN0&MN1 define a model name pmos_tn&nmos_tn , you should have the same model name in model lib file.
|
|
| Back to top |
|
 |
truebs
Joined: 21 Jan 2005 Posts: 322 Helped: 19 Location: Asia
|
22 Aug 2006 11:08 Re: Cadence Spectre |
|
|
|
|
| just to get more idea , you may try to define model in the input file itself and see if it works ...(for those two transistors)
|
|
| Back to top |
|
 |
rajanarender_suram
Joined: 20 Jan 2006 Posts: 178 Helped: 14
|
22 Aug 2006 11:26 Re: Cadence Spectre |
|
|
|
|
1) Check that if u have added model library and model file in ADE
2) Open the model file and check if there are models of pmos and nmos defined with names pmos_tn and nmos_tn
3) if u find the above than check if there are any sections defined in the model files and appropriately add the sections in ADE
|
|
| Back to top |
|
 |
huojinsi
Joined: 21 Jan 2005 Posts: 260 Helped: 17
|
25 Aug 2006 10:00 Re: Cadence Spectre |
|
|
|
|
| From your error information, the problem is the path or format of model file is wrong. If your model path is wrong,according to rajanarender_suram's method, the error may be overcome!
|
|
| Back to top |
|
 |