• 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. Setting port order of symbol view using SKILL

Stats

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

Setting port order of symbol view using SKILL

Sheppy
Sheppy over 9 years ago

Hi,

Is it possible to set the port order of a symbol view using SKILL?

Right now, every time ports get added, I have to go into the symbol viewer and then menu Edit -> Properties -> Port Order to check/change the port order. I'd rather do it in batch for a whole lot of cells by using a SKILL script.

Thanks in advance.

Sjoerd

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Hi Sjoerd,

    Most of the checks for portOrder inconsistencies are rather redundant nowadays in my opinion (I have a request to turn them all off) - but for now, the way to control this is to set the portOrder cellView property.

    So:

    cv=dbOpenCellViewByType(lib cell view viewType "a")
    cv~>portOrder=list("a" "b" "c") ; whatever the list of port names is that you want.

    Or remove the property everywhere - that will also clean things up. Typically it's only used by the Verilog netlister anyway, and unless this is a leaf cell, there's no particular need to control the order.

    Regards,

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • LDIL
    LDIL over 4 years ago in reply to Andrew Beckett

    Hi Andrew. Is this feature available?

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

    See https://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=20370325

    Andrew

    • 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