Forgot to update root clocktree wiring for block-only routing.
This commit is contained in:
parent
3276950ec4
commit
d3ee38b01e
|
@ -175,8 +175,8 @@ class ClockTree ( object ):
|
||||||
pin.destroy()
|
pin.destroy()
|
||||||
layerGauge = gaugeConf.vRoutingGauge
|
layerGauge = gaugeConf.vRoutingGauge
|
||||||
rootContact = gaugeConf.rpAccessByPlugName( qt.buffer, bufferConf.input, ckNet, 0 )
|
rootContact = gaugeConf.rpAccessByPlugName( qt.buffer, bufferConf.input, ckNet, 0 )
|
||||||
x = gaugeConf.getNearestVerticalTrack ( qt.area, rootContact.getX(), 0 )
|
x = gaugeConf.getNearestVerticalTrack ( rootContact.getX(), 0 )
|
||||||
y = gaugeConf.getNearestHorizontalTrack( qt.area, rootContact.getY(), 0 )
|
y = gaugeConf.getNearestHorizontalTrack( rootContact.getY(), 0 )
|
||||||
rootPin = Pin.create( ckNet
|
rootPin = Pin.create( ckNet
|
||||||
, ckNet.getName()+'.0'
|
, ckNet.getName()+'.0'
|
||||||
, Pin.Direction.NORTH
|
, Pin.Direction.NORTH
|
||||||
|
|
Loading…
Reference in New Issue