• 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. SKILL function not available

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 13266
  • 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

SKILL function not available

DLev
DLev over 4 years ago

I am new to SKILL, and am trying to learn how to take smaller layouts and integrate them together into a larger design using a SKILL script.

What I would like to do is read in a layout of a component and extract its dimensions so I can dynamically figure out how to arrange it.

My understanding is that a BBox contains that information using the dbTop, dbBottom, dbLeft, and dbRight functions.

So I tried to open a layout using component_layout = dbOpenCellViewByType(library_name component_name "layout"), which worked fine.

Then I tried using the function component_bbox = dbGetCellViewBBox(component_layout) which is listed in the Documentation Browser, but was given the message "*Error* Eval -  undefined function - dbGetCellViewBBox"

Is there something I need to do to make this function available? Alternately, is there an easier way to get the information I am trying to find?

  • Cancel
  • marcelpreda
    marcelpreda over 4 years ago

    Hi there,

    Actually dbOpenCellViewByType() seems to not be SKILL procedure. 

    I've found it in "Cadence Integrator's Toolkit Database Reference" (C level database access).

    If you want to access the BBox of any component/shape in skill, you can access it like this: component_layout->bBox .

    Best Regards,

    Marcel

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • mbracht
    mbracht over 4 years ago

    Hi,

    You can use the bBox attribute on the cell view object that comes back from dbOpenCellViewByType():
    component_layout = dbOpenCellViewByType(library_name component_name "layout")
    component_bbox = component_layout->bBox
    In fact dbGetCellViewBBox() is a C function that is not implemented in SKILL.

    Max

    • 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