Refit the design after entering placement in cumulus/plugins.block.doPnR().

This commit is contained in:
Jean-Paul Chaput 2021-10-07 00:55:03 +02:00
parent 069c654a24
commit 4a256f36b5
1 changed files with 1 additions and 1 deletions

View File

@ -826,6 +826,7 @@ class Block ( object ):
iteration += 1
if iteration > 0: break
self.setupAb()
if editor: editor.fit()
if not self.conf.isCoreBlock:
self.placeIoPins()
self.checkIoPins()
@ -836,7 +837,6 @@ class Block ( object ):
sys.stdout.flush()
sys.stderr.flush()
#if self.conf.useHFNS: self.addHfnBuffers()
#if editor: editor.fit()
#Breakpoint.stop( 0, 'Clock tree(s) done.' )
self.place()
#if self.conf.useHFNS: self.findHfnTrees()