Guest
All,
Is there an easy way to select a net in layout from SKILL? I thought
the code below would work, it works for the Instance but not the
signal. The instance is selected, the net I get the error. How can
I select an Net in skill after finding the name from the database?
cv = geGetWindowCellView()
geSelectFig(dbFindAnyInstByName(cv "|M3"))
t
geSelectFig(dbFindSigByName(cv "vbias"))
*Error* geSelectFig: Invalid figure - db:105918488
Thank you in advance for your help!
Eric
Is there an easy way to select a net in layout from SKILL? I thought
the code below would work, it works for the Instance but not the
signal. The instance is selected, the net I get the error. How can
I select an Net in skill after finding the name from the database?
cv = geGetWindowCellView()
geSelectFig(dbFindAnyInstByName(cv "|M3"))
t
geSelectFig(dbFindSigByName(cv "vbias"))
*Error* geSelectFig: Invalid figure - db:105918488
Thank you in advance for your help!
Eric