P
Partha
Guest
Hello,
I am trying to find if there is an alternative to the
dbCreateParamInst() function.
We are trying to get the bounding box of the instances(pcells) that
are to be placed into the layout(from schematic).
Is
inst = dbCreateParamInst(blah)
inst~>bBox
The only way?
This would take a lot of time since each of the pcells need to be
actually placed into the layout for cumulative areas to be calculated.
Is there a faster alternative?
Thankyou,
Partha
I am trying to find if there is an alternative to the
dbCreateParamInst() function.
We are trying to get the bounding box of the instances(pcells) that
are to be placed into the layout(from schematic).
Is
inst = dbCreateParamInst(blah)
inst~>bBox
The only way?
This would take a lot of time since each of the pcells need to be
actually placed into the layout for cumulative areas to be calculated.
Is there a faster alternative?
Thankyou,
Partha