monte carlo simulation result in a file

Discussion in 'Cadence' started by Sabyasachi, Apr 8, 2010.

  1. Sabyasachi

    Sabyasachi Guest

    Hi everybody,

    I want to write monte carlo simulation results in a file . I am using
    the following code in my ocean script

    procedure(ABiterVsValue(@key (output poport) @rest args)
    let(((poport output))
    apply('iterVsValue args)
    )
    )

    ;and then use:

    myOut=outfile("~/myOutput.txt")
    ABiterVsValue("BW_27" ?output myOut)
    close(myOut)


    but my output file is empty after simulation.

    Please help.

    Cheers
    Sabyasachi
     
    Sabyasachi, Apr 8, 2010
    #1
  2. Sabyasachi wrote, on 04/08/10 08:05:
    Hi Sabyasachi,

    Which version of the IC tools are you using? Can you perhaps show the complete
    monte carlo OCEAN script (I'm assuming you actually have a measure called "BW"
    and are simulating at 27 degrees). Are you calling monteResults()? I assume that
    iterVsValue(...) doesn't output anything either - does it give any errors or
    warnings?

    Regards,

    Andrew.
     
    Andrew Beckett, Apr 11, 2010
    #2
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.