• 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. Custom IC Design
  3. APS changes instance name

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 14555
  • 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

APS changes instance name

The Setlaz
The Setlaz over 11 years ago

Hi,

 

I'm facing kind of an issue here. I'm using Spectre-APS and noticed APS changes the instance name of iterated instances.

For example, let's say you have 4 instances in parallel, it's then called I1<3:0>. If I want to measure some OP param inside it, my OCEAN syntax would be:

pv("I1\\<2\\>.M1 "vth" ?result "dcOpInfo")

 

Problem is using APS, I1<2> gets renamed in I1<2>_turbo_m4   (note: m_N depend on the number of iterated instances...)hence, the OCEAN syntax to do the measurement has to change to:

pv("I1\\<2\\>_turbo_m4.M1 "vth" ?result "dcOpInfo")

 

Then, I can't swap APS option without changing my post-processing.

 Is there some option to disable this ?

 

I tried with ++aps enabled or disabled, it doesn't change anything.

 

Thanks,

Damien

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Damien,

    APS optimizes parallel devices to simulate them with m-factor because it is more efficient (and equally accurate). However, getting back operating point data is then not so simple - because you have to deal with the collapsed device (and split the result somehow).

    Anyway, this can be done with the Preserve Instance option on the Setup->High Performance Simulation form in ADE - set it to the specific instance in question, or set it to "All".

    In OCEAN this would be:

    option(?categ 'turboOpts 'preserveOption "All")

    Or if it is just selected instances, it would be:

    option( ?categ 'turboOpts
            'preserveInst  list("/I7/M3" "/I7/M1")
            'preserveOption  "Selected"
    )

    This corresponds to the preserve_inst=all or preserve_inst=[I7.M3 I7.M1] option in the spectre netlist (see "spectre -h options" for more details).

    Note that this will adversely affect the simulation performance (probably not much though, unless you have massive parallelization of devices).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 11 years ago

    Hi Damien,

    APS optimizes parallel devices to simulate them with m-factor because it is more efficient (and equally accurate). However, getting back operating point data is then not so simple - because you have to deal with the collapsed device (and split the result somehow).

    Anyway, this can be done with the Preserve Instance option on the Setup->High Performance Simulation form in ADE - set it to the specific instance in question, or set it to "All".

    In OCEAN this would be:

    option(?categ 'turboOpts 'preserveOption "All")

    Or if it is just selected instances, it would be:

    option( ?categ 'turboOpts
            'preserveInst  list("/I7/M3" "/I7/M1")
            'preserveOption  "Selected"
    )

    This corresponds to the preserve_inst=all or preserve_inst=[I7.M3 I7.M1] option in the spectre netlist (see "spectre -h options" for more details).

    Note that this will adversely affect the simulation performance (probably not much though, unless you have massive parallelization of devices).

    Regards,

    Andrew.

    • 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