diff --git a/cumulus/src/plugins/alpha/chip/pads.py b/cumulus/src/plugins/alpha/chip/pads.py index e173ef90..455d2d0e 100644 --- a/cumulus/src/plugins/alpha/chip/pads.py +++ b/cumulus/src/plugins/alpha/chip/pads.py @@ -437,6 +437,10 @@ class Side ( object ): startCorner += self.conf.ioPadHeight stopCorner -= self.conf.ioPadHeight if len(self.pads) == 0: + for irail in range(len(self.corona.padRails)): + self._createSegment( self.corona.padRails[ irail ] + , startCorner + , stopCorner ) return padAb = self.conf.getInstanceAb( self.pads[0][1] ) for irail in range(len(self.corona.padRails)):