Temporarily remove chip size checking in chip.configuration.
This commit is contained in:
parent
946cba8209
commit
a81f6b27f5
|
@ -158,7 +158,7 @@ class ChipConf ( BlockConf ):
|
|||
#self.checkPads()
|
||||
#self.checkCorona()
|
||||
#self.computeChipSize()
|
||||
self.checkChipSize()
|
||||
#self.checkChipSize()
|
||||
self.findPowerAndClockNets()
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue