WO2022247488A1 - Automated test equipment system and automated test equipment method therefor - Google Patents

Automated test equipment system and automated test equipment method therefor Download PDF

Info

Publication number
WO2022247488A1
WO2022247488A1 PCT/CN2022/085894 CN2022085894W WO2022247488A1 WO 2022247488 A1 WO2022247488 A1 WO 2022247488A1 CN 2022085894 W CN2022085894 W CN 2022085894W WO 2022247488 A1 WO2022247488 A1 WO 2022247488A1
Authority
WO
WIPO (PCT)
Prior art keywords
test equipment
automatic test
register
value
device under
Prior art date
Application number
PCT/CN2022/085894
Other languages
French (fr)
Chinese (zh)
Inventor
王祎
王家敏
方延奋
郭峻
Original Assignee
爱德万测试股份有限公司
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
Application filed by 爱德万测试股份有限公司 filed Critical 爱德万测试股份有限公司
Publication of WO2022247488A1 publication Critical patent/WO2022247488A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements

Definitions

  • the invention relates to an automatic testing equipment system and an automatic testing equipment method thereof.
  • the Automated Test Equipment is configured to test the Device Under Test (DUT).
  • the automatic test equipment stores program description language programs.
  • DFT Device For Test
  • Register operations are widely used in test design, and one of the well-known operations is Read-Modify-Write (Read-Modify-Write, RMW).
  • the described operation requires the automatic test equipment to write a dedicated value from the register while leaving the remaining values unchanged. Therefore, automatic test equipment needs to first read the registers, modify some values, and then write the new values back to the device under test.
  • the three steps of the automatic test equipment consume a lot of communication work between the automatic test equipment and the device under test. With thousands or even millions of read-modify-write operations throughout the test program, the overhead of communication can significantly impact production throughput.
  • the object of the present invention is to introduce a new test procedure implementing read-modify-write.
  • the present invention uses a hardware first-in-first-out (FIFO) memory to take over the role of communication between the automatic test equipment and the device to be tested.
  • the FIFO memory can first store the entire register value read from the device under test and then combined with the input value to be written back to the device under test under automatic test equipment control. The entire process requires no interruption between the automatic test equipment and the device under test, and is done transparently in real time like template execution.
  • the propagation delay time of the hardware's first-in-first-out memory can be compensated by automatic test equipment to calibrate the position of the signal edge.
  • automatic test equipment can attach register compare operations to double-assure read-modify-write operations. That is, high reliability applications are often required to do so.
  • a preferred embodiment of the present invention provides an automatic test equipment method, which is suitable for an automatic test equipment system.
  • the above automatic test equipment method includes: receiving a register value of a device under test through a first-in-first-out memory; receiving an input value of an automatic test equipment through the above-mentioned first-in-first-out memory; and receiving the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory.
  • a signal is selected to write the above-mentioned register value or the above-mentioned input value to the above-mentioned device under test.
  • a preferred embodiment of the present invention provides an automatic test equipment system, which is characterized in that it includes: a device under test, an automatic test equipment, and a first-in first-out memory.
  • the above-mentioned device under test is used for outputting register values.
  • the above-mentioned automatic test equipment is used to output the input value.
  • the above-mentioned first-in-first-out memory is connected to the above-mentioned device under test and the above-mentioned automatic test equipment, and is used to receive the above-mentioned register value of the above-mentioned device under test, receive the above-mentioned input value of the above-mentioned automatic test equipment, and receive the selection signal of the above-mentioned automatic test equipment to write The above-mentioned register value or the above-mentioned input value is sent to the above-mentioned device under test.
  • the above-mentioned automatic test equipment method further includes: receiving the test value of the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory, and outputting the result value according to the above-mentioned test value to the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory In order to provide the above-mentioned automatic test equipment to judge whether the above-mentioned first-in-first-out memory is operating normally.
  • the FIFO memory includes: a shift register and a multiplexer.
  • the shift register receives the register value of the device under test.
  • the multiplexer is connected to the shift register and receives the register value, the input value and the selection signal.
  • the shift register generates a 64-bit dummy cycle to reset the shift register.
  • the shift register is 74HC7731, and the multiplexer is 74HC157.
  • the above-mentioned FIFO memory includes 74HC7403.
  • the automatic test equipment system and the automatic test equipment method provided by the present invention enable the automatic test equipment to communicate with the device under test only once, reduce the test time of read-modify-write operation by more than 80%, and develop the test program Programming effort is also reduced, which in turn reduces testing time.
  • the present invention further provides a diagnostic program to ensure the hardware quality of the FIFO memory.
  • hardware FIFO can be realized by independent digital IC, CPLD/FPGA or even by internal hardware design of automatic test equipment.
  • FIG. 1 is a block diagram of an automatic test equipment system according to an embodiment of the present invention.
  • FIG. 2 is a flowchart of an automatic test equipment method according to an embodiment of the present invention.
  • FIG. 3 is a detailed flowchart of an automatic test equipment method according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a first-in-first-out memory according to an example of the present invention.
  • FIG. 5 is a schematic diagram of a first-in-first-out memory according to another example of the present invention.
  • the automatic test equipment system 1 of an embodiment of the present invention comprises a device under test 2, an automatic test device 3, and a first-in-first-out memory 4, wherein the first-in-first-out memory 4 is connected to the device under test 2 and the automatic Test equipment3.
  • the automatic test equipment 3 is used to output control signals to control the operation of the FIFO memory 4 and output test values, input values, and selection signals to the FIFO memory 4.
  • the first-in first-out memory 4 is used to receive the test value of the automatic test equipment 3, output the result value to the automatic test equipment 3 according to the test value to provide the automatic test equipment 3 to judge whether the first-in first-out memory 4 is operating normally, and receive the register of the device under test 2 value, receiving the input value of the automatic test equipment 3 , and receiving the selection signal of the automatic test equipment 3 to write the register value or input the value to the device under test 2 .
  • the device under test 2 is used for outputting the register value to the FIFO memory 4 and receiving the register value or the input value written into the FIFO memory 4 .
  • the automatic test equipment method according to an embodiment of the present invention is applicable to the automatic test equipment system 1 .
  • the automatic test equipment method of the present invention includes a FIFO memory test program S1 and a device under test test program S2.
  • the first-in-first-out memory test program S1 is used to ensure the hardware quality of the first-in first-out memory
  • the device under test test program S2 is used to enable the automatic test equipment 3 to communicate with the device under test 2 only once, so that read-modify-write
  • the test time for input operation is reduced by more than 80%, and the programming effort to develop the test program is also reduced, which in turn reduces the test time.
  • the first-in-first-out memory test program S1 includes step S11: receiving the test value of the automatic test equipment 3 through the first-in first-out memory 4, and step S13: outputting the result value to the automatic test equipment 3 through the first-in first-out memory 4 according to the test value
  • An automatic test device 3 is provided to judge whether the FIFO memory 4 is operating normally. If the automatic test equipment 3 judges that the first-in-first-out memory 4 is operating normally, then carry out the device under test test procedure S2; Avoid wasting testing time.
  • the device under test test program S2 includes step S21: receiving the register value of the device under test 2 through the first-in-first-out memory 4, step S23: receiving the input value of the automatic test equipment 3 through the first-in-first-out memory 4, and step S25: through the first-in-first-out memory 4
  • the output memory 4 receives the selection signal of the automatic test equipment 3 to write the register value or input the value to the device under test 2 .
  • the FIFO memory 4 includes a shift register 41 and a multiplexer 42, wherein the multiplexer 42 is connected to the shift register 41.
  • the shift register 41 is used to receive the register value of the device under test 2 .
  • the multiplexer 42 is used for receiving the register value of the shift register 41 , and the input value and selection signal of the automatic test equipment 3 .
  • the shift register 41 is a 74HC7731 register
  • the multiplexer is a 74HC157 multiplexer, but those skilled in the art can choose different shift registers and multiplexers according to actual needs, so the present invention is not limited thereto.
  • the automatic test equipment 3 outputs a control signal to control the shift register 41 so that the shift register 41 generates a 64-bit long dummy cycle to reset the D flip-flop array in the shift register 41 . Then, the automatic test equipment method of the present invention can be executed, or the device under test test program S2 in the automatic test equipment method of the present invention can be executed.
  • step S21 the automatic test equipment 3 outputs the control signal to the control pin CPn of the shift register 4 in the FIFO memory 4 to control the shift register 4, so that the shift register 4 in the FIFO memory 4
  • the register value of the device under test 2 is received through the input pin Dn and sequentially shifted to the D flip-flop array in the shift register 4, and the D flip-flop array is sequentially output through the output pin Qn of the shift register 4 Register values in the array.
  • the multiplexer 42 in the FIFO memory 4 receives the register values sequentially output by the output pin Qn of the shift register 4 through the input pin nI0.
  • step S23 the multiplexer 42 in the FIFO memory 4 receives the input value output by the automatic test equipment 3 through the input pin nI1 .
  • the multiplexer 42 in the FIFO memory 4 receives the selection signal output by the automatic test equipment 3 through the selection pin S to write the register value through the output pin nY of the multiplexer 42 or input the value to Device under test 2. For example, when the selection signal is 1, the FIFO memory 4 writes the input value to the device under test 2 through the output pin nY of the multiplexer 42 . When the selection signal is 0, the FIFO memory 4 writes the register value to the device under test 2 through the output pin nY of the multiplexer 42 . The value received by the device under test 2 is like a written value.
  • the first-in-first-out memory 4 preferably includes a 74HC7403 register, and the output pin Qn of the register is connected to the automatic test equipment 3 so that the register value is provided by the register or by The automatic test equipment 3 provides input values to the device under test 2, but those skilled in the art can select different registers according to actual needs, so the present invention is not limited thereto.
  • step S21 the automatic test equipment 3 outputs a control signal to the control pin SI of the register in the first-in-first-out memory 4 to control the register, so that the register receives and stores the register value of the device under test 2 sequentially through the input pin Dn, And the automatic test equipment 3 outputs a control signal to the control pin SO of the register to control the register, so that the register sequentially outputs the register values in the register through the input pin Qn.
  • step S23 the automatic test equipment 3 is connected to the output pin Qn of the FIFO memory 4 to provide an input value.
  • step S25 the automatic test equipment 3 outputs a selection signal to the control pin OE of the register in the FIFO memory 4 to control the register, so that the register enables or disables the output pin Qn, so that when the output pin Qn is enabled
  • the first-in-first-out memory 4 provides the register value to the device under test 2
  • the output pin Qn is disabled, the automatic test equipment 3 provides the input value to the device under test 2.
  • the automatic test equipment system and the automatic test equipment method provided by the present invention enable the automatic test equipment to communicate with the device under test only once, and reduce the test time of the read-modify-write operation by more than 80%. And the programming effort to develop the test program is also reduced, thereby reducing the test time.
  • the present invention also provides a test and diagnosis program of the FIFO memory to ensure the hardware quality and high reliability of the FIFO memory.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Tests Of Electronic Circuits (AREA)

Abstract

An automated test equipment method, applicable to an automated test equipment system. The automated test equipment method comprises: receiving, by a first-in first-out memory, a register value of a device under test, receiving an input value of an automated test equipment by the first-in first-out memory, and receiving a selection signal of the automated test equipment by the first-in first-out memory, to write the register value or the input value into the device under test for testing. Therefore, the automated test equipment and the device under test only communicate once, such that the execution efficiency of a test program of read-modify-write is improved, and then the test time is reduced.

Description

自动测试设备系统及其自动测试设备方法Automatic test equipment system and automatic test equipment method thereof
本申请要求申请日为2021/5/25的中国专利申请2021105730570的优先权。本申请引用上述中国专利申请的全文。This application claims the priority of Chinese patent application 2021105730570 with a filing date of 2021/5/25. This application cites the full text of the above-mentioned Chinese patent application.
技术领域technical field
本发明涉及一种自动测试设备系统及其自动测试设备方法。The invention relates to an automatic testing equipment system and an automatic testing equipment method thereof.
背景技术Background technique
自动测试设备(Automated Test Equipment,ATE)配置用以测试待测装置(Device Under Test,DUT)。自动测试设备存储程序描述语言程式。在半导体测试领域,自动测试设备需要执行基于编程的程序以执行测试设计(Device For Test,DFT)规范。寄存器操作在测试设计中被广泛使用,其中一种著名的操作是读取-修改-写入(Read-Modify-Write,RMW)。所述操作要求自动测试设备从寄存器写入专用数值,同时保持其余数值不变。因此,自动测试设备需要首先读取寄存器,修改部分数值,然后将新数值写回待测装置。自动测试设备的三个步骤消耗了自动测试设备与待测装置之间的大量通信工作。在整个测试程序中数千或什至数百万个读取-修改-写入操作的情况下,通信的开销会显著影响生产的吞吐量。The Automated Test Equipment (ATE) is configured to test the Device Under Test (DUT). The automatic test equipment stores program description language programs. In the field of semiconductor testing, automatic test equipment needs to execute programming-based programs to implement test design (Device For Test, DFT) specifications. Register operations are widely used in test design, and one of the well-known operations is Read-Modify-Write (Read-Modify-Write, RMW). The described operation requires the automatic test equipment to write a dedicated value from the register while leaving the remaining values unchanged. Therefore, automatic test equipment needs to first read the registers, modify some values, and then write the new values back to the device under test. The three steps of the automatic test equipment consume a lot of communication work between the automatic test equipment and the device under test. With thousands or even millions of read-modify-write operations throughout the test program, the overhead of communication can significantly impact production throughput.
发明内容Contents of the invention
为了克服上述问题,本发明的目的是引入了一种实施读取-修改-写入的新测试程序。本发明是使用硬件的先进先出(First In First Out,FIFO)存储器充当接管自动测试设备与待测装置之间通信工作的角色。先进先出存储器可以首先存储从待测装置读取的整个寄存器数值,然后在自动测试设备控制下与输入数值组合以写回待测装置。整个过程不需要自动测试设备与待测装置 之间的中断,并且像模板执行一样实时透明地完成。如果寄存器操作需要高速协定(大于40MHz),则可以通过自动测试设备校准信号边沿的位置来补偿硬件的先进先出存储器的传播延迟时间。此外,自动测试设备可以附加寄存器的比较操作,以双重保证读取-修改-写入操作。亦即,高可靠性应用是通常需要这样做的。In order to overcome the above-mentioned problems, the object of the present invention is to introduce a new test procedure implementing read-modify-write. The present invention uses a hardware first-in-first-out (FIFO) memory to take over the role of communication between the automatic test equipment and the device to be tested. The FIFO memory can first store the entire register value read from the device under test and then combined with the input value to be written back to the device under test under automatic test equipment control. The entire process requires no interruption between the automatic test equipment and the device under test, and is done transparently in real time like template execution. If the register operation requires a high-speed protocol (greater than 40MHz), the propagation delay time of the hardware's first-in-first-out memory can be compensated by automatic test equipment to calibrate the position of the signal edge. In addition, automatic test equipment can attach register compare operations to double-assure read-modify-write operations. That is, high reliability applications are often required to do so.
本发明的较佳实施例在提供一种自动测试设备方法,适用于一自动测试设备系统。上述自动测试设备方法包括:经过一先进先出存储器接收一待测装置的寄存器数值;经过上述先进先出存储器接收一自动测试设备的输入数值;以及经过上述先进先出存储器接收上述自动测试设备的选择信号以写入上述寄存器数值或是上述输入数值至上述待测装置。A preferred embodiment of the present invention provides an automatic test equipment method, which is suitable for an automatic test equipment system. The above automatic test equipment method includes: receiving a register value of a device under test through a first-in-first-out memory; receiving an input value of an automatic test equipment through the above-mentioned first-in-first-out memory; and receiving the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory. A signal is selected to write the above-mentioned register value or the above-mentioned input value to the above-mentioned device under test.
本发明的较佳实施例在提供一种自动测试设备系统,其特征是,包括:一待测装置,一自动测试设备,以及一先进先出存储器。上述待测装置用以输出寄存器数值。上述自动测试设备用以输出输入数值。上述先进先出存储器连接上述待测装置及上述自动测试设备,并用以接收上述待测装置的上述寄存器数值、接收上述自动测试设备的上述输入数值、以及接收上述自动测试设备的选择信号以写入上述寄存器数值或是上述输入数值至上述待测装置。A preferred embodiment of the present invention provides an automatic test equipment system, which is characterized in that it includes: a device under test, an automatic test equipment, and a first-in first-out memory. The above-mentioned device under test is used for outputting register values. The above-mentioned automatic test equipment is used to output the input value. The above-mentioned first-in-first-out memory is connected to the above-mentioned device under test and the above-mentioned automatic test equipment, and is used to receive the above-mentioned register value of the above-mentioned device under test, receive the above-mentioned input value of the above-mentioned automatic test equipment, and receive the selection signal of the above-mentioned automatic test equipment to write The above-mentioned register value or the above-mentioned input value is sent to the above-mentioned device under test.
本发明的一实施例中,上述自动测试设备方法更包括:经过上述先进先出存储器接收上述自动测试设备的测试数值、以及经过上述先进先出存储器根据上述测试数值输出结果数值至上述自动测试设备以提供上述自动测试设备判断上述先进先出存储器是否运作正常。In an embodiment of the present invention, the above-mentioned automatic test equipment method further includes: receiving the test value of the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory, and outputting the result value according to the above-mentioned test value to the above-mentioned automatic test equipment through the above-mentioned first-in-first-out memory In order to provide the above-mentioned automatic test equipment to judge whether the above-mentioned first-in-first-out memory is operating normally.
本发明的一实施例中,上述先进先出存储器包括:一移位寄存器以及一多工器。上述移位寄存器接收上述待测装置的上述寄存器数值。上述多工器连接上述移位寄存器并接收上述寄存器数值、上述输入数值及上述选择信号。In an embodiment of the present invention, the FIFO memory includes: a shift register and a multiplexer. The shift register receives the register value of the device under test. The multiplexer is connected to the shift register and receives the register value, the input value and the selection signal.
本发明的一实施例中,上述移位寄存器产生64位长的虚周期以重置上述移位寄存器。In an embodiment of the present invention, the shift register generates a 64-bit dummy cycle to reset the shift register.
本发明的一实施例中,上述移位寄存器是74HC7731,上述多工器是74HC157。In an embodiment of the present invention, the shift register is 74HC7731, and the multiplexer is 74HC157.
本发明的一实施例中,上述先进先出存储器包括74HC7403。In an embodiment of the present invention, the above-mentioned FIFO memory includes 74HC7403.
本发明提供的自动测试设备系统及其自动测试设备方法,使自动测试设备与待测装置仅通信一次,使读取-修改-写入操作的测试时间减少了大于80%,并且开发测试程序的编程工作也减少了,进而减少了测试时间。另外,本发明更提供诊断程序以确保先进先出存储器的硬件质量。此外,硬件的先进先出存储器可以通过独立的数位IC,CPLD/FPGA或甚至可以通过自动测试设备的内部硬件设计来实现。The automatic test equipment system and the automatic test equipment method provided by the present invention enable the automatic test equipment to communicate with the device under test only once, reduce the test time of read-modify-write operation by more than 80%, and develop the test program Programming effort is also reduced, which in turn reduces testing time. In addition, the present invention further provides a diagnostic program to ensure the hardware quality of the FIFO memory. In addition, hardware FIFO can be realized by independent digital IC, CPLD/FPGA or even by internal hardware design of automatic test equipment.
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其他目的、特征和优点能够更明显易懂,以下特举较佳实施例,并配合附图,详细说明如下。The above description is only an overview of the technical solution of the present invention. In order to better understand the technical means of the present invention, it can be implemented according to the contents of the description, and in order to make the above and other purposes, features and advantages of the present invention more obvious and understandable , the following preferred embodiments are specifically cited, and in conjunction with the accompanying drawings, the detailed description is as follows.
附图说明Description of drawings
图1是本发明一实施例的自动测试设备系统的方块图。FIG. 1 is a block diagram of an automatic test equipment system according to an embodiment of the present invention.
图2是本发明一实施例的自动测试设备方法的流程图。FIG. 2 is a flowchart of an automatic test equipment method according to an embodiment of the present invention.
图3是本发明一实施例的自动测试设备方法的详细流程图。FIG. 3 is a detailed flowchart of an automatic test equipment method according to an embodiment of the present invention.
图4是本发明一示例的先进先出存储器的示意图。FIG. 4 is a schematic diagram of a first-in-first-out memory according to an example of the present invention.
图5是本发明另一示例的先进先出存储器的示意图。FIG. 5 is a schematic diagram of a first-in-first-out memory according to another example of the present invention.
具体实施方式Detailed ways
请参考图1,本发明一实施例的自动测试设备系统1包括一待测装置2、一自动测试设备3、以及一先进先出存储器4,其中先进先出存储器4连接待测装置2及自动测试设备3。Please refer to Fig. 1, the automatic test equipment system 1 of an embodiment of the present invention comprises a device under test 2, an automatic test device 3, and a first-in-first-out memory 4, wherein the first-in-first-out memory 4 is connected to the device under test 2 and the automatic Test equipment3.
另外,自动测试设备3用以输出控制信号控制先进先出存储器4的操作 并输出测试数值、输入数值、以及选择信号至先进先出存储器4。In addition, the automatic test equipment 3 is used to output control signals to control the operation of the FIFO memory 4 and output test values, input values, and selection signals to the FIFO memory 4.
先进先出存储器4用以接收自动测试设备3的测试数值、根据测试数值输出结果数值至自动测试设备3以提供自动测试设备3判断先进先出存储器4是否运作正常、接收待测装置2的寄存器数值、接收自动测试设备3的输入数值、以及接收自动测试设备3的选择信号以写入寄存器数值或是输入数值至待测装置2。The first-in first-out memory 4 is used to receive the test value of the automatic test equipment 3, output the result value to the automatic test equipment 3 according to the test value to provide the automatic test equipment 3 to judge whether the first-in first-out memory 4 is operating normally, and receive the register of the device under test 2 value, receiving the input value of the automatic test equipment 3 , and receiving the selection signal of the automatic test equipment 3 to write the register value or input the value to the device under test 2 .
待测装置2用以输出寄存器数值至先进先出存储器4以及接收先进先出存储器4写入的寄存器数值或是输入数值。The device under test 2 is used for outputting the register value to the FIFO memory 4 and receiving the register value or the input value written into the FIFO memory 4 .
请同时参考图1至3,本发明一实施例的自动测试设备方法适用于自动测试设备系统1。本发明的自动测试设备方法包括先进先出存储器测试程序S1以及待测装置测试程序S2。其中,先进先出存储器测试程序S1用以确保先进先出存储器的硬件质量,而待测装置测试程序S2用以使自动测试设备3与待测装置2仅通信一次,使读取-修改-写入操作的测试时间减少了大于80%,并且开发测试程序的编程工作也减少了,进而减少了测试时间。Please refer to FIGS. 1 to 3 at the same time. The automatic test equipment method according to an embodiment of the present invention is applicable to the automatic test equipment system 1 . The automatic test equipment method of the present invention includes a FIFO memory test program S1 and a device under test test program S2. Among them, the first-in-first-out memory test program S1 is used to ensure the hardware quality of the first-in first-out memory, and the device under test test program S2 is used to enable the automatic test equipment 3 to communicate with the device under test 2 only once, so that read-modify-write The test time for input operation is reduced by more than 80%, and the programming effort to develop the test program is also reduced, which in turn reduces the test time.
其中,先进先出存储器测试程序S1包括步骤S11:经过先进先出存储器4接收自动测试设备3的测试数值,以及步骤S13:经过先进先出存储器4根据测试数值输出结果数值至自动测试设备3以提供自动测试设备3判断先进先出存储器4是否运作正常。如果自动测试设备3判断先进先出存储器4是运作正常,则进行待测装置测试程序S2;如果自动测试设备3判断先进先出存储器4是运作不正常,则停止进行待测装置测试程序S2以避免浪费测试时间。Wherein, the first-in-first-out memory test program S1 includes step S11: receiving the test value of the automatic test equipment 3 through the first-in first-out memory 4, and step S13: outputting the result value to the automatic test equipment 3 through the first-in first-out memory 4 according to the test value An automatic test device 3 is provided to judge whether the FIFO memory 4 is operating normally. If the automatic test equipment 3 judges that the first-in-first-out memory 4 is operating normally, then carry out the device under test test procedure S2; Avoid wasting testing time.
待测装置测试程序S2包括步骤S21:经过先进先出存储器4接收待测装置2的寄存器数值,步骤S23:经过先进先出存储器4接收自动测试设备3的输入数值,以及步骤S25:经过先进先出存储器4接收自动测试设备3的选择信号以写入寄存器数值或是输入数值至待测装置2。The device under test test program S2 includes step S21: receiving the register value of the device under test 2 through the first-in-first-out memory 4, step S23: receiving the input value of the automatic test equipment 3 through the first-in-first-out memory 4, and step S25: through the first-in-first-out memory 4 The output memory 4 receives the selection signal of the automatic test equipment 3 to write the register value or input the value to the device under test 2 .
请参考图1至4,一示例中,先进先出存储器4包括移位寄存器41以及 多工器42,其中多工器42连接移位寄存器41。另外,移位寄存器41用以接收待测装置2的寄存器数值。多工器42用以接收移位寄存器41的寄存器数值、以及自动测试设备3的输入数值及选择信号。较佳地,移位寄存器41是74HC7731寄存器,多工器是74HC157多工器,但本领域技术人员可依据实际需求选用不同的移位寄存器及多工器,因此本发明不以此为限。Please refer to FIGS. 1 to 4 , in an example, the FIFO memory 4 includes a shift register 41 and a multiplexer 42, wherein the multiplexer 42 is connected to the shift register 41. In addition, the shift register 41 is used to receive the register value of the device under test 2 . The multiplexer 42 is used for receiving the register value of the shift register 41 , and the input value and selection signal of the automatic test equipment 3 . Preferably, the shift register 41 is a 74HC7731 register, and the multiplexer is a 74HC157 multiplexer, but those skilled in the art can choose different shift registers and multiplexers according to actual needs, so the present invention is not limited thereto.
首先,自动测试设备3输出控制信号控制移位寄存器41,使得移位寄存器41产生64位长的虚周期以重置移位寄存器41中的D正反器阵列。接着,本发明的自动测试设备方法可被执行,或是本发明的自动测试设备方法中的待测装置测试程序S2可被执行。First, the automatic test equipment 3 outputs a control signal to control the shift register 41 so that the shift register 41 generates a 64-bit long dummy cycle to reset the D flip-flop array in the shift register 41 . Then, the automatic test equipment method of the present invention can be executed, or the device under test test program S2 in the automatic test equipment method of the present invention can be executed.
其中,在步骤S21中,自动测试设备3输出控制信号至先进先出存储器4中的移位寄存器4的控制脚位CPn以控制移位寄存器4,使得先进先出存储器4中的移位寄存器4通过输入脚位Dn接收待测装置2的寄存器数值并依序移位至移位寄存器4中的D正反器阵列,以及通过移位寄存器4中的输出脚位Qn依序输出D正反器阵列中的寄存器数值。而先进先出存储器4中的多工器42通过输入脚位nI0接收移位寄存器4的输出脚位Qn依序输出的寄存器数值。Wherein, in step S21, the automatic test equipment 3 outputs the control signal to the control pin CPn of the shift register 4 in the FIFO memory 4 to control the shift register 4, so that the shift register 4 in the FIFO memory 4 The register value of the device under test 2 is received through the input pin Dn and sequentially shifted to the D flip-flop array in the shift register 4, and the D flip-flop array is sequentially output through the output pin Qn of the shift register 4 Register values in the array. The multiplexer 42 in the FIFO memory 4 receives the register values sequentially output by the output pin Qn of the shift register 4 through the input pin nI0.
在步骤S23中,先进先出存储器4中的多工器42通过输入脚位nI1接收自动测试设备3输出的输入数值。In step S23 , the multiplexer 42 in the FIFO memory 4 receives the input value output by the automatic test equipment 3 through the input pin nI1 .
在步骤S25中,先进先出存储器4中的多工器42通过选择脚位S接收自动测试设备3输出的选择信号以通过多工器42的输出脚位nY写入寄存器数值或是输入数值至待测装置2。例如,当选择信号为1时,先进先出存储器4通过多工器42的输出脚位nY写入输入数值至待测装置2。当选择信号为0时,先进先出存储器4通过多工器42的输出脚位nY写入寄存器数值至待测装置2。而待测装置2接收到的数值如写入数值。In step S25, the multiplexer 42 in the FIFO memory 4 receives the selection signal output by the automatic test equipment 3 through the selection pin S to write the register value through the output pin nY of the multiplexer 42 or input the value to Device under test 2. For example, when the selection signal is 1, the FIFO memory 4 writes the input value to the device under test 2 through the output pin nY of the multiplexer 42 . When the selection signal is 0, the FIFO memory 4 writes the register value to the device under test 2 through the output pin nY of the multiplexer 42 . The value received by the device under test 2 is like a written value.
请同时参考图1至3、以及5,另一示例中,先进先出存储器4较佳地包括74HC7403寄存器,并且寄存器的输出脚位Qn连接至自动测试设备3 以便由寄存器提供寄存器数值或是由自动测试设备3提供输入数值至待测装置2,但本领域技术人员可依据实际需求选用不同的寄存器,因此本发明不以此为限。Please refer to FIGS. 1 to 3 and 5 at the same time. In another example, the first-in-first-out memory 4 preferably includes a 74HC7403 register, and the output pin Qn of the register is connected to the automatic test equipment 3 so that the register value is provided by the register or by The automatic test equipment 3 provides input values to the device under test 2, but those skilled in the art can select different registers according to actual needs, so the present invention is not limited thereto.
在步骤S21中,自动测试设备3输出控制信号至先进先出存储器4中的寄存器的控制脚位SI以控制寄存器,使得寄存器通过输入脚位Dn依序接收并存储待测装置2的寄存器数值,以及自动测试设备3输出控制信号至寄存器的控制脚位SO以控制寄存器,使得寄存器通过输入脚位Qn依序输出寄存器中的寄存器数值。In step S21, the automatic test equipment 3 outputs a control signal to the control pin SI of the register in the first-in-first-out memory 4 to control the register, so that the register receives and stores the register value of the device under test 2 sequentially through the input pin Dn, And the automatic test equipment 3 outputs a control signal to the control pin SO of the register to control the register, so that the register sequentially outputs the register values in the register through the input pin Qn.
在步骤S23中,自动测试设备3连接至先进先出存储器4的输出脚位Qn以提供输入数值。In step S23, the automatic test equipment 3 is connected to the output pin Qn of the FIFO memory 4 to provide an input value.
在步骤S25中,自动测试设备3输出选择信号至先进先出存储器4中的寄存器的控制脚位OE以控制寄存器,使得寄存器致能或禁能输出脚位Qn,以便当输出脚位Qn被致能时,由先进先出存储器4提供寄存器数值至待测装置2,以及当输出脚位Qn被禁能时,由自动测试设备3提供输入数值至待测装置2。In step S25, the automatic test equipment 3 outputs a selection signal to the control pin OE of the register in the FIFO memory 4 to control the register, so that the register enables or disables the output pin Qn, so that when the output pin Qn is enabled When enabled, the first-in-first-out memory 4 provides the register value to the device under test 2, and when the output pin Qn is disabled, the automatic test equipment 3 provides the input value to the device under test 2.
综上所述,本发明提供的自动测试设备系统及其自动测试设备方法,使自动测试设备与待测装置仅通信一次,使读取-修改-写入操作的测试时间减少了大于80%,并且开发测试程序的编程工作也减少了,进而减少了测试时间。另外,本发明也提供先进先出存储器的测试诊断程序以确保先进先出存储器的硬件质量及高可靠性。In summary, the automatic test equipment system and the automatic test equipment method provided by the present invention enable the automatic test equipment to communicate with the device under test only once, and reduce the test time of the read-modify-write operation by more than 80%. And the programming effort to develop the test program is also reduced, thereby reducing the test time. In addition, the present invention also provides a test and diagnosis program of the FIFO memory to ensure the hardware quality and high reliability of the FIFO memory.

Claims (12)

  1. 一种自动测试设备方法,其特征是,适用于一自动测试设备系统,所述自动测试设备方法包括:An automatic test equipment method is characterized in that it is applicable to an automatic test equipment system, and the automatic test equipment method comprises:
    经过一先进先出存储器,接收一待测装置的寄存器数值;receiving a register value of a device under test through a first-in-first-out memory;
    经过所述先进先出存储器,接收一自动测试设备的输入数值;以及receiving input values from an automatic test equipment via said FIFO memory; and
    经过所述先进先出存储器,接收所述自动测试设备的选择信号以写入所述寄存器数值或是所述输入数值至所述待测装置。Through the first-in-first-out memory, a selection signal of the automatic test equipment is received to write the register value or the input value to the device under test.
  2. 根据权利要求1所述的自动测试设备方法,其特征是,更包括:The automatic test equipment method according to claim 1, further comprising:
    经过所述先进先出存储器,接收所述自动测试设备的测试数值;以及receiving test values from the automatic test equipment via the first-in-first-out memory; and
    经过所述先进先出存储器,根据所述测试数值输出结果数值至所述自动测试设备以提供所述自动测试设备判断所述先进先出存储器是否运作正常。Through the FIFO memory, output a result value to the automatic test equipment according to the test value to provide the automatic test equipment to judge whether the FIFO memory is operating normally.
  3. 根据权利要求1所述的自动测试设备方法,其特征是,所述先进先出存储器包括:The automatic test equipment method according to claim 1, wherein the first-in-first-out memory comprises:
    移位寄存器,接收所述待测装置的所述寄存器数值;以及a shift register for receiving said register value of said device under test; and
    多工器,连接所述移位寄存器,并接收所述寄存器数值、所述输入数值及所述选择信号。A multiplexer is connected to the shift register and receives the register value, the input value and the selection signal.
  4. 根据权利要求3所述的自动测试设备方法,其特征是,所述移位寄存器产生64位长的虚周期以重置所述移位寄存器。3. The automatic test equipment method of claim 3, wherein said shift register generates a 64-bit long dummy cycle to reset said shift register.
  5. 根据权利要求3所述的自动测试设备方法,其特征是,所述移位寄存器是74HC7731,所述多工器是74HC157。The automatic test equipment method according to claim 3, wherein the shift register is 74HC7731, and the multiplexer is 74HC157.
  6. 根据权利要求1所述的自动测试设备方法,其特征是,所述先进先出存储器包括74HC7403。The automatic test equipment method of claim 1, wherein the first-in-first-out memory comprises a 74HC7403.
  7. 一种自动测试设备系统,其特征是,包括:A kind of automatic test equipment system, it is characterized in that, comprises:
    一待测装置,用以输出寄存器数值;A device under test, used to output register values;
    一自动测试设备,用以输出输入数值;以及an automatic test equipment for outputting input values; and
    一先进先出存储器,连接所述待测装置及所述自动测试设备,用以接收所述待测装置的所述寄存器数值、接收所述自动测试设备的所述输入数值、以及接收所述自动测试设备的选择信号以写入所述寄存器数值或是所述输入数值至所述待测装置。A first-in-first-out memory, connected to the device under test and the automatic test equipment, for receiving the register value of the device under test, receiving the input value of the automatic test equipment, and receiving the automatic test equipment The selection signal of the test equipment is used to write the register value or the input value to the device under test.
  8. 根据权利要求7所述的自动测试设备系统,其特征是,所述先进先出存储器更接收所述自动测试设备的测试数值,以及根据所述测试数值输出结果数值至所述自动测试设备以提供所述自动测试设备判断所述先进先出存储器是否运作正常。The automatic test equipment system according to claim 7, wherein the first-in-first-out memory further receives test values of the automatic test equipment, and outputs result values to the automatic test equipment according to the test values to provide The automatic test equipment judges whether the first-in-first-out memory is functioning normally.
  9. 根据权利要求7所述的自动测试设备系统,其特征是,所述先进先出存储器包括:The automatic test equipment system according to claim 7, wherein the first-in-first-out memory comprises:
    移位寄存器,接收所述待测装置的所述寄存器数值;以及a shift register for receiving said register value of said device under test; and
    多工器,连接所述移位寄存器,并接收所述寄存器数值、所述输入数值及所述选择信号。A multiplexer is connected to the shift register and receives the register value, the input value and the selection signal.
  10. 根据权利要求9所述的自动测试设备系统,其特征是,所述移位寄存器产生64位长的虚周期以重置所述移位寄存器。9. The automatic test equipment system of claim 9, wherein said shift register generates a 64-bit long dummy cycle to reset said shift register.
  11. 根据权利要求9所述的自动测试设备系统,其特征是,所述移位寄 存器是74HC7731,所述多工器是74HC157。The automatic test equipment system according to claim 9, wherein the shift register is a 74HC7731, and the multiplexer is a 74HC157.
  12. 根据权利要求7所述的自动测试设备系统,其特征是,所述先进先出存储器包括74HC7403。The automatic test equipment system according to claim 7, wherein the first-in-first-out memory comprises a 74HC7403.
PCT/CN2022/085894 2021-05-25 2022-04-08 Automated test equipment system and automated test equipment method therefor WO2022247488A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110573057.0 2021-05-25
CN202110573057.0A CN115391108A (en) 2021-05-25 2021-05-25 Automatic test equipment system and automatic test equipment method thereof

Publications (1)

Publication Number Publication Date
WO2022247488A1 true WO2022247488A1 (en) 2022-12-01

Family

ID=84114677

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/085894 WO2022247488A1 (en) 2021-05-25 2022-04-08 Automated test equipment system and automated test equipment method therefor

Country Status (2)

Country Link
CN (1) CN115391108A (en)
WO (1) WO2022247488A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1585987A (en) * 2001-11-12 2005-02-23 西门子公司 Memory unit test
US7555690B1 (en) * 2004-12-23 2009-06-30 Xilinx, Inc. Device for and method of coupling test signals to a device under test
CN106297889A (en) * 2015-05-19 2017-01-04 华邦电子股份有限公司 Memory testing system and method for testing thereof
CN111354412A (en) * 2018-12-20 2020-06-30 中国科学院微电子研究所 Built-in self-test circuit and memory
CN112305411A (en) * 2020-11-23 2021-02-02 珠海市一微半导体有限公司 Function test circuit and test method for I2S interface
CN112703409A (en) * 2019-01-22 2021-04-23 爱德万测试公司 Automatic test equipment for testing one or more devices under test, method for automatically testing one or more devices under test, and computer program using buffer memory

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1585987A (en) * 2001-11-12 2005-02-23 西门子公司 Memory unit test
US7555690B1 (en) * 2004-12-23 2009-06-30 Xilinx, Inc. Device for and method of coupling test signals to a device under test
CN106297889A (en) * 2015-05-19 2017-01-04 华邦电子股份有限公司 Memory testing system and method for testing thereof
CN111354412A (en) * 2018-12-20 2020-06-30 中国科学院微电子研究所 Built-in self-test circuit and memory
CN112703409A (en) * 2019-01-22 2021-04-23 爱德万测试公司 Automatic test equipment for testing one or more devices under test, method for automatically testing one or more devices under test, and computer program using buffer memory
CN112305411A (en) * 2020-11-23 2021-02-02 珠海市一微半导体有限公司 Function test circuit and test method for I2S interface

Also Published As

Publication number Publication date
CN115391108A (en) 2022-11-25

Similar Documents

Publication Publication Date Title
US9739834B1 (en) System and method for transferring serialized test result data from a system on a chip
US8127187B2 (en) Method and apparatus of ATE IC scan test using FPGA-based system
US7035755B2 (en) Circuit testing with ring-connected test instrument modules
WO2020207040A1 (en) On-chip debugging device and method
US9083347B1 (en) Built-in integrated circuit debug design
US7444571B1 (en) Apparatus and method for testing and debugging an integrated circuit
TWI514402B (en) Memory test system and memory test method
JP2013007710A (en) Test device and testing method
TWI471865B (en) Testing apparatus and testing method
KR101375760B1 (en) Testing apparatus and testing method
JP2009048674A (en) Semiconductor integrated circuit
WO2022247488A1 (en) Automated test equipment system and automated test equipment method therefor
US6715093B1 (en) Method for triggering an asynchronous event by creating a lowest common denominator clock
CN117454811A (en) Verification method and device for design to be tested
JP2006048677A (en) Device and method of debugging electronic circuit
US8521463B2 (en) System for performing electrical characterization of asynchronous integrated circuit interfaces
US6484275B1 (en) System and method for interfacing data with a test access port of a processor
US11300615B2 (en) Transistion fault testing of funtionally asynchronous paths in an integrated circuit
US20150278418A1 (en) Logic analyzer circuit for programmable logic device
US10062454B1 (en) Configurable system and method for debugging a circuit
US11755804B2 (en) Hybrid synchronous and asynchronous control for scan-based testing
US11740985B2 (en) High-frequency event-based hardware diagnostics
CN117572206A (en) Testing system and method capable of comparing across periods
CN117452192A (en) Signal grabbing circuit, waveform calibration method, problem positioning method and device
JPS63265181A (en) Function tester

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: 22810221

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22810221

Country of ref document: EP

Kind code of ref document: A1