• 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. SKIP Circuit or instance in spectre

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 125
  • Views 17185
  • 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

SKIP Circuit or instance in spectre

KOTB
KOTB over 7 years ago

Hello,

When using Ultrasim the 'skip' option allows to simulate the circuit and skip some blocks and instances ( usim_opt skip=1 inst=[x0.x1] ).

Could you please tell me if it is possible to do the same with spectre. If yes, which option or command line I sould use ?

Thank you,

Kotb

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

    Hi Kotb,

    The best way to do this if using ADE is to create a config using the hierarchy editor, and then you can use the Right Mouse -> Bind to Open over the instance in the tree, or over the cell table if you want all instances of that cell to be omitted.

    It is also supported in spectre itself though - from ADE you'd have to go to the Simulation->Options->Analog, Misc tab, and then in the additional arguments field enter: skip=cut inst=[I7] (if I7 is the instance you wish to omit). Note that one downside of doing this in ADE is that it also scopes other parameters such as reltol, as outlined in article How to set different reltol settings for different instances or subcircuits when running with Spectre

    So you might want to just add an option line:

    myScopedOpts options skip=1 inst=[x0.x1]

    in your netlist (you can include this in ADE via an included additional model file).

    Currently ADE doesn't yet have a UI for entering these scoped parameters.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • FormerMember
    FormerMember over 4 years ago in reply to Andrew Beckett

    Hi Andrew,

    Can I omit elements of an array of instances using hierarchy editor? I have an array like subblock[0:511] and I only want to keep only subblock[0] in my netlist and simulation. I could not find a good way to do it using the config view and the hierarchy editor.

    I can use the below Spectre options:

    opt1 options skip=cut inst=[SUBBLOCK\<*\>]
    opt2 options skip=none inst=[SUBBLOCK\<0\>]


    However, this keeps the subblock[*] in the netlist and my netlist becomes too big and I run out of memory even when I try to create the netlist(in my case memory becomes more than 30G and Virtual memory as well) and I would like to remove them all together from the netlist.

    Regards,

    Ali

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • FormerMember
    FormerMember over 4 years ago in reply to Andrew Beckett

    Hi Andrew,

    Can I omit elements of an array of instances using hierarchy editor? I have an array like subblock[0:511] and I only want to keep only subblock[0] in my netlist and simulation. I could not find a good way to do it using the config view and the hierarchy editor.

    I can use the below Spectre options:

    opt1 options skip=cut inst=[SUBBLOCK\<*\>]
    opt2 options skip=none inst=[SUBBLOCK\<0\>]


    However, this keeps the subblock[*] in the netlist and my netlist becomes too big and I run out of memory even when I try to create the netlist(in my case memory becomes more than 30G and Virtual memory as well) and I would like to remove them all together from the netlist.

    Regards,

    Ali

    • 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