Skill Qn: How to check if a cellview exists

Discussion in 'Cadence' started by Suresh Jeevanandam, Nov 28, 2005.

  1. Hi,
    I want to check if a cellview exists for a given
    libName-cellName-viewName .

    This could be done by checking the return value of
    dbOpenCellViewByType().This one prints a warning message every time it
    could not find a cellview.Is there any other function that would just
    check if a cellview exists and returns t/nil .

    regards,
    Suresh.
     
    Suresh Jeevanandam, Nov 28, 2005
    #1
  2. ddGetObj returns the design data ID if the object exist or nil if not

    ddGetObj(
    { t_libName/nil }
    [ t_cellName/nil ]
    [ t_viewName/nil ]
    [ t_fileName/nil ]
    [ b_contextId/nil ]
    [ t_mode ]
    )
    => b_ddId

    Bernd
     
    Bernd Fischer, Nov 28, 2005
    #2
  3. Also see my sourcelink solution 11026564 which shows a way to suppress the
    warnings.

    Regards,

    Andrew.
     
    Andrew Beckett, Nov 28, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.