• 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. Mixed-Signal Design
  3. ams simulator vs spectre: empty schematic view

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 64
  • Views 14832
  • 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

ams simulator vs spectre: empty schematic view

rosinc
rosinc over 6 years ago

Hi,

Cadence version: 17.1.0.270.isr5 64bit

I have the following circuit: a resistor (100 kOhm) connected between vdd (5 V) and a current source to ground (10 uA), and a copy of this with an extra block connected to the output node of the resistor (in the image schem1.png attached). This extra block is called 'empty_schem' and it only has a pin (output direction) with nothing connected (schem2.png). I would expect the output node of the resistor to be at 4 V but when I run a dc simulation with the ams simulator the output node where the 'empty_schem' block is connected has a different voltage (3.9604 V, also visible in the image) with respect to the same node without the block (exactly 4 V). Whereas, if I run the simulation with spectre as simulator, the two nodes have the same voltage (4 V as expected). What is the explanation of this? I could not find a solution to this problem. I need to understand this because I, sometimes, use these empty blocks to speed up the simulation: if I have big arrays of instances, I set some of them to be empty in the config.

Best,

Rosario

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

    Hi Rosario,

    This is because an interface element (an instance of a connect module) gets inserted between the out pin of empty_schem and the net out2. Because there's nothing electrical inside the empty schematic, it assumes that it is logic, and inserts a logic to electrical connect module. This has some output impedance, and that is interfering with operating point as a result.

    You can see this by using Launch->Plugins->Mixed Signal Opts->AMS and then AMS->Display Partition->Initialize (after you've run the simulation), and then do AMS->Display Partition->IE Information. You'll see details of the interface element on the out2 net.

    You can avoid it by (inside empty_schem) drawing a wire from the out pin, and then selecting that wire and doing edit properties. Add a property (of type string) with the property name netDiscipline with value electrical. That will prevent the insertion of the interface element and  you'll then see the node voltage is 4 on out2.

    Regards,

    Andrew.

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

    Hi Rosario,

    This is because an interface element (an instance of a connect module) gets inserted between the out pin of empty_schem and the net out2. Because there's nothing electrical inside the empty schematic, it assumes that it is logic, and inserts a logic to electrical connect module. This has some output impedance, and that is interfering with operating point as a result.

    You can see this by using Launch->Plugins->Mixed Signal Opts->AMS and then AMS->Display Partition->Initialize (after you've run the simulation), and then do AMS->Display Partition->IE Information. You'll see details of the interface element on the out2 net.

    You can avoid it by (inside empty_schem) drawing a wire from the out pin, and then selecting that wire and doing edit properties. Add a property (of type string) with the property name netDiscipline with value electrical. That will prevent the insertion of the interface element and  you'll then see the node voltage is 4 on out2.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • rosinc
    rosinc over 6 years ago in reply to Andrew Beckett

    Thank you Andrew. Now it is clear.

    Rosario

    • 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