Fix bad spacing of the rightmost power lines (just a sign error).
This commit is contained in:
parent
aeb9d7d4e5
commit
b0cfe8fc82
|
@ -1289,7 +1289,7 @@ class Corona ( object ):
|
|||
stripeSpecs.append( [ xcore + offset + i*self.supplyRailPitch
|
||||
, self.supplyRailWidth
|
||||
] )
|
||||
stripeSpecs.append( [ xcore + coreAb.getWidth() - 2*capViaWidth + capViaWidth/2 , capViaWidth ] )
|
||||
stripeSpecs.append( [ xcore + coreAb.getWidth() - 2*capViaWidth - capViaWidth/2 , capViaWidth ] )
|
||||
stripeSpecs.append( [ xcore + coreAb.getWidth() - capViaWidth/2 , capViaWidth ] )
|
||||
|
||||
trace( 550, '\ticoreAb={}\n'.format(icore.getAbutmentBox()) )
|
||||
|
|
Loading…
Reference in New Issue