WO2008044421A1 - Testeur et procédé de commande - Google Patents

Testeur et procédé de commande 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
English (en)
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,926 external-priority patent/US7340364B1/en
Priority claimed from US11/546,929 external-priority patent/US7502708B2/en
Application filed by Advantest Corporation filed Critical Advantest Corporation
Priority to JP2008538600A priority Critical patent/JP5008673B2/ja
Publication of WO2008044421A1 publication Critical patent/WO2008044421A1/ja

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.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Tests Of Electronic Circuits (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Medical Informatics (AREA)
PCT/JP2007/067764 2006-10-12 2007-09-12 Testeur et procédé de commande WO2008044421A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008538600A JP5008673B2 (ja) 2006-10-12 2007-09-12 試験装置および制御方法

Applications Claiming Priority (4)

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

Publications (1)

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

Family

ID=39282630

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2007/067764 WO2008044421A1 (fr) 2006-10-12 2007-09-12 Testeur et procédé de commande

Country Status (4)

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

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009144839A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および情報処理システム
WO2009144834A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および送信装置
CN102185730A (zh) * 2009-12-27 2011-09-14 爱德万测试株式会社 测试装置及测试方法
JP5080580B2 (ja) * 2007-08-27 2012-11-21 株式会社アドバンテスト システム、中継装置、および試験装置
JP2015526700A (ja) * 2012-06-05 2015-09-10 ライトポイント・コーポレイションLitePoint Corporation ユーザーが定義した計測器コマンドシーケンスを複数のハードウェア及び分析モジュールを用いて実行するためのシステム及び方法

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 (zh) * 2009-06-26 2013-06-21 Senao Networks Inc Burner device and burner method
KR20150127914A (ko) 2014-05-07 2015-11-18 에스케이하이닉스 주식회사 복수의 프로세서들을 포함하는 반도체 장치 및 그것의 동작 방법

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6447148U (ko) * 1987-09-16 1989-03-23
JP2004163351A (ja) * 2002-11-15 2004-06-10 Shibasoku:Kk 試験装置、試験装置による試験方法

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 (ko) * 1987-09-16 1989-03-23
JP2004163351A (ja) * 2002-11-15 2004-06-10 Shibasoku:Kk 試験装置、試験装置による試験方法

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5080580B2 (ja) * 2007-08-27 2012-11-21 株式会社アドバンテスト システム、中継装置、および試験装置
JPWO2009144839A1 (ja) * 2008-05-30 2011-09-29 株式会社アドバンテスト 試験装置および情報処理システム
US8831903B2 (en) 2008-05-30 2014-09-09 Advantest Corporation Test apparatus, test method and system
WO2009144837A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および情報処理システム
WO2009144838A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置、情報処理システムおよびデータ伝送方法
WO2009144842A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置、試験方法およびシステム
JP4674273B2 (ja) * 2008-05-30 2011-04-20 株式会社アドバンテスト 試験装置および情報処理システム
JP4674275B2 (ja) * 2008-05-30 2011-04-20 株式会社アドバンテスト 試験装置および試験方法
JP4674274B2 (ja) * 2008-05-30 2011-04-20 株式会社アドバンテスト 試験装置、情報処理システムおよびデータ伝送方法
JP4722228B2 (ja) * 2008-05-30 2011-07-13 株式会社アドバンテスト 試験装置、試験方法およびシステム
JP4772920B2 (ja) * 2008-05-30 2011-09-14 株式会社アドバンテスト 試験装置および送信装置
US8942946B2 (en) 2008-05-30 2015-01-27 Advantest Corporation Test apparatus and information processing system
WO2009144834A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および送信装置
WO2009144844A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および試験方法
KR101138198B1 (ko) 2008-05-30 2012-05-14 가부시키가이샤 어드밴티스트 시험 장치, 정보 처리 시스템 및 데이터 전송 방법
KR101137539B1 (ko) * 2008-05-30 2012-04-23 가부시키가이샤 어드밴티스트 시험 장치 및 시험 방법
KR101215388B1 (ko) 2008-05-30 2012-12-26 가부시키가이샤 어드밴티스트 시험 장치 및 송신 장치
KR101215387B1 (ko) 2008-05-30 2012-12-26 가부시키가이샤 어드밴티스트 시험 장치 및 정보 처리 시스템
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
WO2009144839A1 (ja) * 2008-05-30 2009-12-03 株式会社アドバンテスト 試験装置および情報処理システム
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 (zh) * 2009-12-27 2011-09-14 爱德万测试株式会社 测试装置及测试方法
JP2015526700A (ja) * 2012-06-05 2015-09-10 ライトポイント・コーポレイションLitePoint Corporation ユーザーが定義した計測器コマンドシーケンスを複数のハードウェア及び分析モジュールを用いて実行するためのシステム及び方法

Also Published As

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

Similar Documents

Publication Publication Date Title
JP5008673B2 (ja) 試験装置および制御方法
US7340364B1 (en) Test apparatus, and control method
US10877766B2 (en) Embedded scheduling of hardware resources for hardware acceleration
US7502708B2 (en) Test apparatus, and control method
KR101312281B1 (ko) 프로세서 및 메모리 제어 방법
US8949498B2 (en) Interrupt handling in a virtual machine environment
US20140129784A1 (en) Methods and systems for polling memory outside a processor thread
US8886862B2 (en) Virtualization of interrupts
US11055132B2 (en) Multicore page fault processing
JP2011133473A (ja) 試験装置、試験方法およびプログラム
US8332564B2 (en) Data processing apparatus and method for connection to interconnect circuitry
TW201013539A (en) Embedded system and interruption handling method
US8918680B2 (en) Trace queue for peripheral component
US20170212852A1 (en) Method and accelerator unit for interrupt handling
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 (ja) プロセッサシステム、プロセッサシステムの制御方法、及び制御回路
US11556434B2 (en) Real-time communication processing system and real-time communication processing method
KR102668599B1 (ko) 하드웨어 가속을 위한 하드웨어 리소스들의 임베디드 스케줄링
CN100371916C (zh) Scsi磁盘记录装置与方法
US20080307208A1 (en) Application specific processor having multiple contexts
WO2010061482A1 (ja) 試験装置、シリアル伝送システム、プログラム、および、記録媒体

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