Displaying CDF parameter based on cell type?

Discussion in 'Cadence' started by Paul Shepherd, May 26, 2011.

  1. I have a cell with layout and schematic views. In the layout view, I
    have some boolean properties that define whether it automatically
    connects the gates for you on a multi-fingered transistor. Since I
    have these defined as CDF data, they appear when using the schematic
    view of the cell as well. I would like to change the "Display
    Condition" in the Edit CDF dialog box to evaluate as 'nil' when the
    viewtype is not a layout one. Can anyone suggest a skill function to
    query the current cellview type to do a logical compare on this?

    Thanks,
    Paul
     
    Paul Shepherd, May 26, 2011
    #1
  2. hiGetCurrentWindow()~>cellView~>cellViewType == "maskLayout"
     
    Dennis Higgins, May 29, 2011
    #2
  3. It did the trick. Thanks!
    Paul
     
    Paul Shepherd, Jun 7, 2011
    #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.