Skip to content

Commit

Permalink
further synchronization of GPU and CPU code for FED errors 26, 27, an…
Browse files Browse the repository at this point in the history
…d 31
  • Loading branch information
ferencek committed Oct 10, 2023
1 parent 367d39d commit 43efa09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,11 @@ namespace pixelgpudetails {
case (26): {
if constexpr (debug)
printf("Gap word found (errorType = 26)\n");
errorFound = true;
break;
}
case (27): {
if constexpr (debug)
printf("Dummy word found (errorType = 27)\n");
errorFound = true;
break;
}
case (28): {
Expand Down Expand Up @@ -227,6 +225,7 @@ namespace pixelgpudetails {
if (stateMatch != 1 && stateMatch != 8) {
if constexpr (debug)
printf("FED error 30 with unexpected State Bits (errorType = 30)\n");
break;
}
if (stateMatch == 1)
errorType = 40; // 1=Overflow -> 40, 8=number of ROCs -> 30
Expand Down

0 comments on commit 43efa09

Please sign in to comment.