Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

s2ibis runs, but no .out files are created, and the model is incomplete. What is the matter?

files incomplete model s2ibis
0
Posted

s2ibis runs, but no .out files are created, and the model is incomplete. What is the matter?

0

s2ibis is probably having trouble locating your SPICE program. If you do not put one of the following lines in your s2ibis input file header, s2ibis will try to use Berkeley SPICE 2 (using the call spice infile outfile): *[Spice] 3 *[Spice] P *[Spice] H These lines cause s2ibis to try to call SPICE3, PSPICE, and HSPICE, respectively. If you have specified the correct version of SPICE, and s2ibis still can’t find it, it may be because your PATH does not include the directory that your SPICE executable is in, or because the name of the executable is non-standard. s2ibis expects to be able to call SPICE using one of the following calls: spice inputfile outputfile spice3 -b inputfile >outputfile 2>messagefile pspice inputfile outputfile /D0 hspice inputfile >outputfile 2>messagefile UNIX systems are case-sensitive; every letter in the command you type must match the corresponding letter in the name of the executable exactly. Thus if your SPICE executable is: /bin/SPICE3 s2ibis will not be

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123