• 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. PCB Design
  3. Setting DC impedance for nets

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 165
  • Views 15347
  • Members are here 0
More Content
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

Setting DC impedance for nets

Mysil B
Mysil B over 6 years ago

We do quite a lot of designs where we use the trace resistance to balance diodes in parallel for DC currents. Is there any way we can set the a impedance constraint for this so we can control the lengths automatically? Since we vary the width on these traces and mix them with copper polygons, we cannot simply set a track length constraint... We'd need to have a constraint on total resistance from end to end on a single net.

Best regards, Mysil

  • Cancel
Parents
  • DavidJHutchins
    DavidJHutchins over 6 years ago

    There are a couple of different ways of accessing a property such as that, first is the property definition:

    skill 'axlDBCreatePropDictEntry("net_resistance" "resistance" list("nets"))'

    below is a simple function that scans all the design for that property & prints it's name & value:

    procedure(net_res_test()
    foreach( net axlDBGetDesign()->nets
    when(net->prop->NET_RESISTANCE
    axlMsgPut("net %s NET_RESISTANCE %s" net->name net->prop->NET_RESISTANCE)
    )
    )
    )

    below is an example of running it:

    Command > skill net_res_test
    net PWRBRK_N_NC NET_RESISTANCE 0.123 Ohm
    (dbid:372454688 dbid:372454632 dbid:372454576 dbid:372454520 dbid:372454464 dbid:372454408 dbid:372454352 dbid:372454296 dbid:372454240 dbid:372454184 dbid:372343864 dbid:372343808 dbid:372343752
    )

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Mysil B
    Mysil B over 6 years ago in reply to DavidJHutchins

    Thank you very much, David! I shall try it out. There is no way of autorouting nets using SKILL scripts?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Mysil B
    Mysil B over 6 years ago in reply to DavidJHutchins

    Thank you very much, David! I shall try it out. There is no way of autorouting nets using SKILL scripts?

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

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