Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ocean - design("Lib" "cell" "view") - command issue

148 views
Skip to first unread message

Khaled El-Kenawy

unread,
May 19, 2013, 6:16:20 AM5/19/13
to
Hi All,

I am trying yo run ocean scripts to create spectre netlist of some designs from, also I am running my scripts from termianl not within virtuoso. I am using the ocean design command to specify my deisn

i.e. design("Libname" "cell" "view" "r")

I am using cadence 6.1.5 where the above command should work within an Ocean terminal. However it is not wokring, giving the error below.

am I missing something ? help would be very appreciated .. thanks

------------------------------------------------
ocean> WARNING (OCN-6005): You do not have the required cellviews or properties open for this session.
You may have purged the data from virtual memory or the schematic data
has been closed. Type: simulator('simulatorName) to reset the
session or quit the application that you are using.
WARNING (OCN-6036): The design has not been specified as yet.
Specify the design using the design() command, or refer to ocnHelp('design).
------------------------------------------------

Andrew Beckett

unread,
May 20, 2013, 9:03:22 AM5/20/13
to
Works fine for me...
The only way I can get that is if I run some SKILL code to close all
cellViews open in memory - for example:

ocean> foreach(cv dbGetOpenCellViews() dbPurge(cv))
(db:0x172ef512 db:0x172eec12 db:0x172ee792 db:0x172edf12 db:0x172edb92
db:0x172ed892 db:0x172ece92 db:0x172ecc12 db:0x172ec912 db:0x172ec612
)
ocean> createNetlist()
WARNING (OCN-6005): You do not have the required cellviews or properties
open for this session.
You may have purged the data from virtual memory or the
schematic data
has been closed. Type: simulator('simulatorName) to reset the
session or quit the application that you are using.
generate netlist...


Andrew.


0 new messages