B
Bernd Fischer
Guest
Hi,
I have a PCell which uses the bBox of the pcCellView
to align a guardring around previously defined instances.
E.g.
bBox = pcCellView->bBox
x0 = caar( bBox )-dxRight
y0 = cadar( bBox )-dyTop
x1 = caadr( bBox )+dxLeft
y1 = cadadr( bBox )+dyBot
This works fine in DFII 5.0 on CDBA database.
But now migrated to 5.1.41 on OpenAccess the PCell
guardring is aligned correct in the Layout Editor, but not
in the GDSII database, after a stream out.
Is there a difference how the Layout Editor and
Stream Out tool treat the 'pcCellView->bBox'?
Any ideas?
Thanks Bernd
I have a PCell which uses the bBox of the pcCellView
to align a guardring around previously defined instances.
E.g.
bBox = pcCellView->bBox
x0 = caar( bBox )-dxRight
y0 = cadar( bBox )-dyTop
x1 = caadr( bBox )+dxLeft
y1 = cadadr( bBox )+dyBot
This works fine in DFII 5.0 on CDBA database.
But now migrated to 5.1.41 on OpenAccess the PCell
guardring is aligned correct in the Layout Editor, but not
in the GDSII database, after a stream out.
Is there a difference how the Layout Editor and
Stream Out tool treat the 'pcCellView->bBox'?
Any ideas?
Thanks Bernd