diff --git a/cumulus/src/plugins/alpha/chip/chip.py b/cumulus/src/plugins/alpha/chip/chip.py index 87a110ba..d1df6fe3 100644 --- a/cumulus/src/plugins/alpha/chip/chip.py +++ b/cumulus/src/plugins/alpha/chip/chip.py @@ -144,9 +144,9 @@ class Chip ( Block ): self.conf.refresh() def doPnR ( self ): - super(Chip,self).doPnR() + status = super(Chip,self).doPnR() self.conf.refresh( self.conf.chip ) - return self.conf.validated + return self.conf.validated and status def save ( self, flags=0 ): if not self.conf.validated: