M
Marcel Preda
Guest
Hi there,
Hi have to check if into a layout hierarchy a certain bBox are cells
of a specific lib/cell/view
So I try something like:
dbProduceOverlapInst(cv myBox 0:32)
then flatten the returned list and search for insts in the list if
there are insts with specific lib/cell/view
The problem is that if I have array of instances (mosaics) they are
not returned by dbProduceOverlapInst(...)
I've just made a basic test in a cv I have one inst + one mosaic on
the same lib/cell/view .
I've noticed that dbProduceOverlapInst(cv cv->bBox 0:32) returns only
the instance but not the mosaic.
Any idea about how can I get also the mosaics ?
Thank you,
Marcel
Hi have to check if into a layout hierarchy a certain bBox are cells
of a specific lib/cell/view
So I try something like:
dbProduceOverlapInst(cv myBox 0:32)
then flatten the returned list and search for insts in the list if
there are insts with specific lib/cell/view
The problem is that if I have array of instances (mosaics) they are
not returned by dbProduceOverlapInst(...)
I've just made a basic test in a cv I have one inst + one mosaic on
the same lib/cell/view .
I've noticed that dbProduceOverlapInst(cv cv->bBox 0:32) returns only
the instance but not the mosaic.
Any idea about how can I get also the mosaics ?
Thank you,
Marcel