Temporarily remove chip size checking in chip.configuration.

This commit is contained in:
Jean-Paul Chaput 2021-03-30 11:37:32 +02:00
parent 946cba8209
commit a81f6b27f5
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class ChipConf ( BlockConf ):
#self.checkPads()
#self.checkCorona()
#self.computeChipSize()
self.checkChipSize()
#self.checkChipSize()
self.findPowerAndClockNets()
return