Refit the design after entering placement in cumulus/plugins.block.doPnR().
This commit is contained in:
parent
069c654a24
commit
4a256f36b5
|
@ -826,6 +826,7 @@ class Block ( object ):
|
||||||
iteration += 1
|
iteration += 1
|
||||||
if iteration > 0: break
|
if iteration > 0: break
|
||||||
self.setupAb()
|
self.setupAb()
|
||||||
|
if editor: editor.fit()
|
||||||
if not self.conf.isCoreBlock:
|
if not self.conf.isCoreBlock:
|
||||||
self.placeIoPins()
|
self.placeIoPins()
|
||||||
self.checkIoPins()
|
self.checkIoPins()
|
||||||
|
@ -836,7 +837,6 @@ class Block ( object ):
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
#if self.conf.useHFNS: self.addHfnBuffers()
|
#if self.conf.useHFNS: self.addHfnBuffers()
|
||||||
#if editor: editor.fit()
|
|
||||||
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
|
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
|
||||||
self.place()
|
self.place()
|
||||||
#if self.conf.useHFNS: self.findHfnTrees()
|
#if self.conf.useHFNS: self.findHfnTrees()
|
||||||
|
|
Loading…
Reference in New Issue