• 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. Symbol view information in text format

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 127
  • Views 15775
  • 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

Symbol view information in text format

AnnaS
AnnaS over 15 years ago

Hi All,

Can you please help me find out:

Is it possible to get symbol view information in text format (like a coordinates list).

PS: To be more clear I would like to bring this example:

Using Design->Plot we can get *.ps file. Then convert it to pdf format and see symbol's graphical view.

Thanks in advance.

Best Regards,

Anna 

 

  • Cancel
Parents
  • dmay
    dmay over 15 years ago

    Have you tried Andrew's suggestions earlier? The dbWriteSkill command will dump all of the info you need, but you would probably need to parse the data using Perl or Python to get it in the format you want. It might be a good start for you to see what kind of data is in your cell.

    dbWriteSkill(geGetEditCellView() "/tmp/dumpFile.il" "w" "4.4")

    You could certainly write all of the attributes out to a file in whatever format you want using Skill code. However, none of us have the time to exhaustively list all of the attributes for all of the object types that you might be interested in.

    For any object, you can see all of its attributes by doing this:

    objId = car(selectedSet()) ; Select the item in your schematic first

    objId~>?    ;This will show you the attribute names

    objId~>??  ;This will show you the attributes names and values

    Now follow Quek's example and write out exactly those attributes you care about in the format you need.

    I hope that helps.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • dmay
    dmay over 15 years ago

    Have you tried Andrew's suggestions earlier? The dbWriteSkill command will dump all of the info you need, but you would probably need to parse the data using Perl or Python to get it in the format you want. It might be a good start for you to see what kind of data is in your cell.

    dbWriteSkill(geGetEditCellView() "/tmp/dumpFile.il" "w" "4.4")

    You could certainly write all of the attributes out to a file in whatever format you want using Skill code. However, none of us have the time to exhaustively list all of the attributes for all of the object types that you might be interested in.

    For any object, you can see all of its attributes by doing this:

    objId = car(selectedSet()) ; Select the item in your schematic first

    objId~>?    ;This will show you the attribute names

    objId~>??  ;This will show you the attributes names and values

    Now follow Quek's example and write out exactly those attributes you care about in the format you need.

    I hope that helps.

    Derek

    • 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