ocean scripts

Discussion in 'Cadence' started by atul.ee, Nov 28, 2006.

  1. atul.ee

    atul.ee Guest

    Hi all,

    I am new to ocean scrpts. Please tell me how I can run the script in
    commandline.
    I want to pass the input file as an argument to ocean (inside a C
    code). Please tell me the proper syntax.

    Atul Agrawal
     
    atul.ee, Nov 28, 2006
    #1
  2. atul.ee

    tattvamasi Guest

    You are referred to the ocean script reference doc in your tools
    installation docs.

    One way you may run is the following,
    ocean -nograph < cornersTranDC.ocn > cornersTranDC.log
     
    tattvamasi, Nov 28, 2006
    #2
  3. Personally I tend to use:

    ocean -nograph -restore cornersTranDC.ocn

    (assuming you want -nograph). "ocean" then goes interactive
    at the end, so you'd need to ensure there is a call to "exit()" at
    the end of the OCEAN script if you want it to exit.

    Regards,

    Andrew.
     
    Andrew Beckett, Nov 29, 2006
    #3
  4. atul.ee

    atul.ee Guest


    Thanks Andrew and Vamsi ,
    Your comments were very helpful
    Atul
     
    atul.ee, Nov 30, 2006
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.