Skip to content

Commit

Permalink
When using HTree in a chip in CMOS, must also set useClockTree flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Oct 17, 2023
1 parent 3ff0bd5 commit f98dd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus/src/plugins/block/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ def useHTree ( self, netName, flags=0 ):
.format(netName)) )
return
self.hTreeDatas.append( [ netName, flags ] );
self.useClockTree = True

def addTrackAvoid ( self, trackAvoid ):
if self.cfg.anabatic.netBuilderStyle == 'VH,2RL':
Expand Down

0 comments on commit f98dd46

Please sign in to comment.