Ocean vs CDE convergence

T

ttnh

Guest
I have a simple DC analysis temperature sweep. When I run it from the
Affirma Cirucit Design Enviroment GUI it runs fine. I then click
Session->SaveScript to filename ./oceanScript. Followed by typing: Load
"oceanScript.ocn" on the command line of the CIW. The ocean script started
simulation will not converge. Why are do they converge differently? What can
I do to fix it?

Thanks
Tim
 
Tim:
Are you setting options in Simulation->Options->Analog? Are all these
options getting printed to the ocean script? You may need to generate
the ocean script with the fullKey option asiWriteOceanScript(outPort
asi_session ?fullKey t).

Enter the following in the CIW:
outPort=outfile("~/oceanScript.ocn")
option asiWriteOceanScript(outPort asiGetCurrentSession() ?fullKey t)
close(outPort)

---
Erik

"ttnh" <tombrady32000@yahoo.com> wrote in message news:<NvL5b.539$Zr2.19905@iad-read.news.verio.net>...
I have a simple DC analysis temperature sweep. When I run it from the
Affirma Cirucit Design Enviroment GUI it runs fine. I then click
Session->SaveScript to filename ./oceanScript. Followed by typing: Load
"oceanScript.ocn" on the command line of the CIW. The ocean script started
simulation will not converge. Why are do they converge differently? What can
I do to fix it?

Thanks
Tim
 
You can also get the menu which saves the OCEAN script to include
the defaults if you set this cdsenv var:

asimenv.misc saveDefaultsToOCEAN boolean t

Or from SKILL:

envSetVal("asimenv.misc" "saveDefaultsToOCEAN" 'boolean t)

Regards,

Andrew.


On 4 Sep 2003 13:47:46 -0700, erikwanta@starband.net (Erik Wanta) wrote:

Tim:
Are you setting options in Simulation->Options->Analog? Are all these
options getting printed to the ocean script? You may need to generate
the ocean script with the fullKey option asiWriteOceanScript(outPort
asi_session ?fullKey t).

Enter the following in the CIW:
outPort=outfile("~/oceanScript.ocn")
option asiWriteOceanScript(outPort asiGetCurrentSession() ?fullKey t)
close(outPort)

---
Erik

"ttnh" <tombrady32000@yahoo.com> wrote in message news:<NvL5b.539$Zr2.19905@iad-read.news.verio.net>...
I have a simple DC analysis temperature sweep. When I run it from the
Affirma Cirucit Design Enviroment GUI it runs fine. I then click
Session->SaveScript to filename ./oceanScript. Followed by typing: Load
"oceanScript.ocn" on the command line of the CIW. The ocean script started
simulation will not converge. Why are do they converge differently? What can
I do to fix it?

Thanks
Tim
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 

Welcome to EDABoard.com

Sponsor

Back
Top