preset assura LVS panel with skill

R

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
 
On Jul 21, 7:40 pm, rick <ej...@pacbell.net> wrote:
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
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 wrote, on 07/22/10 22:01:
On Jul 21, 7:40 pm, rick<ej...@pacbell.net> wrote:
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

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
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
Senior Solution Architect - Cadence Design Systems Ltd (UK)
 

Welcome to EDABoard.com

Sponsor

Back
Top