!Begin Test Program TRST OFF; !Disable Test Reset line ENDIR IDLE; !End IR scans in IDLE ENDDR IDLE; !End DR scans in IDLE HIR 8 TDI (00); !8-bit IR header HDR 16 TDI (FFFF) TDO (FFFF) MASK (FFFF);!16-bit DR header TIR 16 TDI (0000); !16-bit IR trailer TDR 8 TDI (12); !16-bit DR trailer SIR 8 TDI (41); !8-bit IR scan SDR 32 TDI (ABCD1234) TDO (11112222); !32-bit DR scan STATE DRPAUSE; !Go to stable state DRPAUSE RUNTEST 100 TCK ENDSTATE IRPAUSE; !RUNBIST for 100 TCKs !End Test Program