Fix left/right pin connection.
Made code look like North/South pins. I am not sure these are needed anyway.
This commit is contained in:
parent
047eb4cc78
commit
8ebd0954e5
|
@ -333,10 +333,10 @@ class CoreWire ( object ):
|
|||
, DbU.fromLambda( 1.0 )
|
||||
, self.bbSegment.getHeight()
|
||||
)
|
||||
hChipBb = hChip.getBoundingBox( padLayer )
|
||||
hChipBb = hChip.getBoundingBox()
|
||||
vStrapBb.merge( vStrapBb.getXMin(), hChipBb.getYMin() )
|
||||
vStrapBb.merge( vStrapBb.getXMin(), hChipBb.getYMax() )
|
||||
hCoronaBb = hCorona.getBoundingBox( padLayer )
|
||||
hCoronaBb = hCorona.getBoundingBox()
|
||||
self.conf.icorona.getTransformation().applyOn( hCoronaBb )
|
||||
vStrapBb.merge( vStrapBb.getXMin(), hCoronaBb.getYMin() )
|
||||
vStrapBb.merge( vStrapBb.getXMin(), hCoronaBb.getYMax() )
|
||||
|
|
Loading…
Reference in New Issue