digraph D {
  concentrate = true
  subgraph cluster0 {
    daacHwIfTestAllowed;
    daacHwIfTest;
  }
  pus8Tc1Proc -> daacHwIfTest  [label="P"];
  daacHwIfTest -> daacHwIfTestAllowed;
  daacHwIfTest -> errClear;
}
