More tweaking in the H-Tree Y offset, to avoid stacked VIAs.

This commit is contained in:
Jean-Paul Chaput 2023-02-15 15:17:28 +01:00
parent 07f269196b
commit db56681025
1 changed files with 1 additions and 2 deletions

View File

@ -157,13 +157,12 @@ class HTree ( object ):
or (qt.br and len(qt.br.buffers) > 1) \
or (qt.tr and len(qt.tr.buffers) > 1):
leafFlags |= GaugeConf.HAccess
bufferTransf = qt.buffers[0].getTransformation()
yoffset = 3
if not qt.isRoot():
ckParentNet = qt.bInputPlug(0).getNet()
driverContact = gaugeConf.rpAccessByPlugName( qt.buffers[0], bufferConf.input, ckParentNet )
driverY = driverContact.getY()
yoffset = 2
yoffset = 5
trace( 550, '\tdriverContact={}\n'.format( driverContact ))
if qt.bl:
trace( 550, '+,', '\tblContact\n' )