• 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. Valid layers vs. normal layers using SKILL

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14975
  • 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

Valid layers vs. normal layers using SKILL

ToMWUT
ToMWUT over 16 years ago
I’ve got a problem with lpps on my layout. When I’m trying to display them using cv~>lpps and then lpps~>layerName and lpps~>purpose I get one result. But when on the other hand I’m displaying all valid layers due to technology file of my project I’m unable to get those lpps which I obtained using first approach. What am I doing wrong? I put my SKILL code below:
 
foreach(lpps cv~>lpps
            printf( "Name:  %s purpose %s \n",  lpps~>layerName,    lpps~>purpose)             
            );foreach
valid=leGetValidLayerList(techGetTechFile(cv))
println("Valid Layers:")
foreach(lpps valid
            printf( "Name:  %s purpose %s \n",  car(lpps),    cadr(lpps))                       
            );foreach
 
Does it mean that layers used in my layout aren’t valid layers due to technology file? What’s the difference between a valid layer and a normal layer?
Some additional information: I’m talking about a layout which I obtained after the extraction process – it’s quite obvious that I would not be able to draw those layers using some editing tool, because they are not valid… or am I wrong?
  • Cancel
Parents
  • ToMWUT
    ToMWUT over 16 years ago

     That's what I thought... Thanks Andrew :)

     ToM

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • ToMWUT
    ToMWUT over 16 years ago

     That's what I thought... Thanks Andrew :)

     ToM

    • 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