WO2008044421A1 - Tester and control method - Google Patents

Tester and control method Download PDF

Info

Publication number
WO2008044421A1
WO2008044421A1 PCT/JP2007/067764 JP2007067764W WO2008044421A1 WO 2008044421 A1 WO2008044421 A1 WO 2008044421A1 JP 2007067764 W JP2007067764 W JP 2007067764W WO 2008044421 A1 WO2008044421 A1 WO 2008044421A1
Authority
WO
WIPO (PCT)
Prior art keywords
unit
test
control
control processor
command
Prior art date
Application number
PCT/JP2007/067764
Other languages
French (fr)
Japanese (ja)
Inventor
Norio Kumaki
Original Assignee
Advantest Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US11/546,929 external-priority patent/US7502708B2/en
Priority claimed from US11/546,926 external-priority patent/US7340364B1/en
Application filed by Advantest Corporation filed Critical Advantest Corporation
Priority to JP2008538600A priority Critical patent/JP5008673B2/en
Publication of WO2008044421A1 publication Critical patent/WO2008044421A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/319Tester hardware, i.e. output processing circuits
    • G01R31/31917Stimuli generation or application of test patterns to the device under test [DUT]
    • G01R31/31926Routing signals to or from the device under test [DUT], e.g. switch matrix, pin multiplexing
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/2832Specific tests of electronic circuits not provided for elsewhere
    • G01R31/2834Automated test systems [ATE]; using microprocessors or computers
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/2832Specific tests of electronic circuits not provided for elsewhere
    • G01R31/2836Fault-finding or characterising
    • G01R31/2837Characterising or performance testing, e.g. of frequency response
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/2832Specific tests of electronic circuits not provided for elsewhere
    • G01R31/2836Fault-finding or characterising
    • G01R31/2846Fault-finding or characterising using hard- or software simulation or using knowledge-based systems, e.g. expert systems, artificial intelligence or interactive algorithms
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/2851Testing of integrated circuits [IC]
    • G01R31/2882Testing timing characteristics
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/31724Test controller, e.g. BIST state machine
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • G01R31/28Testing of electronic circuits, e.g. by signal tracer
    • G01R31/317Testing of digital circuits
    • G01R31/3181Functional testing
    • G01R31/319Tester hardware, i.e. output processing circuits

Definitions

  • the present invention relates to a test apparatus and a control method.
  • the present invention relates to a test apparatus and a control method for transmitting a control command from a control processor to a test unit in order to control a test unit for testing a device under test.
  • This application is related to the following US patent applications: For designated countries where incorporation by reference of documents is permitted, the contents described in the following application are incorporated into this application by reference and made a part of this application.
  • a control processor provided in a test apparatus operates based on an installed control program and transmits a command to a test unit. This allows the control of the test unit, eg the force S to start the test unit properly or change the settings of the active test unit.
  • the order of instructions to be processed is determined according to the specifications of the test unit. If the execution order of instructions violates the specifications, the test unit and the device under test may be damaged. There is a risk that. For this reason, the programmer creates a control program to execute instructions in an order that complies with this specification!
  • a timing at which an instruction is to be executed is determined according to the specification. For example, after a voltage change, the test unit may malfunction due to an unstable voltage, such as waiting for a predetermined period before executing the next command! /. For this reason, the programmer appropriately inserts an instruction that waits for a certain period of time without executing the instruction into the control program.
  • a certain instruction is determined to be executed at a timing when the test unit is in a predetermined state.
  • a control process is used as a method for detecting such a state change. Polling by the server or interrupt processing from the test unit to the control processor can be considered.
  • Patent Document 1 For reference technology relating to a semiconductor test apparatus, refer to Patent Document 1.
  • Patent Document 1 Japanese Patent Laid-Open No. 11 64450
  • the instruction to wait for a certain period of time can be realized, for example, by setting a waiting time in a timer outside the control processor and generating an interrupt from the timer to the control processor.
  • it can be realized by causing an unnecessary process such as an idle loop in the control program or by performing a standby process by the function of the operating system that controls the control processor.
  • the time that the force control processor waits may be different from the time assumed by the programmer. This is because the instruction execution timing varies. For example, when the control processor receives various interrupts and performs other processes, or when multiple tasks are executed in a time-sharing manner, the instruction execution timing may be delayed. As a result, if the timing of instruction execution is advanced due to variations in execution timing, a sufficient waiting time cannot be secured and the next process may be performed, which may damage the test unit.
  • the programmer creates a control program so as to ensure a standby time sufficiently longer than the actually required standby time. As a result, the time required to change the setting is significantly longer than originally required, which may reduce the overall efficiency of the test process.
  • Polling by the control processor refers to a process of periodically reading out a register in the test unit from the control processor and detecting a change in state based on a change in the value.
  • the process of reading the value from the register may require an I / O wait time for the control processor, which takes a longer time compared to the instruction execution of the control processor, and the control processor's computing power may not be effectively utilized. there were.
  • each test unit needs a mechanism for realizing an interrupt, which may complicate the design of the entire test apparatus. Furthermore, If an attempt is made to detect an error quickly, the presence or absence of an interrupt must be checked frequently, and the operating system that controls the interrupt may increase the processing load on the control processor.
  • control processor In order to quickly and appropriately detect a change in the state of the test unit, the control processor is required to have a high computing capacity. For this reason, even in a test apparatus having a plurality of test units, a control processor is required for each test unit, and a large number of control processors are mounted in the test apparatus. An increase in the number of control processors can increase the size and cost of the test equipment and its cooling equipment, which in turn can increase the failure rate of the test equipment.
  • an object of one aspect of the present invention is to provide a test apparatus and a control method that can solve the above-described problems. This object is achieved by a combination of features described in the independent claims.
  • the dependent claims define further advantageous specific examples of the present invention.
  • a test apparatus for testing a device under test which is connected to a control processor that executes a test program for testing the device under test, and the device under test, A test unit that tests the device under test according to an instruction from the control processor, and a relay unit that is connected to the control processor and the test unit and relays a control command transmitted from the control processor to the test unit.
  • the buffer unit for notifying the control instruction to be written to the address assigned to the test unit from the control processor, and the timing for transmitting the control instruction received from the control processor to the test unit are stored.
  • a control command buffered in ⁇ portion to provide a test device having a buffer control unit to be transmitted to the test unit.
  • a control processor that executes a test program for testing a device under test, and a test that is connected to the device under test and tests the device under test according to an instruction from the control processor.
  • a control method for controlling a test apparatus comprising a unit and written to an address assigned to the test unit by a control processor.
  • the control instruction to be buffered, the timing received when the control instruction should be sent to the test unit is stored, and the buffered control instruction is sent to the test unit when the timing is reached
  • a control method is provided.
  • a test apparatus for testing a device under test, a control processor for executing a test program for testing the device under test, and a control processor connected to the device under test.
  • a test unit that tests the device under test according to the instructions of the device, and a relay unit that is connected to the control processor and the test unit and relays control commands transmitted from the control processor to the test unit.
  • the relay unit is a polling unit that repeatedly reads the status register that indicates the status of the test unit specified by the control processor, and the value of the status register reaches the expected value specified by the control processor.
  • a processing control unit that transmits a control command to be processed by the test unit to the test unit after the value of the status register reaches the expected value.
  • a control processor that executes a test program for testing the device under test and a device under test connected to the device under test and in response to an instruction of the control processor.
  • a control method for controlling a test apparatus comprising a test unit for testing a test unit, wherein a status register indicating the status of the test unit designated by the control processor is repeatedly read, and the value of the status register is designated by the control processor.
  • a control method is provided to send a control command to be processed by the test unit to the test unit after the status register value reaches the expected value in response to the expected value.
  • FIG. 1 shows the overall configuration of the test apparatus 10.
  • FIG. 2 The functional configuration of the relay unit 20 is shown.
  • FIG. 3 shows a functional configuration of the buffer control unit 35.
  • FIG. 4 shows the flow of processing for relaying instructions from the control processor 15 to the test unit 40 by the relay unit 20.
  • FIG. 5 shows details of processing in S420 of FIG.
  • FIG. 6 shows details of processing in S430 of FIG.
  • FIG. 7 shows a first example of an instruction group buffered in the buffer unit 200.
  • FIG. 8 shows a second example of an instruction group buffered in the buffer unit 200.
  • FIG. 9 shows an overall configuration of a test apparatus 10 in a modification of the present embodiment.
  • FIG. 10 shows an example of an instruction group buffered in the buffer unit 200 in a modification of the present embodiment.
  • FIG. 1 shows the overall configuration of the test apparatus 10.
  • the test apparatus 10 includes a control processor 15, a plurality of relay units 20, and a plurality of test units 40.
  • the control processor 15 executes a test program 100 for testing the device under test.
  • the control processor 15 may execute a plurality of test programs 100, each controlling a different test unit 40! /.
  • Each of the multiple test programs 100 is an operating system equipped with an execution mechanism called multitask, multiprocess, or multithread! /, And the computer resources of the control processor 15 are time-divided in parallel. May be executed.
  • Each of the plurality of test units 40 is provided corresponding to each of the plurality of devices under test 50. Each of the plurality of test units 40 is connected to the corresponding device under test 50 and tests the device under test 50 in accordance with an instruction from the control processor 15.
  • Each of the plurality of test units 40 has a status register that indicates the status of the test unit 40.
  • each of the plurality of test units 40 has a first A status register 400 which is an example of the second status register, and a status register 410 which is an example of the second status register.
  • only one test unit 40 has a force S illustrating the status registers 400, 410, and each other test unit 40 may also have a status register.
  • Each of the plurality of test units 40 stores the state of the test unit 40 in these state registers in accordance with the state change due to the progress of the test.
  • Each of the plurality of relay units 20 is provided corresponding to each of the plurality of test units 40.
  • Each of the plurality of relay units 20 is connected to the control processor 15 and the corresponding test unit 40.
  • Each of the plurality of relay units 20 relays a control command transmitted from the control processor 15 to the corresponding test unit 40.
  • the storage area in the relay unit 20 and the storage area in the test unit 40 are mapped to a virtual address space in which the test program 100 operates on the control processor 15.
  • the control processor 15 executes a write command in the test program 100 to write to the virtual address space, that is, the relay unit 20 or the test unit 40.
  • the control command for the test unit 40 is, for example, a command for setting / changing the magnitude of the voltage applied from the test unit 40 to the device under test 50, and setting / changing the frequency of the test signal. Or an instruction to start the test sequence.
  • the relay unit 20 receives the write data for the address space allocated to the test unit 40 from the control processor 15 and transfers it to the test unit 40 as it is. On the other hand, the relay unit 20 performs write processing on the register or memory in the relay unit 20 according to the content of the write data for the address space allocated to the relay unit 20. The relay unit 20 controls the instruction transfer timing according to the written contents. For example, the relay unit 20 may transmit data such as a control command received following the write data to the test unit 40 after waiting for a time indicated by the write data.
  • the test apparatus 10 controls the timing of transmitting a command to the test unit 40 by the relay unit 20 provided separately from the control processor 15. As a result, the processing load on the control processor 15 is reduced and the control command transmission is reduced. The purpose is to control the timing accurately.
  • FIG. 2 shows a functional configuration of the relay unit 20.
  • the relay unit 20 includes a processing control unit 30, a buffer unit 200, a timing storage unit 210, a condition storage unit 220, and a polling unit 230.
  • the buffer unit 200, the timing storage unit 210, and the condition storage unit 220 are implemented by a storage medium such as a register and a memory, and the polling unit 230 and the processing control unit 30 are implemented by a sequencer. .
  • the processing function when the control processor 15 writes the timing at which the control command should be transmitted to the test unit 40 prior to writing the control command to the address assigned to the test unit 40 will be described.
  • the buffer unit 200 should be written from the control processor 15 to the timing value to be written from the control processor 15 for the address assigned to the relay unit 20 and the address assigned to the corresponding test unit 40. Buffer control instructions sequentially.
  • the buffer unit 200 sequentially receives the timing write command for writing the timing value and the control command write command for writing the control command received from the control processor 15.
  • the timing write command is, for example, a set of an address in the address space allocated to the relay unit 20 and a timing value to be written to the address.
  • the control command write command is, for example, a set of an address in the address space allocated to the test unit 40 and a control command to be written to the address.
  • the timing storage unit 210 stores the timing at which the control command received from the control processor 15 should be transmitted to the test unit 40. This timing is stored as a timing value by the buffer control unit 35 in accordance with the timing write command.
  • the processing control unit 30 has a buffer control unit 35. In addition to storing the above timing value, the buffer control unit 35 controls the transmission timing of the control command received after the timing write command. Specifically, the buffer control unit 35 responds to the test instruction buffered in the buffer unit 200 in response to the arrival of the timing stored in the timing storage unit 210. Sent to Test Unit 40. This timing value is, for example, a delay amount for delaying transmission of a control command received subsequently. That is, the buffer control unit 35 delays the processing of the control command write command received after the timing write command until the timing is reached in response to the output of the buffer unit 200 and the timing write command.
  • the condition storage unit 220 stores the address of the status register indicating the status of the test unit 40 received from the control processor 15 and the expected value compared with the value of the status register. These addresses and expected values are stored by the buffer control unit 35. That is, when the buffer control unit 35 obtains a condition write command for writing the address and expected value of the status register from the buffer unit 200, the buffer control unit 35 stores the address and expected value in the condition storage unit 220.
  • the address of the status register may be a virtual address in the control processor 15 assigned to the status register, as well as the status register number and other identification information.
  • the polling unit 230 repeatedly reads out a status register (one or both of the status register 400 and the status register 410 depending on the designation of the control processor 15) designated by the control processor 15 and indicating the status of the test unit 40. . Specifically, polling unit 230 tests a read command with the address of the status register (that is, the address stored in condition storage unit 220) as the read address in response to obtaining the condition write command from nother unit 200. Issue repeatedly to unit 40. In response to the read status register value having reached the expected value specified by the control processor 15, the processing control unit 30 performs processing after the status register value has reached the expected value. Control command to be sent to test unit 40.
  • a status register one or both of the status register 400 and the status register 410 depending on the designation of the control processor 15
  • polling unit 230 tests a read command with the address of the status register (that is, the address stored in condition storage unit 220) as the read address in response to obtaining the condition write command from nother unit 200. Issue repeatedly to unit 40.
  • the control instruction to be processed after the value of the status register reaches the expected value is, for example, an instruction written by a control instruction write command received after the conditional write command. That is, the buffer control unit 35 receives the control command write command received after the conditional write command in response to the value of the status register reaching the expected value. Send to 0.
  • the buffer control unit 35 should transmit a subsequent control instruction from the control processor 15 in response to the value of the status register becoming an expected value.
  • An interrupt may be issued to the control processor. This process is effective when a series of test processes have been completed. That is, for example, the buffer controller 35 issues an interrupt to the control processor 15 and restarts the control processor 15, so that the next test can be started with the force S.
  • FIG. 3 shows a functional configuration of the buffer control unit 35.
  • the buffer control unit 35 includes an extraction unit 300, a writing unit 310, a detection unit 320, and a transmission unit 330.
  • the extraction unit 300 sequentially extracts the write commands buffered in the buffer unit 200.
  • the extraction unit 300 may extract one write command from the top of the FIFO buffer unit 200 in response to a write completion notification from the writing unit 310 or a transmission completion notification from the transmission unit 330.
  • the take-out unit 300 may immediately delete the write command from the buffer unit 200 after taking out the write command for the relay unit 20, or the write command after the completion of the processing corresponding to the write command. You can delete the command from the buffer part 200! /.
  • the writing unit 310 is an example of the timing writing unit according to the present invention, and stores the timing in the timing storage unit 210 in response to taking out the timing writing command. Further, the writing unit 310 stores the address of the state register and the expected value in the condition storage unit 220 in response to taking out the conditional writing command.
  • the detection unit 320 detects the arrival of the timing stored in the timing storage unit 210. Further, the detection unit 320 detects the force at which the value of the status register read by the polling unit 230 becomes the expected value.
  • Transmitting section 330 transmits the control command write command received after the timing write command to test unit 40 on condition that the arrival of timing is detected. In addition, the transmission unit 330 transmits the control command write command received after the conditional write command to the test unit 40 on condition that the value of the status register becomes the expected value.
  • FIG. 4 shows a flow of processing for relaying an instruction from the control processor 15 to the test unit 40 by the relay unit 20.
  • the buffer unit 200 is a control command to be written from the control processor 15 to the address assigned to the test unit 40 or the relay unit 20. Is buffered (S400).
  • the extraction unit 300 sequentially extracts the write commands buffered in the buffer unit 200 (S410). If the extracted write command is a write command for the address space assigned to the relay unit 20, the relay unit 20 writes to the timing storage unit 210 or the condition storage unit 220 (S420). If the extracted write command is a write command for the address of the status registers 400 and 410 of the test unit 40, the relay unit 20 performs transmission processing of the control command (S430).
  • FIG. 5 shows details of the processing in S420 of FIG.
  • the writing unit 310 determines whether or not the extracted command force is an S timing write command (S500). If it is a timing write command (S500: YES), the writing unit 310 stores the timing designated by the timing write command in the timing storage unit 210 (S510). If it is a conditional write command (S52 0: YES), the writing unit 310 causes the condition storage unit 220 to store the condition for transmitting the subsequent control instruction, that is, the address of the status register and the expected value (S530). .
  • FIG. 6 shows details of the processing in S430 of FIG.
  • the detection unit 320 is a timing storage unit
  • the arrival of the timing stored in 210 is detected (S600).
  • the detection unit 320 has the value of the status register set to the expected value specified by the control processor 15. Is determined (S610). In this determination, the value of the status register may be used for the determination after being masked with a predetermined mask value. Specifically:
  • control processor 15 specifies whether or not to mask each bit of the value of the status register read by the polling unit 230 as the expected value when writing the address and expected value of the status register.
  • the mask value and the expected value after mask indicating the value that should be satisfied by the masked status register value are written in the condition storage unit 220.
  • the polling unit 230 reads the value of the status register and determines whether or not the value obtained by masking the value of the status register with the mask value becomes the expected value after masking.
  • the detection unit 320 of the buffer control unit 35 performs the condition writing. Control command write command received after command or timing write command It is transmitted to the test unit 40 (S620). If a mask value is specified in the status register, the masked value must be the expected value after masking.
  • the processing control unit 30 obtains the conditional write command from the buffer unit 200. Then, it is determined whether or not the force has passed the preset time-out time (S630). If! /? Has passed (S630: YES), the process control unit 30 issues a timeout interrupt to the control processor 15 (S640). As a result, even if a condition has been set but it does not hold due to a failure, etc., or even if the set condition has an error and the condition does not hold, error detection processing and the next test are performed. It can be started properly.
  • the control processor 15 Upon receiving this interrupt, the control processor 15 erases the contents of the buffer unit 200 and allows the relay unit 20 to issue an instruction to erase the contents of the buffer unit 200 so that the next processing can be started correctly. May be issued. In this case, when receiving this command, the relay unit 20 erases the write command in the buffer unit 200 without buffering in the software unit 200. As another example, the control processor 15 may issue an instruction for reading the contents of the buffer unit 200 to the relay unit 20. In this case, when receiving this command, the relay unit 20 reads the write command from the buffer unit 200 and transmits it to the control processor 15 without buffering the command in the buffer unit 200. By implementing these mechanisms, it is possible to improve the efficiency of recovery and cause investigation after an error occurs.
  • the processing control unit 30 determines whether or not a specific condition is satisfied, for example, a force at which a predetermined value of a specific state register becomes an expected value (S650).
  • the state in which the state register has reached the expected value is, for example, a state indicating that a series of tests by the test apparatus 10 has been completed.
  • the processing control unit 30 issues an interrupt to the control processor 15 that causes the control processor 15 to transmit a subsequent control command, that is, a control command for the next test (S640). .
  • FIG. 7 shows a first example of an instruction group buffered in the buffer unit 200.
  • the condition write command 1 which is the first condition write command for writing the condition to the status register 400
  • a condition write command 2 which is a second condition write command for writing a condition to the status register 410
  • a control command for controlling the test unit 40 are stored.
  • the conditional write command 1 is composed of a first address for specifying the status register 400 in the address space of the control processor 15 and a first expected value to be compared with the status register 400.
  • the conditional write command 2 is composed of a second address for specifying the status register 410 in the address space of the control processor 15 and a second expected value to be compared with the status register 410.
  • the control processor 15 sends a control command to the test unit 40 on the condition that the status register 400 becomes the first expected value and the status register 410 becomes the second expected value. If desired, the address and first expected value of the status register 400 and the address and second expected value of the status register 410 are sequentially written to the addresses assigned to the buffer unit 200. After that, the control processor 15 writes a control command at the address assigned to the test unit 40. As a result, as shown in FIG. 7, the conditional write command 1, the conditional write command 2, and the control instruction are sequentially stored in the buffer unit 200.
  • the polling unit 230 obtains the conditional write command 1 for writing the address of the state register 400 and the first expected value from the buffer unit 200.
  • the first read command having the address of the status register 400 as the read address is repeatedly issued to the test unit 40.
  • the buffer control unit 35 writes the address of the status register 410 and the second expected value received after the condition write command 1 in response to the value of the status register 400 becoming the first expected value. Takes condition write command 2 from buffer section 200.
  • the polling unit 230 repeatedly issues a second read command to the test unit 40 with the address of the status register 410 as the read address in response to the acquisition of the conditional write command 2 from the buffer unit 200. To do. Then, the buffer control unit 35 transmits the control command write command received after the conditional write command 2 to the test unit 40 in response to the value of the status register 410 becoming the second expected value. . In this way, if multiple condition write commands are used, multiple conditions that must be satisfied in order to execute the control instruction can be specified. Can do.
  • FIG. 8 shows a second example of the instruction group buffered in the buffer unit 200.
  • the FIFO buffer unit 200 writes, in order from the top, a timing write command that determines the timing at which a control command should be transmitted to the test unit 40, and a condition in the status register 400. And a control command for controlling the test unit 40 are stored.
  • the control processor 15 sequentially issues a timing write command, a condition write command, and a control command write command in this order.
  • the detection unit 320 detects the arrival of the timing written by the timing write command.
  • the extraction unit 300 extracts the next command, that is, the conditional write command, from the buffer unit 200.
  • the polling unit 230 issues a read command with the address of the status register 400 as the read address. Issue repeatedly.
  • the buffer control unit 35 transmits the control command write command received after the condition write command to the test unit 40 in response to the value of the status register 400 becoming the expected value.
  • the condition to be satisfied in order to execute the control command may be a combination of a plurality of different types of conditions! /.
  • FIG. 9 shows an overall configuration of the test apparatus 10 in a modification of the present embodiment.
  • This modification is intended to test a single device under test 50 in cooperation with a plurality of test units 40.
  • the number of input / output terminals of the device under test 50 also increases, and one device under test 50 may not be tested depending on one test unit 40.
  • a plurality of test units 40 are connected to part of the input / output terminals of the device under test 50 for testing.
  • the test apparatus 10 tests the device under test 50-1 using the test unit 40-1 and the test unit 40-2.
  • the test apparatus 10 tests the device under test 50-2 using the test unit 40-3 and the test unit 40-4.
  • each of the relay units 20— ;! to 4 is associated with each of the test units 40— ;! to 4. This is provided.
  • the relay units 20 — ;! ⁇ 2 may share the same address space in the control processor 15.
  • the relay units 20-3 to 4 may share the same address space in the control processor 15.
  • FIG. 10 shows an example of a group of instructions buffered in the buffer unit 200 in the modification example of the present embodiment. Since the relay unit 20-1 and the relay unit 20-2 share the same address space, the same instruction group is included in the buffer unit 200 of the relay unit 20-1 and the buffer unit 200 of the relay unit 20-2. Buffered. Specifically, each buffer unit 200 includes, in order from the top, control command 1 for test unit 40-1, control command 2 for test unit 40-2, and control command 1 for test unit 40-1. They are remembered in this order.
  • the fetch unit 300 of the relay unit 20-1 fetches the control command 1 from the head of the buffer unit 200
  • the fetch unit 300 determines whether the write destination of the control command 1 is the test unit 40-1. Since the write destination is the test unit 40-1, the relay unit 20-1 transmits the control command 1 to the test unit 40-1. On the other hand, the fetch unit 300 of the relay unit 20-2 discards the control command 1 without executing the control command 1 because the write destination of the control command 1 at the head of the buffer unit 200 is not the test unit 40-2.
  • the relay unit 20 — ;! ⁇ 2 moves to the processing of the next instruction. That is, when the buffer unit 200 of the relay unit 20-1 takes out the control command 2, the control command 2 is discarded because the write destination of the control command 2 is the test unit 40-2. On the other hand, the buffer unit 200 of the relay unit 20-2 transmits the control command to the test unit 40-2 because the write destination of the control command 2 is the test unit 40-2. The same applies to the subsequent control instructions.
  • the address space viewed from the control processor 15 is determined for each device under test 50. Can be set to Even in this case, the relay unit 20
  • the instructions for each test unit 40 are distributed and processed appropriately.
  • the instruction distribution processing is also concentrated on the relay unit 20, and the load on the control processor 15 is increased. Can reduce power S. Furthermore, it is possible to use the existing test program 100 and the test unit 40 easily.
  • the (1) aspect of the present invention has been described using the embodiments.
  • the technical scope of the present invention is not limited to the scope described in the above embodiments.
  • Various modifications or improvements can be added to the above embodiment.
  • the relay unit 20 shown in the present embodiment or its modification may be included in the corresponding test unit 40 and mounted. It is apparent from the scope of the claims that the embodiments added with such changes or improvements can be included in the technical scope of the present invention.

Abstract

A tester for testing a device under test comprises a control processor for executing a test program to test the device under test, a test unit connected to the device and adapted to test the device according to an instruction of the control processor, and relay modules connected to the control processor and test unit and adapted to relaying a control instruction from the control processor to the test unit. Each relay module has a buffer section for buffering a control instruction to be written at the address allocated to the unit under test by the control processor, a timing storage section storing the timing at which a control instruction received from the control processor is transmitted to the unit under test, and a buffer control section for transmitting a control instruction buffered in the buffer section to the unit under test at the timing stored in the timing storage section.

Description

明 細 書  Specification
試験装置および制御方法  Test apparatus and control method
技術分野  Technical field
[0001] 本発明は、試験装置および制御方法に関する。特に本発明は、被試験デバイスを 試験する試験ユニットを制御するために、制御プロセッサから試験ユニットに対し制 御用の命令を送信する試験装置および制御方法に関する。本出願は、下記の米国 特許出願に関連する。文献の参照による組み込みが認められる指定国については、 下記の出願に記載された内容を参照により本出願に組み込み、本出願の一部とする  [0001] The present invention relates to a test apparatus and a control method. In particular, the present invention relates to a test apparatus and a control method for transmitting a control command from a control processor to a test unit in order to control a test unit for testing a device under test. This application is related to the following US patent applications: For designated countries where incorporation by reference of documents is permitted, the contents described in the following application are incorporated into this application by reference and made a part of this application.
1. 出願番号 11/546, 926 出願曰 2006年 10月 12曰 1. Application No. 11/546, 926 Application 曰 October 2006 曰
2. 出願番号 11/546, 929 出願曰 2006年 10月 12曰  2. Application No. 11/546, 929 Application 10 October 2006 曰
背景技術  Background art
[0002] 試験装置に設けられた制御プロセッサは、インストールされた制御プログラムに基 づいて動作し、試験ユニットに対し命令を送信する。これにより、試験ユニットの制御 、例えば試験ユニットを適切に起動し、または、動作中の試験ユニットの設定を変更 すること力 Sでさる。  [0002] A control processor provided in a test apparatus operates based on an installed control program and transmits a command to a test unit. This allows the control of the test unit, eg the force S to start the test unit properly or change the settings of the active test unit.
[0003] 但し、試験ユニットには、その仕様に応じて、処理するべき命令の順序が定められ ており、命令の実行順序がその仕様に反すると、試験ユニットや被試験デバイスを破 損させてしまうおそれがある。このため、プログラマは、この仕様に準拠する順序で命 令を実行させるように制御プログラムを作成して!/、る。  [0003] However, the order of instructions to be processed is determined according to the specifications of the test unit. If the execution order of instructions violates the specifications, the test unit and the device under test may be damaged. There is a risk that. For this reason, the programmer creates a control program to execute instructions in an order that complies with this specification!
[0004] また、試験ユニットには、その仕様に応じて、命令を実行するべきタイミングが定め られている。例えば、電圧変更などの後には、予め定められた期間待機してから次の 命令を実行させな!/、と、不安定な電圧が原因で試験ユニットが異常動作する場合が ある。このため、プログラマは、命令を実行せずに一定期間待機する命令を、制御プ ログラム中に適宜挿入している。  [0004] In addition, in the test unit, a timing at which an instruction is to be executed is determined according to the specification. For example, after a voltage change, the test unit may malfunction due to an unstable voltage, such as waiting for a predetermined period before executing the next command! /. For this reason, the programmer appropriately inserts an instruction that waits for a certain period of time without executing the instruction into the control program.
[0005] また、ある命令は、試験ユニットが予め定められた状態となったタイミングで実行す るように定められている。このような状態変化を検出する方法としては、制御プロセッ サによるポーリング、または、試験ユニットから制御プロセッサに対する割込み処理が 考えられる。 [0005] In addition, a certain instruction is determined to be executed at a timing when the test unit is in a predetermined state. As a method for detecting such a state change, a control process is used. Polling by the server or interrupt processing from the test unit to the control processor can be considered.
[0006] なお、半導体試験装置に関する参考技術としては、特許文献 1を参照されたい。  [0006] For reference technology relating to a semiconductor test apparatus, refer to Patent Document 1.
[0007] 特許文献 1 :特開平 11 64450号公報 [0007] Patent Document 1: Japanese Patent Laid-Open No. 11 64450
発明の開示  Disclosure of the invention
発明が解決しょうとする課題  Problems to be solved by the invention
[0008] 一定期間待機する命令とは、例えば、制御プロセッサ外部のタイマに待機時間を設 定し、そのタイマから制御プロセッサに対し割込みを発生させることによって実現でき る。その他にも、制御プログラム中でアイドル 'ループなどの本来不要な処理をさせた り、制御プロセッサを制御するオペレーティングシステムの機能によって待機処理をさ せることによって実現できる。  [0008] The instruction to wait for a certain period of time can be realized, for example, by setting a waiting time in a timer outside the control processor and generating an interrupt from the timer to the control processor. In addition, it can be realized by causing an unnecessary process such as an idle loop in the control program or by performing a standby process by the function of the operating system that controls the control processor.
[0009] ところ力 制御プロセッサが待機する時間は、プログラマが想定した時間とは異なつ てしまう場合がある。これは、命令の実行タイミングにばらつきがあるからである。例え ば、制御プロセッサが様々な割込み処理を受けて他の処理を行ったり、または、複数 のタスクを時分割して実行すると、命令の実行タイミングは遅延する場合がある。この 結果、実行タイミングのばらつきにより命令実行のタイミングが早まると、充分な待機 時間を確保できずに次の処理を行い、試験ユニット等を破損するおそれがある。  However, the time that the force control processor waits may be different from the time assumed by the programmer. This is because the instruction execution timing varies. For example, when the control processor receives various interrupts and performs other processes, or when multiple tasks are executed in a time-sharing manner, the instruction execution timing may be delayed. As a result, if the timing of instruction execution is advanced due to variations in execution timing, a sufficient waiting time cannot be secured and the next process may be performed, which may damage the test unit.
[0010] このような事態を避けるため、プログラマは、実際に必要な待機時間よりも充分に長 い待機時間を確保できるように制御プログラムを作成している。この結果、設定変更 等に要する時間が本来必要な時間よりも大幅に長くなり、試験処理全体の効率を低 下させてしまうおそれがあった。  [0010] In order to avoid such a situation, the programmer creates a control program so as to ensure a standby time sufficiently longer than the actually required standby time. As a result, the time required to change the setting is significantly longer than originally required, which may reduce the overall efficiency of the test process.
[0011] また、制御プロセッサによるポーリングとは、制御プロセッサから試験ユニット中のレ ジスタを定期的に読み出し、その値の変化によって状態変化を検出する処理をいう。 し力、しながら、レジスタからの値の読み出し処理は制御プロセッサの命令実行と比較 して所要時間が長ぐ制御プロセッサに入出力待ち時間が生じ、制御プロセッサの計 算能力を有効活用できない場合があった。  [0011] Polling by the control processor refers to a process of periodically reading out a register in the test unit from the control processor and detecting a change in state based on a change in the value. However, the process of reading the value from the register may require an I / O wait time for the control processor, which takes a longer time compared to the instruction execution of the control processor, and the control processor's computing power may not be effectively utilized. there were.
[0012] 一方で、割込み処理を実現しょうとすると、各試験ユニットに割込みを実現するため の機構が必要となり、試験装置全体の設計を複雑化するおそれがある。さらには、割 込みを迅速に検出しょうとすると、割込みの有無を高頻度で確認しなければならず、 割込みを制御するオペレーティングシステムが制御プロセッサの処理負荷を増加さ せてしまうおそれがある。 On the other hand, if an attempt is made to implement interrupt processing, each test unit needs a mechanism for realizing an interrupt, which may complicate the design of the entire test apparatus. Furthermore, If an attempt is made to detect an error quickly, the presence or absence of an interrupt must be checked frequently, and the operating system that controls the interrupt may increase the processing load on the control processor.
[0013] このように、試験ユニットの状態変化を迅速かつ適切に検出しょうとすると、制御プ 口セッサには高い計算能力が要求される。このため、複数の試験ユニットを備えた試 験装置においても、試験ユニット毎に制御プロセッサが必要となり、試験装置内に多 数の制御プロセッサが搭載されることとなる。制御プロセッサの数の増加は、試験装 置やその冷却装置の大型化や費用の増大、ひいては、試験装置の故障発生率を増 カロさせる要因ともなり得る。 [0013] As described above, in order to quickly and appropriately detect a change in the state of the test unit, the control processor is required to have a high computing capacity. For this reason, even in a test apparatus having a plurality of test units, a control processor is required for each test unit, and a large number of control processors are mounted in the test apparatus. An increase in the number of control processors can increase the size and cost of the test equipment and its cooling equipment, which in turn can increase the failure rate of the test equipment.
課題を解決するための手段  Means for solving the problem
[0014] そこで本発明の 1つの側面においては、上記の課題を解決することのできる試験装 置および制御方法を提供することを目的とする。この目的は請求の範囲における独 立項に記載の特徴の組み合わせにより達成される。また従属項は本発明の更なる有 利な具体例を規定する。  [0014] Accordingly, an object of one aspect of the present invention is to provide a test apparatus and a control method that can solve the above-described problems. This object is achieved by a combination of features described in the independent claims. The dependent claims define further advantageous specific examples of the present invention.
[0015] 即ち、本発明の第 1の形態によると、被試験デバイスを試験する試験装置であって 、被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、被試験デ バイスに接続され、制御プロセッサの指示に応じて被試験デバイスを試験する試験 ユニットと、制御プロセッサおよび試験ユニットに接続され、制御プロセッサから試験 ユニットへと送信される制御命令を中継する中継部とを備え、中継部は、制御プロセ ッサから試験ユニットに割り当てられたアドレスに対して書き込まれるべき制御命令を ノ ッファするバッファ部と、制御プロセッサから受信した、制御命令を試験ユニットに 対して送信すべきタイミングを記憶するタイミング記憶部と、タイミング記憶部に記憶さ れたタイミングが到達したことに応じて、バッファ部にバッファされた制御命令を、試験 ユニットへ送信するバッファ制御部とを有する試験装置を提供する。  That is, according to the first aspect of the present invention, a test apparatus for testing a device under test, which is connected to a control processor that executes a test program for testing the device under test, and the device under test, A test unit that tests the device under test according to an instruction from the control processor, and a relay unit that is connected to the control processor and the test unit and relays a control command transmitted from the control processor to the test unit. The buffer unit for notifying the control instruction to be written to the address assigned to the test unit from the control processor, and the timing for transmitting the control instruction received from the control processor to the test unit are stored. In response to the arrival of the timing stored in the timing storage unit and the timing storage unit, A control command buffered in § portion, to provide a test device having a buffer control unit to be transmitted to the test unit.
[0016] 本発明の第 2の形態によると、被試験デバイスを試験する試験プログラムを実行す る制御プロセッサと、被試験デバイスに接続され、制御プロセッサの指示に応じて被 試験デバイスを試験する試験ユニットとを備える試験装置を制御する制御方法であ つて、制御プロセッサから試験ユニットに割り当てられたアドレスに対して書き込まれ るべき制御命令をバッファし、制御プロセッサから受信した、制御命令を試験ユニット に対して送信すべきタイミングを記憶し、タイミングが到達したことに応じて、バッファ された制御命令を、試験ユニットへ送信する制御方法を提供する。 [0016] According to the second aspect of the present invention, a control processor that executes a test program for testing a device under test, and a test that is connected to the device under test and tests the device under test according to an instruction from the control processor. A control method for controlling a test apparatus comprising a unit and written to an address assigned to the test unit by a control processor. The control instruction to be buffered, the timing received when the control instruction should be sent to the test unit is stored, and the buffered control instruction is sent to the test unit when the timing is reached A control method is provided.
[0017] 本発明の第 3の形態においては、被試験デバイスを試験する試験装置であって、 被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、被試験デバ イスに接続され、制御プロセッサの指示に応じて被試験デバイスを試験する試験ュニ ットと、制御プロセッサおよび試験ユニットに接続され、制御プロセッサから試験ュニ ットへと送信される制御命令を中継する中継部とを備え、中継部は、制御プロセッサ 力、ら指定された、試験ユニットの状態を示す状態レジスタを繰返し読み出すポーリン グ部と、状態レジスタの値が制御プロセッサから指定された期待値となったことに応じ て、状態レジスタの値が期待値となった後に試験ユニットが処理すべき制御命令を試 験ユニットへ送信する処理制御部とを有する試験装置を提供する。 [0017] In a third aspect of the present invention, there is provided a test apparatus for testing a device under test, a control processor for executing a test program for testing the device under test, and a control processor connected to the device under test. A test unit that tests the device under test according to the instructions of the device, and a relay unit that is connected to the control processor and the test unit and relays control commands transmitted from the control processor to the test unit. The relay unit is a polling unit that repeatedly reads the status register that indicates the status of the test unit specified by the control processor, and the value of the status register reaches the expected value specified by the control processor. And a processing control unit that transmits a control command to be processed by the test unit to the test unit after the value of the status register reaches the expected value. To provide.
[0018] 本発明の第 4の形態にお!/、ては、被試験デバイスを試験する試験プログラムを実行 する制御プロセッサと、被試験デバイスに接続され、制御プロセッサの指示に応じて 被試験デバイスを試験する試験ユニットとを備える試験装置を制御する制御方法で あって、制御プロセッサから指定された、試験ユニットの状態を示す状態レジスタを繰 返し読み出し、状態レジスタの値が制御プロセッサから指定された期待値となったこ とに応じて、状態レジスタの値が期待値となった後に試験ユニットが処理すべき制御 命令を試験ユニットへ送信する制御方法を提供する。  [0018] In the fourth embodiment of the present invention, a control processor that executes a test program for testing the device under test and a device under test connected to the device under test and in response to an instruction of the control processor. A control method for controlling a test apparatus comprising a test unit for testing a test unit, wherein a status register indicating the status of the test unit designated by the control processor is repeatedly read, and the value of the status register is designated by the control processor. A control method is provided to send a control command to be processed by the test unit to the test unit after the status register value reaches the expected value in response to the expected value.
[0019] なお上記の発明の概要は、本発明の必要な特徴の全てを列挙したものではなぐこ れらの特徴群のサブコンビネーションも又発明となりうる。  [0019] Note that the above summary of the invention does not enumerate all the necessary features of the present invention, and sub-combinations of these feature groups can also be the invention.
図面の簡単な説明  Brief Description of Drawings
[0020] [図 1]試験装置 10の全体構成を示す。  FIG. 1 shows the overall configuration of the test apparatus 10.
[図 2]中継部 20の機能構成を示す。  [FIG. 2] The functional configuration of the relay unit 20 is shown.
[図 3]バッファ制御部 35の機能構成を示す。  FIG. 3 shows a functional configuration of the buffer control unit 35.
[図 4]制御プロセッサ 15から試験ユニット 40に対する命令を中継部 20によって中継 する処理の流れを示す。  FIG. 4 shows the flow of processing for relaying instructions from the control processor 15 to the test unit 40 by the relay unit 20.
[図 5]図 4の S420における処理の詳細を示す。 [図 6]図 4の S430における処理の詳細を示す。 FIG. 5 shows details of processing in S420 of FIG. FIG. 6 shows details of processing in S430 of FIG.
[図 7]バッファ部 200にバッファリングされる命令群の第 1例を示す。  FIG. 7 shows a first example of an instruction group buffered in the buffer unit 200.
[図 8]バッファ部 200にバッファリングされる命令群の第 2例を示す。  FIG. 8 shows a second example of an instruction group buffered in the buffer unit 200.
[図 9]本実施形態の変形例における試験装置 10の全体構成を示す。  FIG. 9 shows an overall configuration of a test apparatus 10 in a modification of the present embodiment.
[図 10]本実施形態の変形例におけるバッファ部 200にバッファリングされる命令群の 一例を示す。  FIG. 10 shows an example of an instruction group buffered in the buffer unit 200 in a modification of the present embodiment.
符号の説明  Explanation of symbols
[0021] 10···試験装置、 15···制御プロセッサ、 20···中継部、 40···試験ユニット、 50··· 被試験デバイス、 100· · '試験プログラム、 400· ··状態レジスタ、 410· ··状態レジス タ、 30· ··処理制御部、 200· · 'バッファ部、 210· · 'タイミング記憶部、 220· · '条件 記憶部、 230·· ·ポーリング部、 35· · 'バッファ制御部、 300· ··取出部、 310· ··書 込部、 320· · ·検出部、 330· ··送信部  [0021] 10 ··· Test equipment, 15 · · · Control processor, 20 · · · Relay unit, 40 · · · Test unit, 50 · · Device under test, 100 · 'Test program, 400 · · · Status register 410 ··· Status register 30 ··· Processing control unit 200 · 'Buffer unit 210 · · · Timing storage unit 220 · · Condition storage unit 230 · Polling unit 35 'Buffer control section, 300 ... Extraction section, 310 ... Write section, 320 ... Detection section, 330 ... Transmission section
発明を実施するための最良の形態  BEST MODE FOR CARRYING OUT THE INVENTION
[0022] 以下、発明の実施の形態を通じて本発明の(一)側面を説明するが、以下の実施形 態は請求の範囲にかかる発明を限定するものではなぐ又実施形態の中で説明され ている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。  [0022] Hereinafter, (1) aspect of the present invention will be described through embodiments of the present invention. However, the following embodiments are not limited to the invention according to the claims and are described in the embodiments. Not all combinations of features are essential for the solution of the invention.
[0023] 図 1は、試験装置 10の全体構成を示す。試験装置 10は、制御プロセッサ 15と、複 数の中継部 20と、複数の試験ユニット 40とを有する。制御プロセッサ 15は、被試験 デバイスを試験する試験プログラム 100を実行する。制御プロセッサ 15は、それぞれ が異なる試験ユニット 40を制御する複数の試験プログラム 100を実行してもよ!/、。複 数の試験プログラム 100のそれぞれは、マルチタスク、マルチプロセス、または、マル チスレッドと呼ばれる実行機構を備えるオペレーティングシステムにお!/、て、制御プロ セッサ 15の計算機資源を時分割して並行に実行されてもよい。  FIG. 1 shows the overall configuration of the test apparatus 10. The test apparatus 10 includes a control processor 15, a plurality of relay units 20, and a plurality of test units 40. The control processor 15 executes a test program 100 for testing the device under test. The control processor 15 may execute a plurality of test programs 100, each controlling a different test unit 40! /. Each of the multiple test programs 100 is an operating system equipped with an execution mechanism called multitask, multiprocess, or multithread! /, And the computer resources of the control processor 15 are time-divided in parallel. May be executed.
[0024] 複数の試験ユニット 40のそれぞれは、複数の被試験デバイス 50のそれぞれに対 応して設けられている。そして、複数の試験ユニット 40のそれぞれは、対応する被試 験デバイス 50に接続され、制御プロセッサ 15の指示に応じてその被試験デバイス 5 0を試験する。また、複数の試験ユニット 40のそれぞれは、当該試験ユニット 40の状 態を示す状態レジスタを有する。例えば、複数の試験ユニット 40のそれぞれは、第 1 の状態レジスタの一例である状態レジスタ 400と、第 2の状態レジスタの一例である状 態レジスタ 410とを有する。図中では 1つの試験ユニット 40にのみ状態レジスタ 400、 410を例示した力 S、他のそれぞれの試験ユニット 40もまた状態レジスタを有していて よい。そして、複数の試験ユニット 40のそれぞれは、試験の進行による状態変化に応 じて、当該試験ユニット 40の状態をこれらの状態レジスタに記憶する。 Each of the plurality of test units 40 is provided corresponding to each of the plurality of devices under test 50. Each of the plurality of test units 40 is connected to the corresponding device under test 50 and tests the device under test 50 in accordance with an instruction from the control processor 15. Each of the plurality of test units 40 has a status register that indicates the status of the test unit 40. For example, each of the plurality of test units 40 has a first A status register 400 which is an example of the second status register, and a status register 410 which is an example of the second status register. In the figure, only one test unit 40 has a force S illustrating the status registers 400, 410, and each other test unit 40 may also have a status register. Each of the plurality of test units 40 stores the state of the test unit 40 in these state registers in accordance with the state change due to the progress of the test.
[0025] 複数の中継部 20のそれぞれは、複数の試験ユニット 40のそれぞれに対応して設 けられている。複数の中継部 20のそれぞれは、制御プロセッサ 15および対応する試 験ユニット 40に接続される。そして、複数の中継部 20のそれぞれは、制御プロセッサ 15から対応する試験ユニット 40へと送信される制御命令を中継する。具体的には、 中継部 20内の記憶領域および試験ユニット 40内の記憶領域は、制御プロセッサ 15 上で試験プログラム 100が動作する仮想的なアドレス空間にマッピングされている。 そして、制御プロセッサ 15は、試験プログラム 100中の書込コマンドを実行することに より、その仮想的なアドレス空間、即ち中継部 20または試験ユニット 40に対し書き込 みを行う。なお、試験ユニット 40に対する制御命令とは、例えば、その試験ユニット 4 0から被試験デバイス 50に印加する電圧の大きさを設定 ·変更する命令などのほか、 試験用の信号の周波数を設定 ·変更する命令や、試験シーケンスの動作の開始を指 示する命令などであってよレ、。  Each of the plurality of relay units 20 is provided corresponding to each of the plurality of test units 40. Each of the plurality of relay units 20 is connected to the control processor 15 and the corresponding test unit 40. Each of the plurality of relay units 20 relays a control command transmitted from the control processor 15 to the corresponding test unit 40. Specifically, the storage area in the relay unit 20 and the storage area in the test unit 40 are mapped to a virtual address space in which the test program 100 operates on the control processor 15. Then, the control processor 15 executes a write command in the test program 100 to write to the virtual address space, that is, the relay unit 20 or the test unit 40. The control command for the test unit 40 is, for example, a command for setting / changing the magnitude of the voltage applied from the test unit 40 to the device under test 50, and setting / changing the frequency of the test signal. Or an instruction to start the test sequence.
[0026] 中継部 20は、試験ユニット 40に割り当てられたアドレス空間に対する書込データに ついては、制御プロセッサ 15から受け取ってそのまま試験ユニット 40に転送する。一 方で、中継部 20は、中継部 20に割り当てられたアドレス空間に対する書込データに ついては、その内容に応じて当該中継部 20中のレジスタまたはメモリなどに対し書込 み処理を行う。中継部 20は、書込まれた内容に応じて、命令転送のタイミングを制御 する。例えば、中継部 20は、当該書込データに続いて受信した制御命令などのデー タを、当該書込データによって示される時間を待機した後に試験ユニット 40に対し送 信してもよい。  The relay unit 20 receives the write data for the address space allocated to the test unit 40 from the control processor 15 and transfers it to the test unit 40 as it is. On the other hand, the relay unit 20 performs write processing on the register or memory in the relay unit 20 according to the content of the write data for the address space allocated to the relay unit 20. The relay unit 20 controls the instruction transfer timing according to the written contents. For example, the relay unit 20 may transmit data such as a control command received following the write data to the test unit 40 after waiting for a time indicated by the write data.
[0027] このように、本実施形態に係る試験装置 10は、試験ユニット 40に対しコマンドを送 信するタイミングを、制御プロセッサ 15とは別体に設けられた中継部 20によって制御 する。これにより、制御プロセッサ 15の処理負荷を軽減すると共に、制御命令送信の タイミングを正確に制御することを目的とする。 As described above, the test apparatus 10 according to the present embodiment controls the timing of transmitting a command to the test unit 40 by the relay unit 20 provided separately from the control processor 15. As a result, the processing load on the control processor 15 is reduced and the control command transmission is reduced. The purpose is to control the timing accurately.
[0028] 続いて、複数の中継部 20のうちある 1つの中継部 20についての機能構成を説明す Next, a functional configuration of one relay unit 20 among the plurality of relay units 20 will be described.
[0029] 図 2は、中継部 20の機能構成を示す。中継部 20は、処理制御部 30と、バッファ部 200と、タイミング記憶部 210と、条件記憶部 220と、ポーリング部 230とを有する。実 装の一例としては、バッファ部 200、タイミング記憶部 210および条件記憶部 220は、 レジスタやメモリといった記憶媒体によって実装されており、ポーリング部 230および 処理制御部 30は、シーケンサによって実装されている。まず、制御プロセッサ 15が、 制御命令の書き込みに先立って、その制御命令を試験ユニット 40に対して送信すベ きタイミングを、試験ユニット 40に割り当てられたアドレスに対し書き込む場合の処理 機能を説明する。バッファ部 200は、当該中継部 20に割り当てられたアドレスに対し て制御プロセッサ 15から書き込まれるべきタイミング値、および、対応する試験ュニッ ト 40に割り当てられたアドレスに対して制御プロセッサ 15から書き込まれるべき制御 命令を順次バッファする。 FIG. 2 shows a functional configuration of the relay unit 20. The relay unit 20 includes a processing control unit 30, a buffer unit 200, a timing storage unit 210, a condition storage unit 220, and a polling unit 230. As an example of implementation, the buffer unit 200, the timing storage unit 210, and the condition storage unit 220 are implemented by a storage medium such as a register and a memory, and the polling unit 230 and the processing control unit 30 are implemented by a sequencer. . First, the processing function when the control processor 15 writes the timing at which the control command should be transmitted to the test unit 40 prior to writing the control command to the address assigned to the test unit 40 will be described. . The buffer unit 200 should be written from the control processor 15 to the timing value to be written from the control processor 15 for the address assigned to the relay unit 20 and the address assigned to the corresponding test unit 40. Buffer control instructions sequentially.
[0030] 詳細には、バッファ部 200は、制御プロセッサ 15から受信した、タイミング値を書き 込むタイミング書込コマンドと、制御命令を書き込む制御命令書込コマンドとを順次 ノ ッファする。タイミング書込コマンドとは、例えば、中継部 20に割り当てられたァドレ ス空間中のアドレス、および、当該アドレスに書き込まれるべきタイミング値の組であ る。一方、制御命令書込コマンドとは、例えば、試験ユニット 40に割り当てられたアド レス空間中のアドレス、および、当該アドレスに書き込まれるべき制御命令の組である  Specifically, the buffer unit 200 sequentially receives the timing write command for writing the timing value and the control command write command for writing the control command received from the control processor 15. The timing write command is, for example, a set of an address in the address space allocated to the relay unit 20 and a timing value to be written to the address. On the other hand, the control command write command is, for example, a set of an address in the address space allocated to the test unit 40 and a control command to be written to the address.
[0031] タイミング記憶部 210は、制御プロセッサ 15から受信した、制御命令を試験ユニット 40に対して送信すべきタイミングを記憶する。このタイミングは、タイミング書込コマン ドに応じてバッファ制御部 35によりタイミング値として記憶されるものである。処理制 御部 30は、バッファ制御部 35を有する。バッファ制御部 35は、上記のタイミング値の 記憶の他、タイミング書込コマンドに続!/、て受信する制御命令の送信タイミングを制 御する。詳細には、バッファ制御部 35は、タイミング記憶部 210に記憶されたタイミン グが到達したことに応じて、バッファ部 200にバッファされた制御命令を、対応する試 験ユニット 40に対し送信する。このタイミング値は、例えば、続いて受信した制御命令 の送信を遅延させる遅延量などである。つまり、バッファ制御部 35は、バッファ部 200 力、らタイミング書込コマンドを取出したことに応じてそのタイミングが到達するまで、タ イミング書込コマンドより後に受信した制御命令書込コマンドの処理を遅延させる。 The timing storage unit 210 stores the timing at which the control command received from the control processor 15 should be transmitted to the test unit 40. This timing is stored as a timing value by the buffer control unit 35 in accordance with the timing write command. The processing control unit 30 has a buffer control unit 35. In addition to storing the above timing value, the buffer control unit 35 controls the transmission timing of the control command received after the timing write command. Specifically, the buffer control unit 35 responds to the test instruction buffered in the buffer unit 200 in response to the arrival of the timing stored in the timing storage unit 210. Sent to Test Unit 40. This timing value is, for example, a delay amount for delaying transmission of a control command received subsequently. That is, the buffer control unit 35 delays the processing of the control command write command received after the timing write command until the timing is reached in response to the output of the buffer unit 200 and the timing write command. Let
[0032] 次に、制御プロセッサ 15が、試験ユニット 40に割り当てられたアドレス空間内の状 態レジスタのアドレスおよび期待値を、中継部 20に割り当てられたアドレスに対して 書き込んだ後、当該試験ユニット 40に割り当てられたアドレスに制御命令を書き込む 場合の処理機能を説明する。条件記憶部 220は、制御プロセッサ 15から受信した、 試験ユニット 40の状態を示す状態レジスタのアドレスと、その状態レジスタの値と比 較される期待値とを記憶する。これらのアドレスおよび期待値は、バッファ制御部 35 によって記憶されるものである。即ち、バッファ制御部 35は、バッファ部 200から、状 態レジスタのアドレスおよび期待値を書き込む条件書込コマンドを取得すると、その アドレスおよび期待値を条件記憶部 220に記憶する。 [0032] Next, after the control processor 15 writes the address and expected value of the status register in the address space allocated to the test unit 40 to the address allocated to the relay unit 20, the test unit The processing function for writing a control command to the address assigned to 40 is explained. The condition storage unit 220 stores the address of the status register indicating the status of the test unit 40 received from the control processor 15 and the expected value compared with the value of the status register. These addresses and expected values are stored by the buffer control unit 35. That is, when the buffer control unit 35 obtains a condition write command for writing the address and expected value of the status register from the buffer unit 200, the buffer control unit 35 stores the address and expected value in the condition storage unit 220.
[0033] なお、状態レジスタのアドレスとは、その状態レジスタに割り当てられた制御プロセッ サ 15における仮想的なアドレスの他、その状態レジスタの番号その他の識別情報な どであってもよい。 It should be noted that the address of the status register may be a virtual address in the control processor 15 assigned to the status register, as well as the status register number and other identification information.
[0034] ポーリング部 230は、制御プロセッサ 15から指定された、試験ユニット 40の状態を 示す状態レジスタ(制御プロセッサ 15の指定に応じて状態レジスタ 400および状態レ ジスタ 410の一方または双方)を繰返し読み出す。詳細には、ポーリング部 230は、 ノ ッファ部 200から条件書込みコマンドを取得したことに応じて、状態レジスタのアド レス(即ち条件記憶部 220に記憶したアドレス)を読出アドレスとする読出コマンドを 試験ユニット 40へと繰返し発行する。処理制御部 30は、読み出した状態レジスタの 値が制御プロセッサ 15から指定された期待値となったことに応じて、その状態レジス タの値がその期待値となった後に試験ユニット 40が処理すべき制御命令を試験ュニ ット 40へ送信する。状態レジスタの値が期待値となった後に処理すべき制御命令と は、例えば、条件書込コマンドより後に受信した制御命令書込コマンドにより書き込ま れる命令である。即ち、バッファ制御部 35は、状態レジスタの値が期待値となったこと に応じて、条件書込コマンドより後に受信した制御命令書込コマンドを試験ユニット 4 0へ送信する。 [0034] The polling unit 230 repeatedly reads out a status register (one or both of the status register 400 and the status register 410 depending on the designation of the control processor 15) designated by the control processor 15 and indicating the status of the test unit 40. . Specifically, polling unit 230 tests a read command with the address of the status register (that is, the address stored in condition storage unit 220) as the read address in response to obtaining the condition write command from nother unit 200. Issue repeatedly to unit 40. In response to the read status register value having reached the expected value specified by the control processor 15, the processing control unit 30 performs processing after the status register value has reached the expected value. Control command to be sent to test unit 40. The control instruction to be processed after the value of the status register reaches the expected value is, for example, an instruction written by a control instruction write command received after the conditional write command. That is, the buffer control unit 35 receives the control command write command received after the conditional write command in response to the value of the status register reaching the expected value. Send to 0.
[0035] これに代えて、または、これに加えて、バッファ制御部 35は、状態レジスタの値が期 待値となったことに応じて、制御プロセッサ 15から後続の制御命令を送信させるベく 制御プロセッサに割込みを発行してもよい。この処理は、一連の試験処理が終了した ような場合に有効である。即ち例えば、バッファ制御部 35は、制御プロセッサ 15に対 し割込みを発行して制御プロセッサ 15を再起動させることで、次の試験を初めから開 台すること力 Sでさる。  Alternatively or in addition, the buffer control unit 35 should transmit a subsequent control instruction from the control processor 15 in response to the value of the status register becoming an expected value. An interrupt may be issued to the control processor. This process is effective when a series of test processes have been completed. That is, for example, the buffer controller 35 issues an interrupt to the control processor 15 and restarts the control processor 15, so that the next test can be started with the force S.
[0036] 図 3は、バッファ制御部 35の機能構成を示す。バッファ制御部 35は、取出部 300と 、書込部 310と、検出部 320と、送信部 330とを有する。取出部 300は、バッファ部 2 00にバッファされた書込コマンドを順次取り出す。取出部 300は、書込部 310による 書込み完了の通知、または、送信部 330による送信完了の通知に応じ、 FIFO方式 のバッファ部 200の先頭から書込コマンドを 1つ取出してもよい。また、取出部 300は 、中継部 20用の書込コマンドを取出した後にその書込みコマンドをバッファ部 200か ら直ちに削除してもよいし、その書込コマンドに応じた処理の完了後にその書込コマ ンドをバッファ部 200から削除してもよ!/、。  FIG. 3 shows a functional configuration of the buffer control unit 35. The buffer control unit 35 includes an extraction unit 300, a writing unit 310, a detection unit 320, and a transmission unit 330. The extraction unit 300 sequentially extracts the write commands buffered in the buffer unit 200. The extraction unit 300 may extract one write command from the top of the FIFO buffer unit 200 in response to a write completion notification from the writing unit 310 or a transmission completion notification from the transmission unit 330. In addition, the take-out unit 300 may immediately delete the write command from the buffer unit 200 after taking out the write command for the relay unit 20, or the write command after the completion of the processing corresponding to the write command. You can delete the command from the buffer part 200! /.
[0037] 書込部 310は、本発明に係るタイミング書込部の一例であり、タイミング書込コマン ドを取出したことに応じて当該タイミングをタイミング記憶部 210に記憶させる。また、 書込部 310は、条件書込コマンドを取出したことに応じて、状態レジスタのアドレスお よび期待値を条件記憶部 220に記憶させる。検出部 320は、タイミング記憶部 210に 記憶されたタイミングの到達を検出する。また、検出部 320は、ポーリング部 230によ り読み出された状態レジスタの値が期待値となった力、を検出する。  The writing unit 310 is an example of the timing writing unit according to the present invention, and stores the timing in the timing storage unit 210 in response to taking out the timing writing command. Further, the writing unit 310 stores the address of the state register and the expected value in the condition storage unit 220 in response to taking out the conditional writing command. The detection unit 320 detects the arrival of the timing stored in the timing storage unit 210. Further, the detection unit 320 detects the force at which the value of the status register read by the polling unit 230 becomes the expected value.
[0038] 送信部 330は、タイミングの到達が検出されたことを条件として、タイミング書込コマ ンドの後に受信した制御命令書込コマンドを、試験ユニット 40へと送信する。また、送 信部 330は、状態レジスタの値が期待値となったことを条件として、条件書込コマンド の後に受信した制御命令書込コマンドを試験ユニット 40へと送信する。  Transmitting section 330 transmits the control command write command received after the timing write command to test unit 40 on condition that the arrival of timing is detected. In addition, the transmission unit 330 transmits the control command write command received after the conditional write command to the test unit 40 on condition that the value of the status register becomes the expected value.
[0039] 図 4は、制御プロセッサ 15から試験ユニット 40に対する命令を中継部 20によって中 継する処理の流れを示す。バッファ部 200は、制御プロセッサ 15から試験ユニット 40 または当該中継部 20に割り当てられたアドレスに対して書き込まれるべき制御命令 をバッファする(S400)。取出部 300は、バッファ部 200にバッファされた書込コマン ドを順次取り出す(S410)。取出した書込コマンドが、当該中継部 20に割り当てられ たアドレス空間に対する書込コマンドであれば、中継部 20は、タイミング記憶部 210 または条件記憶部 220に対し書込みを行う(S420)。取出した書込コマンドが、試験 ユニット 40の状態レジスタ 400、 410のアドレスに対する書込コマンドであれば、中継 部 20は、制御命令の送信処理を行う(S430)。 FIG. 4 shows a flow of processing for relaying an instruction from the control processor 15 to the test unit 40 by the relay unit 20. The buffer unit 200 is a control command to be written from the control processor 15 to the address assigned to the test unit 40 or the relay unit 20. Is buffered (S400). The extraction unit 300 sequentially extracts the write commands buffered in the buffer unit 200 (S410). If the extracted write command is a write command for the address space assigned to the relay unit 20, the relay unit 20 writes to the timing storage unit 210 or the condition storage unit 220 (S420). If the extracted write command is a write command for the address of the status registers 400 and 410 of the test unit 40, the relay unit 20 performs transmission processing of the control command (S430).
[0040] 図 5は、図 4の S420における処理の詳細を示す。書込部 310は、取出したコマンド 力 Sタイミング書込コマンドか否かを判断する(S500)。タイミング書込コマンドであれば (S500 :YES)、書込部 310は、そのタイミング書込コマンドによって指定されたタイミ ングをタイミング記憶部 210に記憶させる(S510)。条件書込コマンドであれば(S52 0 :YES)、書込部 310は、後続の制御命令を送信する条件、即ち、状態レジスタの アドレスおよび期待値を条件記憶部 220に記憶させる(S 530)。  FIG. 5 shows details of the processing in S420 of FIG. The writing unit 310 determines whether or not the extracted command force is an S timing write command (S500). If it is a timing write command (S500: YES), the writing unit 310 stores the timing designated by the timing write command in the timing storage unit 210 (S510). If it is a conditional write command (S52 0: YES), the writing unit 310 causes the condition storage unit 220 to store the condition for transmitting the subsequent control instruction, that is, the address of the status register and the expected value (S530). .
[0041] 図 6は、図 4の S430における処理の詳細を示す。検出部 320は、タイミング記憶部  FIG. 6 shows details of the processing in S430 of FIG. The detection unit 320 is a timing storage unit
210に記憶されたタイミングの到達を検出する(S600)。タイミングの到達が検出され た場合に、または、そもそもタイミングが設定されていない場合に(S600 : YES)、検 出部 320は、状態レジスタの値が制御プロセッサ 15から指定された期待値となった かを判断する(S610)。この判断において、状態レジスタの値は所定のマスク値によ つてビットマスクされた上で判断に用いられてもよい。具体的には、以下の通りである The arrival of the timing stored in 210 is detected (S600). When the arrival of timing is detected or when the timing is not set in the first place (S600: YES), the detection unit 320 has the value of the status register set to the expected value specified by the control processor 15. Is determined (S610). In this determination, the value of the status register may be used for the determination after being masked with a predetermined mask value. Specifically:
Yes
[0042] まず、制御プロセッサ 15は、状態レジスタのアドレスおよび期待値の書き込みにお いて、その期待値として、ポーリング部 230が読み出した状態レジスタの値の各ビット をマスクするか否かを指定するマスク値と、マスクされた状態レジスタの値が満たすベ き値を示すマスク後期待値とを条件記憶部 220に書き込む。そして、ポーリング部 23 0は、状態レジスタの値を読み出すとともに、その状態レジスタの値をそのマスク値に よりマスクした値がマスク後期待値となったか否かを判断する。  First, the control processor 15 specifies whether or not to mask each bit of the value of the status register read by the polling unit 230 as the expected value when writing the address and expected value of the status register. The mask value and the expected value after mask indicating the value that should be satisfied by the masked status register value are written in the condition storage unit 220. Then, the polling unit 230 reads the value of the status register and determines whether or not the value obtained by masking the value of the status register with the mask value becomes the expected value after masking.
[0043] そして、タイミングの到達が検出され、かつ、状態レジスタの値が期待値となったこと に応じ(S600 :YES、 S610 : YES)、バッファ制御部 35の検出部 320は、条件書込 コマンドまたはタイミング書込コマンドよりも後に受信した制御命令書込コマンドを試 験ユニット 40へ送信する(S620)。なお、状態レジスタにマスク値が指定されている 場合には、マスクした値がマスク後期待値となったことが条件となる。 [0043] Then, when the arrival of the timing is detected and the value of the status register reaches the expected value (S600: YES, S610: YES), the detection unit 320 of the buffer control unit 35 performs the condition writing. Control command write command received after command or timing write command It is transmitted to the test unit 40 (S620). If a mask value is specified in the status register, the masked value must be the expected value after masking.
[0044] タイミングの到達が検出されず、または、状態レジスタの値が期待値となって!/、な!/、 場合には、処理制御部 30は、バッファ部 200から条件書込コマンドが取得されてから 予め設定されたタイムアウト時間が経過した力、どうかを判断する(S630)。経過して!/ヽ れば(S630 :YES)、処理制御部 30は、制御プロセッサ 15に対してタイムアウト割込 みを発行する(S640)。これにより、条件を設定したものの障害の発生などでそれが 成立しない場合や、設定した条件に誤りがありその条件が成立することが無い場合で あっても、エラーの検出処理や次の試験を適切に開始させることができる。 [0044] In the case where the arrival of timing is not detected or the value of the status register becomes the expected value! /, NA! /, The processing control unit 30 obtains the conditional write command from the buffer unit 200. Then, it is determined whether or not the force has passed the preset time-out time (S630). If! /? Has passed (S630: YES), the process control unit 30 issues a timeout interrupt to the control processor 15 (S640). As a result, even if a condition has been set but it does not hold due to a failure, etc., or even if the set condition has an error and the condition does not hold, error detection processing and the next test are performed. It can be started properly.
[0045] この割込みを受けた制御プロセッサ 15は、バッファ部 200の内容を消去して次の処 理を正しく開始できるようにするため、バッファ部 200の内容を消去する命令を中継 部 20に対し発行してもよい。この場合、中継部 20は、この命令を受信すると、 ソフ ァ部 200内にバッファリングせずにバッファ部 200内の書込コマンドを消去する。さら に他の例として、制御プロセッサ 15は、バッファ部 200の内容を読み出す命令を中 継部 20に対し発行してもよい。この場合、中継部 20は、この命令を受信すると、その 命令をバッファ部 200内にバッファリングせずに、バッファ部 200から書込コマンドを 読み出して制御プロセッサ 15に送信する。これらの仕組みを実装することで、エラー 発生後の復旧や原因追究を効率化できる。  [0045] Upon receiving this interrupt, the control processor 15 erases the contents of the buffer unit 200 and allows the relay unit 20 to issue an instruction to erase the contents of the buffer unit 200 so that the next processing can be started correctly. May be issued. In this case, when receiving this command, the relay unit 20 erases the write command in the buffer unit 200 without buffering in the software unit 200. As another example, the control processor 15 may issue an instruction for reading the contents of the buffer unit 200 to the relay unit 20. In this case, when receiving this command, the relay unit 20 reads the write command from the buffer unit 200 and transmits it to the control processor 15 without buffering the command in the buffer unit 200. By implementing these mechanisms, it is possible to improve the efficiency of recovery and cause investigation after an error occurs.
[0046] また、処理制御部 30は、特定の条件成立、例えば、予め定められた特定の状態レ ジスタの値が期待値となった力、どうかを判断する(S650)。この状態レジスタがその期 待値となった状態とは、例えば、試験装置 10による一連の試験が終了したことを示す 状態である。この場合には(S650 :YES)、処理制御部 30は、制御プロセッサ 15か ら後続の制御命令、即ち次の試験の制御命令を送信させるベぐ制御プロセッサ 15 に対し割込みを発行する(S640)。  [0046] Further, the processing control unit 30 determines whether or not a specific condition is satisfied, for example, a force at which a predetermined value of a specific state register becomes an expected value (S650). The state in which the state register has reached the expected value is, for example, a state indicating that a series of tests by the test apparatus 10 has been completed. In this case (S650: YES), the processing control unit 30 issues an interrupt to the control processor 15 that causes the control processor 15 to transmit a subsequent control command, that is, a control command for the next test (S640). .
[0047] 図 7は、バッファ部 200にバッファリングされる命令群の第 1例を示す。第 1例を用い て、制御命令を実行させるために充足するべき条件を複数設定する例を説明する。 この第 1例において、 FIFO方式のバッファ部 200には、先頭から順に、状態レジスタ 400に条件を書込むための第 1の条件書込みコマンドである条件書込コマンド 1と、 状態レジスタ 410に条件を書込むための第 2の条件書込コマンドである条件書込コ マンド 2と、試験ユニット 40を制御する制御命令とが記憶される。条件書込コマンド 1 は、制御プロセッサ 15のアドレス空間において状態レジスタ 400を特定するための第 1のアドレスと、状態レジスタ 400と比較されるべき第 1の期待値とによって構成される 。また、条件書込コマンド 2は、制御プロセッサ 15のアドレス空間において状態レジス タ 410を特定するための第 2のアドレスと、状態レジスタ 410と比較されるべき第 2の 期待値とによって構成される。 FIG. 7 shows a first example of an instruction group buffered in the buffer unit 200. Using the first example, an example will be described in which a plurality of conditions to be satisfied in order to execute a control command are set. In this first example, in the FIFO buffer unit 200, in order from the top, the condition write command 1 which is the first condition write command for writing the condition to the status register 400, A condition write command 2, which is a second condition write command for writing a condition to the status register 410, and a control command for controlling the test unit 40 are stored. The conditional write command 1 is composed of a first address for specifying the status register 400 in the address space of the control processor 15 and a first expected value to be compared with the status register 400. The conditional write command 2 is composed of a second address for specifying the status register 410 in the address space of the control processor 15 and a second expected value to be compared with the status register 410.
[0048] 即ち、制御プロセッサ 15は、状態レジスタ 400が第 1の期待値となり、かつ、状態レ ジスタ 410が第 2の期待値となったことを条件として、制御命令を試験ユニット 40へ送 信したい場合には、状態レジスタ 400のアドレスおよび第 1の期待値と、状態レジスタ 410のアドレスおよび第 2の期待値とをバッファ部 200に割り当てられたアドレスに対 して順次書き込む。そしてその後に、制御プロセッサ 15は、試験ユニット 40に割り当 てられたアドレスに制御命令を書き込む。その結果、図 7に示すように、条件書込コマ ンド 1、条件書込コマンド 2、および、制御命令が順次バッファ部 200に格納されること となる。 That is, the control processor 15 sends a control command to the test unit 40 on the condition that the status register 400 becomes the first expected value and the status register 410 becomes the second expected value. If desired, the address and first expected value of the status register 400 and the address and second expected value of the status register 410 are sequentially written to the addresses assigned to the buffer unit 200. After that, the control processor 15 writes a control command at the address assigned to the test unit 40. As a result, as shown in FIG. 7, the conditional write command 1, the conditional write command 2, and the control instruction are sequentially stored in the buffer unit 200.
[0049] ノ ッファ部 200がこのような状態にある場合において、ポーリング部 230は、状態レ ジスタ 400のアドレスおよび第 1の期待値を書き込む条件書込コマンド 1をバッファ部 200から取得したことに応じて、状態レジスタ 400のアドレスを読出アドレスとする第 1 の読出コマンドを試験ユニット 40へと繰返し発行する。そして、バッファ制御部 35は、 状態レジスタ 400の値が第 1の期待値となったことに応じて、条件書込みコマンド 1よ り後に受信した、状態レジスタ 410のアドレスおよび第 2の期待値を書き込む条件書 込コマンド 2をバッファ部 200から取り出す。  [0049] When the notifier unit 200 is in such a state, the polling unit 230 obtains the conditional write command 1 for writing the address of the state register 400 and the first expected value from the buffer unit 200. In response, the first read command having the address of the status register 400 as the read address is repeatedly issued to the test unit 40. Then, the buffer control unit 35 writes the address of the status register 410 and the second expected value received after the condition write command 1 in response to the value of the status register 400 becoming the first expected value. Takes condition write command 2 from buffer section 200.
[0050] そして、ポーリング部 230は、条件書込コマンド 2をバッファ部 200から取得したこと に応じて、状態レジスタ 410のアドレスを読み出しアドレスとする第 2の読出コマンドを 試験ユニット 40へと繰返し発行する。そして、バッファ制御部 35は、状態レジスタ 41 0の値が第 2の期待値となったことに応じて、条件書込コマンド 2より後に受信した制 御命令書込コマンドを試験ユニット 40へ送信する。このように、複数の条件書込コマ ンドを用いれば、制御命令を実行させるために充足するべき条件を複数指定すること ができる。 [0050] Then, the polling unit 230 repeatedly issues a second read command to the test unit 40 with the address of the status register 410 as the read address in response to the acquisition of the conditional write command 2 from the buffer unit 200. To do. Then, the buffer control unit 35 transmits the control command write command received after the conditional write command 2 to the test unit 40 in response to the value of the status register 410 becoming the second expected value. . In this way, if multiple condition write commands are used, multiple conditions that must be satisfied in order to execute the control instruction can be specified. Can do.
[0051] 図 8は、バッファ部 200にバッファリングされる命令群の第 2例を示す。第 2例を用い て、制御命令を実行させるために充足するべき複数の異なる条件を設定する処理を 説明する。この第 2例において、 FIFO方式のバッファ部 200には、先頭から順に、制 御命令を試験ユニット 40に対して送信するべきタイミングを定めるタイミング書込コマ ンドと、状態レジスタ 400に条件を書込むための条件書込コマンドと、試験ユニット 40 を制御する制御命令とが記憶される。  FIG. 8 shows a second example of the instruction group buffered in the buffer unit 200. Using the second example, a process for setting a plurality of different conditions to be satisfied in order to execute a control command will be described. In this second example, the FIFO buffer unit 200 writes, in order from the top, a timing write command that determines the timing at which a control command should be transmitted to the test unit 40, and a condition in the status register 400. And a control command for controlling the test unit 40 are stored.
[0052] 即ち、制御プロセッサ 15は、タイミング書込コマンドと、条件書込コマンドと、制御命 令書込コマンドとをこの順に順次発行している。このような状態において、検出部 320 は、タイミング書込コマンドによって書込まれたタイミングの到達を検出する。タイミン グの到達が検出されると、取出部 300は、その次のコマンド、即ち条件書込コマンド をバッファ部 200から取り出す。そして、ポーリング部 230は、状態レジスタ 400のアド レスおよび期待値を書き込む条件書込コマンドをバッファ部 200から取得したことに 応じて、状態レジスタ 400のアドレスを読出アドレスとする読出コマンドを試験ユニット 40へと繰返し発行する。そして、バッファ制御部 35は、状態レジスタ 400の値が期待 値となったことに応じて、条件書込みコマンドより後に受信した、制御命令書込コマン ドを試験ユニット 40へ送信する。このように、制御命令を実行させるために充足する べき条件は、複数の異なる種類の条件の組合せであってもよ!/、。  That is, the control processor 15 sequentially issues a timing write command, a condition write command, and a control command write command in this order. In such a state, the detection unit 320 detects the arrival of the timing written by the timing write command. When the arrival of the timing is detected, the extraction unit 300 extracts the next command, that is, the conditional write command, from the buffer unit 200. Then, in response to the acquisition of the condition write command for writing the address and expected value of the status register 400 from the buffer unit 200, the polling unit 230 issues a read command with the address of the status register 400 as the read address. Issue repeatedly. Then, the buffer control unit 35 transmits the control command write command received after the condition write command to the test unit 40 in response to the value of the status register 400 becoming the expected value. In this way, the condition to be satisfied in order to execute the control command may be a combination of a plurality of different types of conditions! /.
[0053] 図 9は、本実施形態の変形例における試験装置 10の全体構成を示す。本変形例 は、複数の試験ユニット 40が協業して単一の被試験デバイス 50を試験することを目 的とする。被試験デバイス 50の高性能化に伴い、被試験デバイス 50の入出力端子 の数も増加しており、 1つの試験ユニット 40によっては 1つの被試験デバイス 50を試 験できない場合がある。このような場合には、複数の試験ユニット 40が被試験デバイ ス 50の入出力端子の一部ずつに接続されて試験を行う。  FIG. 9 shows an overall configuration of the test apparatus 10 in a modification of the present embodiment. This modification is intended to test a single device under test 50 in cooperation with a plurality of test units 40. As the performance of the device under test 50 increases, the number of input / output terminals of the device under test 50 also increases, and one device under test 50 may not be tested depending on one test unit 40. In such a case, a plurality of test units 40 are connected to part of the input / output terminals of the device under test 50 for testing.
[0054] 具体的には、本変形例に係る試験装置 10は、試験ユニット 40— 1および試験ュニ ット 40— 2によって被試験デバイス 50— 1を試験する。また、試験装置 10は、試験ュ ニット 40— 3および試験ユニット 40— 4によって被試験デバイス 50— 2を試験する。 また、試験ユニット 40— ;!〜 4のそれぞれに対応付けて、中継部 20— ;!〜 4のそれぞ れが設けられている。このような形態において、中継部 20—;!〜 2は、制御プロセッサ 15における同一のアドレス空間を共有してもよい。また、中継部 20— 3〜4は、制御 プロセッサ 15における同一のアドレス空間を共有してもよい。この場合における命令 中継処理の一例を、図 10を参照して説明する。 [0054] Specifically, the test apparatus 10 according to the present modification tests the device under test 50-1 using the test unit 40-1 and the test unit 40-2. The test apparatus 10 tests the device under test 50-2 using the test unit 40-3 and the test unit 40-4. In addition, each of the relay units 20— ;! to 4 is associated with each of the test units 40— ;! to 4. This is provided. In such a form, the relay units 20 — ;! ˜2 may share the same address space in the control processor 15. Further, the relay units 20-3 to 4 may share the same address space in the control processor 15. An example of instruction relay processing in this case will be described with reference to FIG.
[0055] なお、図 9を参照して述べた構成以外の構成については、図 1〜図 8を参照して説 明した実施形態に係る試験装置 10と略同一であるから説明を省略する。  [0055] The configuration other than the configuration described with reference to FIG. 9 is substantially the same as the test apparatus 10 according to the embodiment described with reference to FIGS.
[0056] 図 10は、本実施形態の変形例におけるバッファ部 200にバッファリングされる命令 群の一例を示す。中継部 20— 1および中継部 20— 2は同一のアドレス空間を共有し ているので、中継部 20— 1のバッファ部 200および中継部 20— 2のバッファ部 200に は、同一の命令群がバッファリングされている。具体的には、それぞれのバッファ部 2 00には、先頭から順に、試験ユニット 40— 1に対する制御命令 1と、試験ユニット 40 2に対する制御命令 2と、試験ユニット 40— 1に対する制御命令 1とがこの順に記 憶されている。  FIG. 10 shows an example of a group of instructions buffered in the buffer unit 200 in the modification example of the present embodiment. Since the relay unit 20-1 and the relay unit 20-2 share the same address space, the same instruction group is included in the buffer unit 200 of the relay unit 20-1 and the buffer unit 200 of the relay unit 20-2. Buffered. Specifically, each buffer unit 200 includes, in order from the top, control command 1 for test unit 40-1, control command 2 for test unit 40-2, and control command 1 for test unit 40-1. They are remembered in this order.
[0057] 中継部 20— 1の取出部 300は、バッファ部 200の先頭から制御命令 1を取り出すと 、この制御命令 1の書込み先が試験ユニット 40— 1であるかを判断する。書込み先は 試験ユニット 40— 1であるから、中継部 20— 1はこの制御命令 1を試験ユニット 40— 1に対し送信させる。一方で、中継部 20— 2の取出部 300は、バッファ部 200の先頭 の制御命令 1の書込み先は試験ユニット 40— 2ではないので、その制御命令 1を実 行しないで破棄する。  [0057] When the fetch unit 300 of the relay unit 20-1 fetches the control command 1 from the head of the buffer unit 200, the fetch unit 300 determines whether the write destination of the control command 1 is the test unit 40-1. Since the write destination is the test unit 40-1, the relay unit 20-1 transmits the control command 1 to the test unit 40-1. On the other hand, the fetch unit 300 of the relay unit 20-2 discards the control command 1 without executing the control command 1 because the write destination of the control command 1 at the head of the buffer unit 200 is not the test unit 40-2.
[0058] 先頭の制御命令 1の実行または破棄が完了すると、中継部 20— ;!〜 2はともに次の 命令の処理に移る。即ち、中継部 20— 1のバッファ部 200は、制御命令 2を取り出す と、その制御命令 2の書込み先が試験ユニット 40— 2なので、その制御命令 2を破棄 する。一方で、中継部 20— 2のバッファ部 200は、制御命令 2の書込み先が試験ュ ニット 40— 2なので、その制御命令を試験ユニット 40— 2に対し送信させる。以降の 制御命令についても同様である。  [0058] When the execution or discard of the first control instruction 1 is completed, the relay unit 20 — ;! ~ 2 moves to the processing of the next instruction. That is, when the buffer unit 200 of the relay unit 20-1 takes out the control command 2, the control command 2 is discarded because the write destination of the control command 2 is the test unit 40-2. On the other hand, the buffer unit 200 of the relay unit 20-2 transmits the control command to the test unit 40-2 because the write destination of the control command 2 is the test unit 40-2. The same applies to the subsequent control instructions.
[0059] このように、本変形例によれば、 1つの被試験デバイス 50を複数の試験ユニット 40 を用いて試験する場合においても、制御プロセッサ 15から見たアドレス空間を被試 験デバイス 50ごとに設定することができる。このようにしても、中継部 20により、それ ぞれの試験ユニット 40に対する命令は適切に振り分けられて処理される。このように 、本変形例によれば、図 1から図 8に示した実施形態において説明した処理に加えて 、命令の振分処理をも中継部 20に集中させて、制御プロセッサ 1 5の負荷を軽減する こと力 Sできる。さらには、既存の試験プログラム 100および試験ユニット 40の流用を容 易とすること力 Sでさる。 As described above, according to this modification, even when one device under test 50 is tested using a plurality of test units 40, the address space viewed from the control processor 15 is determined for each device under test 50. Can be set to Even in this case, the relay unit 20 The instructions for each test unit 40 are distributed and processed appropriately. As described above, according to the present modification, in addition to the processing described in the embodiment shown in FIGS. 1 to 8, the instruction distribution processing is also concentrated on the relay unit 20, and the load on the control processor 15 is increased. Can reduce power S. Furthermore, it is possible to use the existing test program 100 and the test unit 40 easily.
[0060] 以上、本発明の(一)側面を実施の形態を用いて説明した力 本発明の技術的範 囲は上記実施の形態に記載の範囲には限定されない。上記実施の形態に、多様な 変更又は改良を加えることができる。例えば、本実施例またはその変形例に示す中 継部 20は、それに対応する試験ユニット 40の中に含めて実装されてもよい。その様 な変更又は改良を加えた形態も本発明の技術的範囲に含まれ得ることが、請求の範 囲の記載から明らかである。  [0060] As described above, the (1) aspect of the present invention has been described using the embodiments. The technical scope of the present invention is not limited to the scope described in the above embodiments. Various modifications or improvements can be added to the above embodiment. For example, the relay unit 20 shown in the present embodiment or its modification may be included in the corresponding test unit 40 and mounted. It is apparent from the scope of the claims that the embodiments added with such changes or improvements can be included in the technical scope of the present invention.
[0061] 上記説明から明らかなように、本発明の(一)実施形態によれば、試験ユニットの動 作タイミングを精度良くかつ効率的に制御する試験装置および制御方法を実現する こと力 Sでさる。  As is apparent from the above description, according to the embodiment (1) of the present invention, it is possible to realize a test apparatus and a control method for accurately and efficiently controlling the operation timing of the test unit. Monkey.

Claims

請求の範囲 The scope of the claims
[1] 被試験デバイスを試験する試験装置であって、  [1] A test apparatus for testing a device under test,
前記被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、 前記被試験デバイスに接続され、前記制御プロセッサの指示に応じて前記被試験 デバイスを試験する試験ユニットと、  A control processor that executes a test program for testing the device under test; a test unit that is connected to the device under test and tests the device under test according to instructions from the control processor;
前記制御プロセッサおよび前記試験ユニットに接続され、前記制御プロセッサから 前記試験ユニットへと送信される制御命令を中継する中継部と  A relay unit connected to the control processor and the test unit and relaying a control command transmitted from the control processor to the test unit;
を備え、  With
前記中継部は、  The relay unit is
前記制御プロセッサから前記試験ユニットに割り当てられたアドレスに対して書き込 まれるべき前記制御命令をバッファするバッファ部と、  A buffer unit for buffering the control instruction to be written to an address assigned to the test unit from the control processor;
前記制御プロセッサから受信した、前記制御命令を前記試験ユニットに対して送信 すべきタイミングを記憶するタイミング記憶部と、  A timing storage unit for storing a timing at which the control command received from the control processor is to be transmitted to the test unit;
前記タイミング記憶部に記憶されたタイミングが到達したことに応じて、前記バッファ 部にバッファされた前記制御命令を、前記試験ユニットへ送信するバッファ制御部と を有する試験装置。  A test apparatus comprising: a buffer control unit that transmits the control command buffered in the buffer unit to the test unit in response to the arrival of the timing stored in the timing storage unit.
[2] 前記制御プロセッサは、前記制御命令の書き込みに先立って、前記制御命令を前 記試験ユニットに対して送信すべきタイミングを、前記中継部に割り当てられたァドレ スに対して書き込み、  [2] Prior to the writing of the control command, the control processor writes the timing at which the control command should be transmitted to the test unit to the address assigned to the relay unit,
前記バッファ部は、前記制御プロセッサから受信した、前記タイミングを書き込むタ イミング書込コマンドと、前記制御命令を書き込む制御命令書込コマンドとを順次バ ッファし、  The buffer unit sequentially buffers the timing write command for writing the timing and the control command write command for writing the control command received from the control processor,
前記バッファ制御部は、前記バッファ部から前記タイミング書込コマンドを取り出し たことに応じて前記タイミングが到達するまで、前記タイミング書込コマンドより後に受 信した前記制御命令書込コマンドの処理を遅延させる  The buffer control unit delays processing of the control command write command received after the timing write command until the timing is reached in response to taking out the timing write command from the buffer unit.
請求項 1に記載の試験装置。  The test apparatus according to claim 1.
[3] 前記バッファ制御部は、 [3] The buffer control unit includes:
前記バッファ部にバッファされた書込コマンドを順次取り出す取出部と、 前記タイミング書込コマンドを取り出したことに応じて当該タイミングを前記タイミング 記憶部に記憶させるタイミング書込部と、 An extraction unit for sequentially retrieving the write commands buffered in the buffer unit; A timing writing unit for storing the timing in the timing storage unit in response to taking out the timing writing command;
前記タイミング記憶部に記憶された前記タイミングの到達を検出する検出部と、 前記タイミングの到達が検出されたことを条件として、前記タイミング書込コマンドの 後に受信した前記制御命令書込コマンドを、前記試験ユニットへと送信する送信部と を含む請求項 2に記載の試験装置。  The detection unit that detects the arrival of the timing stored in the timing storage unit, and the control command write command received after the timing write command on the condition that the arrival of the timing is detected, The test apparatus according to claim 2, further comprising: a transmission unit that transmits to the test unit.
[4] 当該試験装置は、複数の被試験デバイスを試験するものであり、 [4] The test apparatus tests a plurality of devices under test.
前記複数の被試験デバイスのそれぞれに対応して、複数の前記試験ユニットのそ れぞれが設けられ、  Each of the plurality of test units is provided corresponding to each of the plurality of devices under test,
前記複数の試験ユニットのそれぞれに対応して、複数の前記中継部のそれぞれが 設けられる  Each of the plurality of relay units is provided corresponding to each of the plurality of test units.
請求項 3に記載の試験装置。  The test apparatus according to claim 3.
[5] 被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、前記被試 験デバイスに接続され、前記制御プロセッサの指示に応じて前記被試験デバイスを 試験する試験ユニットとを備える試験装置を制御する制御方法であって、 [5] A test apparatus comprising: a control processor that executes a test program for testing a device under test; and a test unit that is connected to the device under test and tests the device under test according to instructions from the control processor. A control method for controlling,
前記制御プロセッサから前記試験ユニットに割り当てられたアドレスに対して書き込 まれるべき制御命令をバッファし、  Buffer control instructions to be written from the control processor to the address assigned to the test unit;
前記制御プロセッサから受信した、前記制御命令を前記試験ユニットに対して送信 すべきタイミングを記憶し、  Storing the timing at which the control command received from the control processor is to be transmitted to the test unit;
前記タイミングが到達したことに応じて、バッファされた前記制御命令を、前記試験 ユニットへ送信する  Send the buffered control instructions to the test unit in response to the timing being reached
制御方法。  Control method.
[6] 被試験デバイスを試験する試験装置であって、  [6] A test apparatus for testing a device under test,
前記被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、 前記被試験デバイスに接続され、前記制御プロセッサの指示に応じて前記被試験 デバイスを試験する試験ユニットと、  A control processor that executes a test program for testing the device under test; a test unit that is connected to the device under test and tests the device under test according to instructions from the control processor;
前記制御プロセッサおよび前記試験ユニットに接続され、前記制御プロセッサから 前記試験ユニットへと送信される制御命令を中継する中継部と を備え、 A relay unit connected to the control processor and the test unit and relaying a control command transmitted from the control processor to the test unit; With
前記中継部は、  The relay unit is
前記制御プロセッサから指定された、前記試験ユニットの状態を示す状態レジスタ を繰返し読み出すポーリング部と、  A polling unit that repeatedly reads a status register designated by the control processor and indicating the status of the test unit;
前記状態レジスタの値が前記制御プロセッサから指定された期待値となったことに 応じて、前記状態レジスタの値が前記期待値となった後に前記試験ユニットが処理 すべき前記制御命令を前記試験ユニットへ送信する処理制御部と  In response to the value of the status register becoming the expected value designated by the control processor, the control unit should process the control instruction to be processed after the value of the status register becomes the expected value. Processing control unit to send to
を有する試験装置。  Test equipment with
[7] 前記制御プロセッサは、前記試験ユニットに割り当てられたアドレス空間内の前記 状態レジスタのアドレスおよび前記期待値を、前記中継部に割り当てられたアドレス に対して書き込んだ後、前記試験ユニットに割り当てられたアドレスに前記制御命令 を書き込み、  [7] The control processor writes the address of the status register and the expected value in the address space assigned to the test unit to the address assigned to the relay unit, and then assigns the test unit to the test unit. Write the control command to the specified address,
前記中継部は、前記制御プロセッサから受信した、前記状態レジスタのアドレスお よび前記期待値を書き込む条件書込コマンドと、前記制御命令を書き込む制御命令 書込コマンドとを順次バッファするバッファ部を更に有し、  The relay unit further includes a buffer unit for sequentially buffering a condition write command for writing the status register address and the expected value received from the control processor and a control command write command for writing the control command. And
前記ポーリング部は、前記バッファ部から前記条件書込コマンドを取得したことに応 じて、前記状態レジスタのアドレスを読出アドレスとする読出コマンドを前記試験ュニ ットへと繰返し発行し、  In response to the acquisition of the conditional write command from the buffer unit, the polling unit repeatedly issues a read command having the address of the status register as a read address to the test unit,
前記処理制御部は、前記状態レジスタの値が前記期待値となったことに応じて、前 記条件書込コマンドより後に受信した前記制御命令書込コマンドを前記試験ユニット へ送信するバッファ制御部を含む  The processing control unit includes a buffer control unit that transmits the control command write command received after the conditional write command to the test unit in response to the value of the status register becoming the expected value. Include
請求項 6に記載の試験装置。  The test apparatus according to claim 6.
[8] 前記制御プロセッサは、前記状態レジスタのアドレスおよび前記期待値の書き込み において、前記期待値として、前記ポーリング部が読み出した前記状態レジスタの値 の各ビットをマスクするか否かを指定するマスク値と、マスクされた前記状態レジスタ の値が満たすべき値を示すマスク後期待値とを書き込み、 [8] The control processor specifies whether or not to mask each bit of the value of the status register read by the polling unit as the expected value when writing the address of the status register and the expected value. Write a value and an expected value after mask indicating the value to be satisfied by the masked status register value;
前記バッファ制御部は、前記状態レジスタの値を前記マスク値によりマスクした値が 前記マスク後期待値となったことに応じて、前記条件書込コマンドより後に受信した前 記制御命令書込コマンドを前記試験ユニットへ送信する The buffer control unit receives a value after the condition write command is received in response to a value obtained by masking the value of the status register with the mask value being the expected value after masking. Send the control command write command to the test unit.
請求項 7に記載の試験装置。  The test apparatus according to claim 7.
[9] 前記制御プロセッサは、第 1の前記状態レジスタが第 1の前記期待値となり、かつ、 第 2の前記状態レジスタが第 2の前記期待値となったことを条件として前記制御命令 を前記試験ユニットへ送信する場合において、前記第 1の状態レジスタのアドレスお よび前記第 1の期待値と、前記第 2の状態レジスタのアドレスおよび前記第 2の期待 値とを前記中継部に割り当てられたアドレスに対して順次書き込んだ後、前記試験ュ ニットに割り当てられたアドレスに前記制御命令を書き込み、 [9] The control processor outputs the control instruction on the condition that the first status register becomes the first expected value and the second status register becomes the second expected value. When transmitting to the test unit, the address of the first status register and the first expected value, the address of the second status register and the second expected value are assigned to the relay unit. After sequentially writing to the address, write the control command to the address assigned to the test unit,
前記ポーリング部は、前記第 1の状態レジスタのアドレスおよび前記第 1の期待値を 書き込む第 1の前記条件書込コマンドを前記バッファ部から取得したことに応じて、前 記第 1の状態レジスタのアドレスを読出アドレスとする第 1の読出コマンドを前記試験 ユニットへと繰返し発行し、  The polling unit acquires the first condition write command for writing the address of the first state register and the first expected value from the buffer unit, and First issue a first read command with the address as the read address to the test unit,
前記バッファ制御部は、前記第 1の状態レジスタの値が前記第 1の期待値となった ことに応じて、前記第 1の条件書込コマンドより後に受信した、前記第 2の状態レジス タのアドレスおよび前記第 2の期待値を書き込む第 2の前記条件書込コマンドを前記 ノ ッファ部から取り出し、  The buffer control unit receives the second status register received after the first conditional write command in response to the value of the first status register becoming the first expected value. The second conditional write command for writing the address and the second expected value is taken out from the notfer unit,
前記ポーリング部は、前記第 2の条件書込コマンドを前記バッファ部から取得したこ とに応じて、前記第 2の状態レジスタのアドレスを読み出しアドレスとする第 2の読出コ マンドを前記試験ユニットへと繰返し発行し、  In response to the acquisition of the second conditional write command from the buffer unit, the polling unit sends a second read command having the address of the second status register as a read address to the test unit. And repeatedly issue
前記バッファ制御部は、前記第 2の状態レジスタの値が前記第 2の期待値となった ことに応じて、前記第 2の条件書込コマンドより後に受信した前記制御命令書込コマ ンドを前記試験ユニットへ送信する  The buffer control unit receives the control command write command received after the second conditional write command in response to the value of the second status register becoming the second expected value. Send to test unit
請求項 7に記載の試験装置。  The test apparatus according to claim 7.
[10] 前記処理制御部は、前記バッファ部から前記条件書込コマンドが取得されてから予 め設定されたタイムアウト時間が経過したことに応じて、前記制御プロセッサに対して タイムアウト割り込みを発行する請求項 6に記載の試験装置。 [10] The processing control unit issues a time-out interrupt to the control processor in response to elapse of a preset time-out period after the conditional write command is acquired from the buffer unit. The test apparatus according to Item 6.
[11] 前記処理制御部は、前記状態レジスタの値が前記制御プロセッサから指定された 期待値となったことに応じて、前記制御プロセッサから後続の前記制御命令を送信さ せるべく前記制御プロセッサに割り込みを発行する請求項 6に記載の試験装置。 被試験デバイスを試験する試験プログラムを実行する制御プロセッサと、 前記被試験デバイスに接続され、前記制御プロセッサの指示に応じて前記被試験 デバイスを試験する試験ユニットとを備える試験装置を制御する制御方法であって、 前記制御プロセッサから指定された、前記試験ユニットの状態を示す状態レジスタ を繰返し読み出し、 [11] The processing control unit transmits a subsequent control command from the control processor in response to the value of the status register becoming an expected value specified by the control processor. 7. The test apparatus according to claim 6, wherein an interrupt is issued to the control processor as much as possible. A control method for controlling a test apparatus comprising: a control processor that executes a test program for testing a device under test; and a test unit that is connected to the device under test and tests the device under test according to instructions from the control processor And repeatedly reading a status register designated by the control processor and indicating the status of the test unit,
前記状態レジスタの値が前記制御プロセッサから指定された期待値となったことに 応じて、前記状態レジスタの値が前記期待値となった後に前記試験ユニットが処理 すべき前記制御命令を前記試験ユニットへ送信する  In response to the value of the state register becoming an expected value designated by the control processor, the control unit should process the control instruction to be processed after the value of the state register becomes the expected value. Send to
制御方法。  Control method.
PCT/JP2007/067764 2006-10-12 2007-09-12 Tester and control method WO2008044421A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008538600A JP5008673B2 (en) 2006-10-12 2007-09-12 Test apparatus and control method

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US11/546,929 US7502708B2 (en) 2006-10-12 2006-10-12 Test apparatus, and control method
US11/546,926 2006-10-12
US11/546,926 US7340364B1 (en) 2003-02-26 2006-10-12 Test apparatus, and control method
US11/546,929 2006-10-12

Publications (1)

Publication Number Publication Date
WO2008044421A1 true WO2008044421A1 (en) 2008-04-17

Family

ID=39282630

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2007/067764 WO2008044421A1 (en) 2006-10-12 2007-09-12 Tester and control method

Country Status (4)

Country Link
JP (1) JP5008673B2 (en)
KR (1) KR20090077822A (en)
TW (1) TW200817702A (en)
WO (1) WO2008044421A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009144842A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Test equipment, testing method and system
WO2009144837A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Tester and information processing system
CN102185730A (en) * 2009-12-27 2011-09-14 爱德万测试株式会社 Test apparatus and test method
JP5080580B2 (en) * 2007-08-27 2012-11-21 株式会社アドバンテスト System, relay device, and test device
JP2015526700A (en) * 2012-06-05 2015-09-10 ライトポイント・コーポレイションLitePoint Corporation System and method for executing a user-defined instrument command sequence using multiple hardware and analysis modules

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8179154B2 (en) * 2008-10-30 2012-05-15 Advantest Corporation Device, test apparatus and test method
TWI399551B (en) * 2009-06-26 2013-06-21 Senao Networks Inc Burner device and burner method
KR20150127914A (en) 2014-05-07 2015-11-18 에스케이하이닉스 주식회사 Semiconductor device including plurality of processors and operating method thereof

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6447148U (en) * 1987-09-16 1989-03-23
JP2004163351A (en) * 2002-11-15 2004-06-10 Shibasoku:Kk Testing device and testing method using testing device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7340364B1 (en) * 2003-02-26 2008-03-04 Advantest Corporation Test apparatus, and control method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6447148U (en) * 1987-09-16 1989-03-23
JP2004163351A (en) * 2002-11-15 2004-06-10 Shibasoku:Kk Testing device and testing method using testing device

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5080580B2 (en) * 2007-08-27 2012-11-21 株式会社アドバンテスト System, relay device, and test device
JPWO2009144839A1 (en) * 2008-05-30 2011-09-29 株式会社アドバンテスト Test apparatus and information processing system
US8831903B2 (en) 2008-05-30 2014-09-09 Advantest Corporation Test apparatus, test method and system
WO2009144839A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Tester and information processing system
WO2009144838A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Tester, information processing system, and data transmission method
WO2009144844A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Test device and test method
JP4674273B2 (en) * 2008-05-30 2011-04-20 株式会社アドバンテスト Test apparatus and information processing system
JP4674274B2 (en) * 2008-05-30 2011-04-20 株式会社アドバンテスト Test apparatus, information processing system, and data transmission method
JP4674275B2 (en) * 2008-05-30 2011-04-20 株式会社アドバンテスト Test apparatus and test method
JP4722228B2 (en) * 2008-05-30 2011-07-13 株式会社アドバンテスト Test apparatus, test method and system
JP4772920B2 (en) * 2008-05-30 2011-09-14 株式会社アドバンテスト Test apparatus and transmission apparatus
US8942946B2 (en) 2008-05-30 2015-01-27 Advantest Corporation Test apparatus and information processing system
WO2009144834A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Testing equipment and transmitter
WO2009144837A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Tester and information processing system
KR101138198B1 (en) 2008-05-30 2012-05-14 가부시키가이샤 어드밴티스트 Tester, information processing system, and data transmission method
KR101137539B1 (en) * 2008-05-30 2012-04-23 가부시키가이샤 어드밴티스트 Test device and test method
KR101215387B1 (en) 2008-05-30 2012-12-26 가부시키가이샤 어드밴티스트 Tester and information processing system
KR101215388B1 (en) 2008-05-30 2012-12-26 가부시키가이샤 어드밴티스트 Testing equipment and transmitter
US8407532B2 (en) 2008-05-30 2013-03-26 Advantest Corporation Test apparatus and transmission device
US8509057B2 (en) 2008-05-30 2013-08-13 Advantest Corporation Communication system, test apparatus, communication apparatus, communication method and test method
WO2009144842A1 (en) * 2008-05-30 2009-12-03 株式会社アドバンテスト Test equipment, testing method and system
US8805634B2 (en) 2008-05-30 2014-08-12 Advantest Corporation Test apparatus and test method
US8706439B2 (en) 2009-12-27 2014-04-22 Advantest Corporation Test apparatus and test method
CN102185730A (en) * 2009-12-27 2011-09-14 爱德万测试株式会社 Test apparatus and test method
JP2015526700A (en) * 2012-06-05 2015-09-10 ライトポイント・コーポレイションLitePoint Corporation System and method for executing a user-defined instrument command sequence using multiple hardware and analysis modules

Also Published As

Publication number Publication date
TW200817702A (en) 2008-04-16
JPWO2008044421A1 (en) 2010-02-04
KR20090077822A (en) 2009-07-15
JP5008673B2 (en) 2012-08-22

Similar Documents

Publication Publication Date Title
JP5008673B2 (en) Test apparatus and control method
US7340364B1 (en) Test apparatus, and control method
US10877766B2 (en) Embedded scheduling of hardware resources for hardware acceleration
US7502708B2 (en) Test apparatus, and control method
US8949498B2 (en) Interrupt handling in a virtual machine environment
KR20090046609A (en) Processor and memory control method
US20140129784A1 (en) Methods and systems for polling memory outside a processor thread
US8886862B2 (en) Virtualization of interrupts
US11055132B2 (en) Multicore page fault processing
JP2011133473A (en) Test apparatus, test method and program
US8332564B2 (en) Data processing apparatus and method for connection to interconnect circuitry
TW201013539A (en) Embedded system and interruption handling method
US20170212852A1 (en) Method and accelerator unit for interrupt handling
US20130191693A1 (en) Trace Queue for Peripheral Component
US8082429B2 (en) Information processing apparatus and exception control circuit
US6948025B2 (en) System and method for transferring data between an IEEE 1394 device and a SCSI device
US8156386B2 (en) Information processing apparatus, and method and computer program for controlling same, for detecting certain failures
US20060184708A1 (en) Host controller device and method
US9710409B2 (en) Interrupt control apparatus and interrupt control method
JP2011138401A (en) Processor system, method of controlling the same, and control circuit
US11556434B2 (en) Real-time communication processing system and real-time communication processing method
CN100371916C (en) SCSI magnetic disc recording device and mehtod
US20080307208A1 (en) Application specific processor having multiple contexts
WO2010061482A1 (en) Testing apparatus, serial transmission system, program, and recording medium
CN101661455A (en) Communication method and system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07807171

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2008538600

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 1020097009710

Country of ref document: KR

122 Ep: pct application non-entry in european phase

Ref document number: 07807171

Country of ref document: EP

Kind code of ref document: A1