When using HTree in a chip in CMOS, must also set useClockTree flag.
This commit is contained in:
parent
97bad74412
commit
e43d0d2ef0
|
@ -1564,6 +1564,7 @@ class BlockConf ( GaugeConf ):
|
|||
.format(netName)) )
|
||||
return
|
||||
self.hTreeDatas.append( [ netName, flags ] );
|
||||
self.useClockTree = True
|
||||
|
||||
def addTrackAvoid ( self, trackAvoid ):
|
||||
if self.cfg.anabatic.netBuilderStyle == 'VH,2RL':
|
||||
|
|
Loading…
Reference in New Issue