Hi Andrew, dbFindTermByName(instID~>master "S"). This was giving error I tried out like this after seeing in virtuoso document which was having syntax like dbFindTermByName (d_cellView t_name) ////////////////////////////////////////////////// cv=geGetEditCellView() dbFindTermByName(cv "s") ******term names inside pcell are ("s" "g" "d") ////////////////////////////////////////////// This is giving result as "NIL". I tried out similar function dbFindNetByName(cv "vss") which is working well but I couldn't get access to bbox of pins through this. Can you help me in finding working ways of dbFindTermByName() through which i can access to "PINS" inside pcell & then transform co-ordinates to above hierarchy ? Thanks, Raghu
↧