skill copy cellview

Discussion in 'Cadence' started by kev, Jan 25, 2007.

  1. kev

    kev Guest

    Hi,

    Anyone know how I can copy/rename views with a cellview within cadence?
    e.g.. Lib->Cellname->schematic to Lib->Cellname->schematic_rf with
    skill.

    Can I use ccpCopy()?

    regards
    Kevin
     
    kev, Jan 25, 2007
    #1
  2. First open the source cellView in skill ( with dbOpenCellViewByType() )
    then you can use dbCopyCellView()

    dbCopyCellView(
    d_srcCVId
    t_libName
    t_cellName
    t_viewName
    [ t_version
    [ g_contextId
    [ b_overwrite ] ] ]
    )
    => d_cellViewId / nil

    Copies a cellview to a destination cellview.

    -
    Suresh
     
    Suresh Jeevanandam, Jan 27, 2007
    #2
  3. kev

    kev Guest

    thanks!


     
    kev, Jan 29, 2007
    #3
  4. kev

    kev Guest

    Hi Suresh,

    Also, any idea on a skill function to add pins to a symbol view?
    I want to add power pins with net expresions on a spectre view
    automatically...
    I can't find anything suitable in the cdsdoc or on tbis group..

    Kevin

     
    kev, Jan 29, 2007
    #4
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.