Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to descend, implement changes, then ascend, from an instance using skill code

Status
Not open for further replies.

adhil1986

Junior Member level 1
Joined
Mar 14, 2011
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,402
I am designing a program to to select instances in a given layout descend into the layout and then upsize it from 36nm x 36nm to 40nm x 40nm. but i have no problem descending into an instance to impliment the changes, but i have a problem getting out to go to the next instance. please help me, here is my code.

procedure(instance_descend()
inst = geGetEditCellView()~>instances
foreach(inst_hld inst
geSelectFig(inst_hld)
leHiDescend()
ca_select() ;select all the ca s
ca_enlarge() ; upsize them
leHiSave() ; save
leReturnToLevel()->geReturnToLevelLB->value = list(1 "0 adhil_lib test layout"); return up
mapc('geDeselectFig inst_hld); unselect instant
)
)

please help me!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top