Simulations using Cadence OCEAN Scripts: Difference between revisions

From VLSI
Jump to navigation Jump to search
Xhyu (talk | contribs)
New page: *Refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts '''Under construction'''
 
Xhyu (talk | contribs)
No edit summary
 
Line 1: Line 1:
*Refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts
* Create an ocean script template file using ADE L or ADE XL
* Change or add the corresponding sections of the template and save it
* Run the simulations using ocean script: type the following command in CIW
<blockquote><code><pre>
load("filename")</pre></code></blockquote>
 
For an example of ocean Script, refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts


'''Under construction'''
'''Under construction'''

Latest revision as of 23:02, 14 August 2012

  • Create an ocean script template file using ADE L or ADE XL
  • Change or add the corresponding sections of the template and save it
  • Run the simulations using ocean script: type the following command in CIW
load("filename")

For an example of ocean Script, refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts

Under construction