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.

Error during Monte Carlo simulation

Status
Not open for further replies.

jayapraksh

Newbie level 6
Joined
May 19, 2015
Messages
12
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
67
Hai all,
Got this error message during monte carlo simulation in mentor graphics

OBJECT "M6": Model P not yet defined.
OBJECT "M13": Model N not yet defined.

Can anyone the reason for this error? Do I need to add new library files? I'm using pyxis version 10.1
 

As the error message tells you: the model files for models "P" & "N" cannot be found.
 
You need to add the libraries for the P and N type mosfets.
 
After adding model files it shows the error message, error code 2, that is unable to open file name, what sholud I do?
 

... unable to open file name ...

This probably means it can find the models, but cannot read it. The MC simulation program needs read access to the model files resp. library.

In UNIX/LINUX:

Code:
chmod 644 file_name
 
Okay. Thank you for your help. I don't know much about LINUX. Let me try n ll get back to you. Thank you
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top