• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. RF Design
  3. Reading parmetric sweep data through ocean

Stats

  • Locked Locked
  • Replies 12
  • Subscribers 63
  • Views 20223
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reading parmetric sweep data through ocean

lahsivece
lahsivece over 12 years ago

Hi All,

I have a set of parmetric sweep results generated through spectre simulation . These file names are of the format 

"sweep_variablename_-<iteration numbers>_sweep_another_variable_name-<iteration_number>_....tran.tran"

I am trying to read the file through Ocean and perform some analysis on data generated. My ocean script looks like following:

sprintf(rdir "<path_to_spectre_simulation_directory>/spectre/schematic")
openResults(strcat(rdir,"/psf")) 

; The above sets the results directory to the psf folder. All parametric sweep results are dumped there.

 

selectResult('tran)
clip_v1p=clip(v("/V1P" ?result "sweepb2_1-000_sweepb1_1-000_sweepb0_1-001_tran-tran") 010e-09 28e-09)

On executing the script  i get following error message

The output '/V1P' you selected does not exist.  Type
          outputs() to see the list of available outputs or type
          help('v) for more information on the 'v' command.


However when I execute outputs() I get the netname in the list.

What am I doing wrong ?

I can read single spectre simulation data through ocean but Can I read parametric sweep spectre simulation data through ocean ?

Please advise.

Thanks & regards

Vishal

  • Cancel
Parents
  • lahsivece
    lahsivece over 12 years ago

     

    Hi Shawn,

     1) I have already opened the results directory using openResults command .

    2) I am not using paramRun command in my .scs file. Do I need to use it ? To do nested armetric analysis , I have modified my input .scs as  following

    sweepb2_1 sweep param=b2 values=[0.0] {
      sweepb1_1 sweep param=b1 values=[0.0 ] {
        sweepb0_1 sweep param=b0 values=[0.0 1.2] {
    tran tran stop=50n write="spectre.ic" writefinal="spectre.fc" \
        annotate=status maxiters=5
        }
      }
    }
      

    This geneartes data at a single location when I execute netlist from command line. I would like to have seperate location for each sweep variable ouput run. (in ocean this is easy)

    Thanks & Regards

    Vishal

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • lahsivece
    lahsivece over 12 years ago

     

    Hi Shawn,

     1) I have already opened the results directory using openResults command .

    2) I am not using paramRun command in my .scs file. Do I need to use it ? To do nested armetric analysis , I have modified my input .scs as  following

    sweepb2_1 sweep param=b2 values=[0.0] {
      sweepb1_1 sweep param=b1 values=[0.0 ] {
        sweepb0_1 sweep param=b0 values=[0.0 1.2] {
    tran tran stop=50n write="spectre.ic" writefinal="spectre.fc" \
        annotate=status maxiters=5
        }
      }
    }
      

    This geneartes data at a single location when I execute netlist from command line. I would like to have seperate location for each sweep variable ouput run. (in ocean this is easy)

    Thanks & Regards

    Vishal

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information