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.checkPads()
|
||||||
#self.checkCorona()
|
#self.checkCorona()
|
||||||
#self.computeChipSize()
|
#self.computeChipSize()
|
||||||
self.checkChipSize()
|
#self.checkChipSize()
|
||||||
self.findPowerAndClockNets()
|
self.findPowerAndClockNets()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue