• 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. Problem selecting an error marker

Stats

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

Problem selecting an error marker

bala000
bala000 over 9 years ago

Hi,

I'm trying to instantiate a pcell from technology library which is provided by foundry. Few pcells are not supported by foundry at present moment. So, an error marker is being created with description "currently not supported by foundry" for such cells. Now, I'm instantiating pcell using dbCreateInst(). Is there a way I can identify that, this pcell is not supported by foundry, using skill? I'm unable to select that marker to obtain it's properties.

Thanks,
Bala

  • Cancel
Parents
  • skillUser
    skillUser over 9 years ago
    Hi Bala,

    If you create the instance using SKILL then you can probably also detect/find if there is a marker associated with the created instance (using SKILL you can find this, even if you cannot seem to physically select the marker in a layout). Using dbCreateInst() will create a default instance of the PCell - there is also dbCreateParamInst() and dbCreateParamInstByMasterName() so that the parameters can be supplied. A default device might be deliberately invalid to force you to supply realistic non-default values, so watch out for that (that entirely depends on how the foundry implemented the PCell, many developers may not do this). Interactively you may need to make all layers and objects valid so that you can select the marker to help develop your code. You are trying to programmatically discover if the device is supported based on trying to instantiate it; another approach might be to just maintain a (white) list of allowed devices (or a black list of disallowed devices?)

    Best regards,

    Lawrence.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 9 years ago
    Hi Bala,

    If you create the instance using SKILL then you can probably also detect/find if there is a marker associated with the created instance (using SKILL you can find this, even if you cannot seem to physically select the marker in a layout). Using dbCreateInst() will create a default instance of the PCell - there is also dbCreateParamInst() and dbCreateParamInstByMasterName() so that the parameters can be supplied. A default device might be deliberately invalid to force you to supply realistic non-default values, so watch out for that (that entirely depends on how the foundry implemented the PCell, many developers may not do this). Interactively you may need to make all layers and objects valid so that you can select the marker to help develop your code. You are trying to programmatically discover if the device is supported based on trying to instantiate it; another approach might be to just maintain a (white) list of allowed devices (or a black list of disallowed devices?)

    Best regards,

    Lawrence.
    • 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