ocean script errors
Hi
All question about Ocean should be resdirected to Custom IC design branch
Any way, Ocean supports two ways to run SKILL (Ocean is one of few SKILL libraries ) based through command line
1. ocean -replay my_scripts.ocn
2. ocean < my_script.ocn
Be careful when you use the second way. The "exit" command should be put in the end of your script. Otherwise your Ocean session does not finishes and you will have to finish it manually.
P.S. Please use 'which ocean' shell command to check if you set your enviroment correctly.
setenv PATH $CDSHOME/tools/bin:${CDSHOME}/tools/dfII/bin:$PATH could help
Added after 10 minutes:
BTW
Often you do not need to have MMSIM tool for spectre-based similation or for any manipulations with already simulated data.
But if you would like to start Spectre-RF similation you should to include path to MMSIM binaries to you enviroment PATH variable. Please do not be surprised if you face 'ocean' binary in MMSIM installation hierarchy, the fact is MMSIM contains large part of dfII hierarchy from Virtuoso (icfb in previous released), just duplicates it
for case when a customer do not have Virtuoso tool but have only MMSIM tool.