• 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. Initial condition in subcircuit

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 16606
  • 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

Initial condition in subcircuit

MaK78
MaK78 over 12 years ago

Hi,

I have 100 copies of one cell in my high-level simulation and I wanted to define an initial condition for a node inside these cells.

I was wondering if there is a way that I can define an initial condition for the subcircuit (maybe in its schematic or symbol definition) and after instantiation that initial condition automatically applies to all?

I am using IC6.1.5. 

Thanks, 

  • Cancel
  • VKhlyupin
    VKhlyupin over 12 years ago

     If you need to have the same IC in all of your copies, just setup it in master cell of your inctances.

    If you need different IC for each of your copiesyou could setup it manualy during your project simulation setup.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    I'm not sure what the previous response was trying to say, but in the spectre netlist you can do:

    subckt block (d e)
     I1 (d f) myinv
     I2 (e g) myinv
     ic f=3 g=0
    ends block

    However, ADE doesn't provide any way to do this - unless you created your own component to netlist an ic statement from an instance in the design, maybe.

    You can however do this:

    ic BLOCK*.f=3

    at the top level (so assuming that you have all your instances called BLOCK something, and the node inside called f, it will do an initial condition on all matching instances. ADE doesn't really have a way to define this through a form, but all you have to do is put the line in a file called "myIC.scs" (say; make sure it has a .scs suffix) and then reference this via Setup->Model Libraries or the Definition Files line on Setup->Simulation Files.

    Kind Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • MaK78
    MaK78 over 12 years ago

    Hi Andrew,

    Thanks a lot for your response. I wasn't aware of that wildcard (*).

    It solved my problem. 

    Cheers,

    Mahmood 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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