• 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. Deleting objects from layout using co-ordinates.

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 144
  • Views 14684
  • 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

Deleting objects from layout using co-ordinates.

Arafat01
Arafat01 over 10 years ago

Hey,

I am an Intern and new at skill.

I know the layout can be edited using SKILL procedures.

Is there any procedure to delete certain elements using co-ordinates?

Any help is welcomed

  • Cancel
Parents
  • theopaone
    theopaone over 10 years ago

    That is a more complex program, I don't have an example but it will work something like this:

    You will have to parse the data from the log file and turn it into something which is SKILL compliant. I would do that using Perl or some other language that is good at text processing. The output should be a SKILL compatible list. Input the list to create your SKILL point list.

    Next, you have to find the specific objects in the database, is the fill data on a layer/purpose pair that is unique? If not, how can you differentiate between drawn data and fill data, is the fill in a separate cell?

    Loop through the list of points. Use dbGetTrueOverlaps at each point and it will return the ID of the object. Then you can delete the object.

    In addition to the functions mentioned above, you will need to look up the following in the SKILL user manuals:

    foreach, infile, lineread, close

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • theopaone
    theopaone over 10 years ago

    That is a more complex program, I don't have an example but it will work something like this:

    You will have to parse the data from the log file and turn it into something which is SKILL compliant. I would do that using Perl or some other language that is good at text processing. The output should be a SKILL compatible list. Input the list to create your SKILL point list.

    Next, you have to find the specific objects in the database, is the fill data on a layer/purpose pair that is unique? If not, how can you differentiate between drawn data and fill data, is the fill in a separate cell?

    Loop through the list of points. Use dbGetTrueOverlaps at each point and it will return the ID of the object. Then you can delete the object.

    In addition to the functions mentioned above, you will need to look up the following in the SKILL user manuals:

    foreach, infile, lineread, close

    • 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