Changeset 32630 for branches/eam_branches/ipp-20110906/pstamp
- Timestamp:
- Nov 8, 2011, 2:44:12 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (1 diff)
-
pstamp/src/ppstampOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110906/pstamp/scripts/pstamp_checkdependent.pl
r30879 r32630 240 240 my $state = $chip->{state}; 241 241 my $data_state = $chip->{data_state}; 242 my $fault = $chip->{fault}; 242 243 if (($state =~ /error/) or ($state =~ /purged/) or ($state =~ /scrubbed/) or ($state eq 'drop') or 243 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop')) { 244 245 print "chipRun state is $chip->{chip_id} has state: $state data_state: $data_state cannot update\n"; 244 ($data_state =~ /error/) or ($data_state =~ /purged/) or ($data_state =~ /scrubbed/) or ($data_state eq 'drop') or 245 ($fault eq $PSTAMP_GONE)) { 246 247 print "chipRun state is $chip->{chip_id} has state: $state data_state: $data_state fault: $fault cannot update\n"; 246 248 my $error_code; 247 249 if (($state eq 'error_cleaned') or ($data_state ='error_cleaned')) { -
branches/eam_branches/ipp-20110906/pstamp/src/ppstampOptions.c
r29885 r32630 28 28 options->roip.dDEC = 0; 29 29 options->chipName = NULL; 30 options->cellName = NULL; 31 options->stage = NULL; 30 32 options->censorMasked = true; 31 33
Note:
See TracChangeset
for help on using the changeset viewer.
