• 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 SKILL
  3. Automatically route the net for all devices which is selected...

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 143
  • Views 17845
  • 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

Automatically route the net for all devices which is selected in Layout.

Sarvani
Sarvani over 12 years ago

 Hi all,

          I am working on Layout XL. When I select the a net on layout then it will automatically route. For example in layoutXL 3 devices has "net1" connection. If I select "net1" then "net1" routing will be automatically done for those 3 devices.  Is there any command for this directly or need to write code for this. Please suggest me on this.

Thank you,

sarvani

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

     Sarvani,

    One way I've done this in the past is to start the router with a "do" file (there's an option to do this on the export to router form), with something like the following contents:

    define (class ALLNETS *)
    #
    circuit class ALLNETS (use_via M2_M1 M3_M2 M4_M3 M5_M4 M6_M5 (use_array M2_M1 1 2 ) (use_array M3_M2  1 2) (use_array M4_M3 1 2) (use_array M5_M4 1 2) (use_array M6_M5 1 2))
    #
    set enforce_use_array_rule on

    You'll need to give the right via names there - this is telling it to use 1 by 2 via arrays for all nets.

    Regards,

    Andrew

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

     Sarvani,

    One way I've done this in the past is to start the router with a "do" file (there's an option to do this on the export to router form), with something like the following contents:

    define (class ALLNETS *)
    #
    circuit class ALLNETS (use_via M2_M1 M3_M2 M4_M3 M5_M4 M6_M5 (use_array M2_M1 1 2 ) (use_array M3_M2  1 2) (use_array M4_M3 1 2) (use_array M5_M4 1 2) (use_array M6_M5 1 2))
    #
    set enforce_use_array_rule on

    You'll need to give the right via names there - this is telling it to use 1 by 2 via arrays for all nets.

    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