preset assura LVS panel with skill

Discussion in 'Cadence' started by rick, Jul 22, 2010.

  1. rick

    rick Guest

    Im want to set a few of the Assura avCompare parameters with skill but
    am having trouble with the syntax.
    Does anyone have example code. Im trying to set the verifyLayPins to
    true and keepFloatingPins
     
    rick, Jul 22, 2010
    #1
  2. rick

    rick Guest

    I was able to set these variables in the generated RSF but they do not
    update the
    avCompare options panel which would be highly desired. Any ideas?



    procedure( vuiUserDefinedSetupCB(lvsform)
    when( lvsform->hiFormSym == 'vuiLVSForm

    lvsform->runDir->value = "./AVLVS"
    lvsform->schematicSource->value = "DFII"
    lvsform->technologyField->value = "assura_tech"
    lvsform->runsetField->value = "typical"
    lvsform->avView->value= t
    lvsform->avCompareView->value= t

    vuiLVSForm->avCompare->choices = list(":gen: verifyTopSchPins( (t
    keepFloatingPins) )"
    ":gen: verifyTopLayPins( (t
    keepFloatingPins) )"
    )
    vuiLVSForm->avCompare->value = '(":gen: verifyTopSchPins( (t
    keepFloatingPins) )" ":gen: verifyTopLayPins( (t keepFloatingPins) )")

    );when

    t
    );procedure
     
    rick, Jul 22, 2010
    #2
  3. rick wrote, on 07/22/10 22:01:
    Log a service request with customer support since nobody has given an answer
    within a few days. I don't have time at the moment to experiment to check this,
    since I don't know the answer off the top of my head.

    Regards,

    Andrew.
     
    Andrew Beckett, Jul 27, 2010
    #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.