CONTINUE_BURST_ATTERN
L5710 Tester - 指令 - CONTINUE BURST PATTERN
The CONTINUE_BURST_PATTEN instruction is used to inform the pattern controller that the tester CPU is operating when the high-speed pattern controller is executing.
*Syntax:
CONTINUE_BURST_PATTERN( Pattern_Name, Start_Address,End_Address)
*Arguments :
Pattern Name: any pattern name which had been defined by user in the test program.
Start Address: the address which begins to burst.
End_Address: the address which stops burst.
*Comment:
The CONTINUE_BURST_PATTERN instruction informs the pattern controller that the tester CPU continues operation in parallel with the controller. This means that the functional pattern executes simultaneously with the main test program instructions.
Burst pattern from start_address to end_address, which is given by the user. The Start_Address, End_Address can be used by level or UMA address.
*Example:
CONTINUE_BURST_PATTERN(Continue_Burst, L1, 100);
……
STOP_CONTINUE();
#關鍵字 L5710 Tester - 指令 - CONTINUE BURST PATTERN
■ 延伸閱讀 :L5710 指令說明 & 其它
留言列表