Ocean Script: Difference between revisions

From WICS
Jump to navigation Jump to search
m 1 revision imported
m 1 revision imported
 
(No difference)

Latest revision as of 14:19, 20 May 2025

Getting Started

Ocean Scripts allow you to set-up ADE simulations, run them, and then perform data manipulation with the results.

Setup

A typical Ocean Script file will look like this:

simulator( 'spectre )
design( "/net/tawas/v/uniquename/simulation/
         cell_name/spectre/schematic/netlist/netlist")
resultsDir( "/net/tawas/v/uniquename/simulation/cell_name/spectre/schematic")
modelFile( ... crap tons of models specific to your kit ...)
analysis('dc ?saveOppoint t )
temp (27)
run()

Notice that uniquename and cell_name must be replaced with your uniquename and the schematic cell name. Also, this is done on tawas, which may not be your EECS server. Just use some common sense before copy-pasting everything.