Ocean Script

From WICS
Revision as of 14:19, 20 May 2025 by Wics (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.