dbProduceOverlapInst
dbProduceOverlapInst(d_cellViewl_bBox[lx_level] ) =>ld_inst/ nil
Description
Returns a list of all the instances in a cellview that overlap the area specified by l_bBox. This function interface is simpler than dbGetOverlaps if you are only interested in finding instances.
Arguments
Value Returned
Examples
instList finds all the instances on the top level.
skillinstList = dbProduceOverlapInst(cv cv~>bBox)
instList finds all the instances from level 1 to level 5.
instList = dbProduceOverlapInst(cv cv~>bBox 1:5)
instList finds all the instances from the top level to level 4.
instList = dbProduceOverlapInst(cv cv~>bBox 4:4)
Related Topics
Figure Creation and Retrieval Functions
Return to top