When using HTree in a chip in CMOS, must also set useClockTree flag.

This commit is contained in:
Jean-Paul Chaput 2023-10-17 23:36:18 +02:00 committed by Rob Taylor
parent 97bad74412
commit e43d0d2ef0
1 changed files with 1 additions and 0 deletions

View File

@ -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':