CN116910160B - Pattern file quick issuing method for aging test integrated machine - Google Patents

Pattern file quick issuing method for aging test integrated machine Download PDF

Info

Publication number
CN116910160B
CN116910160B CN202311174682.3A CN202311174682A CN116910160B CN 116910160 B CN116910160 B CN 116910160B CN 202311174682 A CN202311174682 A CN 202311174682A CN 116910160 B CN116910160 B CN 116910160B
Authority
CN
China
Prior art keywords
information
pattern
data
file
issuing
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202311174682.3A
Other languages
Chinese (zh)
Other versions
CN116910160A (en
Inventor
张大伟
耿雪冰
屈粮富
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Puzhixin Network Measurement And Control Technology Co ltd
Original Assignee
Tianjin Puzhixin Network Measurement And Control Technology Co ltd
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 Tianjin Puzhixin Network Measurement And Control Technology Co ltd filed Critical Tianjin Puzhixin Network Measurement And Control Technology Co ltd
Priority to CN202311174682.3A priority Critical patent/CN116910160B/en
Publication of CN116910160A publication Critical patent/CN116910160A/en
Application granted granted Critical
Publication of CN116910160B publication Critical patent/CN116910160B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/278Data partitioning, e.g. horizontal or vertical partitioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Abstract

The application provides a pattern file quick issuing method for a burn-in test integrated machine, which comprises the steps of converting and compiling a pattern total file by a PC end to obtain vector information and label information; acquiring file information, timeSet information and PinList information of a pattern sub-file, storing the file information, timeSet information, pinList information, label information and vector information in a first storage format, and generating pattern information, wherein all pattern information forms issuing data; acquiring byte numbers of all pattern information in the issuing data and residual memory addresses of the test end, generating partition table information containing a starting address, and storing the partition table information in a second storage format to generate front-end data; acquiring front-end data and issuing data to generate an issuing message; the testing end receives and identifies the front end data of the sending message, rapidly analyzes the sending data according to the front end data and stores pattern information respectively. The application can rapidly and accurately synchronously issue the pattern subfiles of a plurality of channels.

Description

Pattern file quick issuing method for aging test integrated machine
Technical Field
The application relates to the technical field of file issuing, in particular to a pattern file quick issuing method for a burn-in test all-in-one machine.
Background
The aging test integrated machine has the functions of aging test and performance test, and a plurality of test sub-cards capable of independently running are arranged in the aging test integrated machine so as to synchronously test the performance or service life of different tested chips. The testing process usually includes four steps of test programming, program compiling, vector loading and testing, while the pattern subfiles are all the steps of testing through the integrated circuit.
The Pattern subfiles are also called test vectors, test patterns, and each row of the Pattern subfiles is called a Vector (Vector), and one test Pattern is composed of a plurality of rows of vectors. The essence of the pattern subfile is a Truth Table (Truth Table) that contains a combination of symbols of input levels and desired output levels, as well as micro-instructions to achieve some complex functions.
The number of vector lines of the pattern subfiles in the chip test engineering is several to hundreds of millions, and the pattern subfiles can have the size of tens of G or even hundreds of G under the condition of a large number of the subfiles. When the issuing of the pattern subfiles is processed by the CPU in the host of the aging test integrated machine, the host has long time for downloading and analyzing the pattern subfiles of different channels, the issuing speed of the multi-channel pattern subfiles is extremely slow, and the test efficiency of the aging test integrated machine is seriously affected.
Disclosure of Invention
In view of the above, the application aims to provide a pattern file quick issuing method for an aging test integrated machine, which can quickly and accurately synchronously issue pattern subfiles of a plurality of channels.
In order to solve the technical problems, the application adopts the following technical scheme:
a pattern file quick issuing method for a burn-in test integrated machine comprises the following steps: the PC end converts and compiles the pattern total file to obtain vector information and label information, wherein the pattern total file comprises N pattern subfiles, and the vector information corresponds to the pattern subfiles one by one;
step two, a step of generating issuing data: acquiring file information, timeSet information and PinList information of a pattern sub-file, storing and generating corresponding pattern information by using label information corresponding to each file information, timeSet information, pinList information, vector information and pattern total file in a first storage format, and forming issuing data by all pattern information together;
step three, front end data generation: acquiring byte numbers of all pattern information in the issuing data and residual memory addresses of a test end, generating partition table information containing initial addresses, wherein different initial addresses are used for storing different pattern information, and the partition table information is stored in a second storage format and generates front-end data;
step four, a step of generating a downlink message: acquiring front-end data and issuing data to generate an issuing message;
step five, a step of message analysis is issued: the testing terminal receives and identifies the front-end data of the sending message, quickly analyzes the sending data according to the front-end data, respectively stores pattern information, generates N pattern subfiles and a label file recording the label information, and realizes synchronous sending of the pattern subfiles.
Further, the downlink message is based on a data link layer protocol, and the downlink message includes header data recording a MAC address, front end data recording partition table information, and downlink data recording pattern information.
Further, the pattern information comprises a first type code representing the type of the information, first data used for recording the information and a first byte number used for recording the number of bytes occupied by the information;
the first storage format includes: the first type code and the first byte count occupy a fixed number of bytes, and the first type code, the first byte count and the first data are arranged in a fixed sequence.
Further, the partition table information comprises address information, wherein the address information comprises a second type code representing an information type, second data for recording a starting address of the storage pattern information and a second byte number for recording the number of occupied bytes;
the second storage format includes: the second type code and the second byte number occupy a fixed number of bytes, and the second type code, the second byte number and the second data are arranged in a fixed sequence.
Further, the front end of the front end data is provided with verification header information, and the verification header information comprises a second type code representing the information type, a second byte number used for recording the occupied byte number and a verification code used for judging whether the file is a file identifiable by the software;
the storage format of the verification header information is the same as the storage format of the address information.
Further, the first type code and the second type code corresponding to the pattern information of the same type are the same.
Further, the file information includes a generation time of the pattern subfile and a transmission path of the pattern subfile, the TimeSet information is used for recording a time required for running an instruction, the PinList information is used for recording an instruction name list, the vector information is used for recording instruction information, and the label information is used for recording storage addresses corresponding to different vectors.
The application has the advantages and positive effects that:
and storing all information in the pattern total file into pattern information through a first storage format, storing partition table information according to a second storage format, rapidly identifying the pattern information according to a second type code in the partition table information, and storing the pattern information of different issuing channels in a partition manner, so that rapid identification and downloading of the multi-channel pattern subfiles are realized, and rapid issuing of the multi-channel pattern subfiles is completed.
By setting the first byte number, different pattern information can be stored in a more accurate partition, and the issuing accuracy of pattern subfiles is improved.
Drawings
The accompanying drawings are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate the application and together with the embodiments of the application, serve to explain the application. In the drawings:
FIG. 1 is an overall flow chart of a pattern file quick issuing method for an aging test integrated machine of the present application;
FIG. 2 is a diagram showing the data arrangement of the issuing message of the pattern file quick issuing method for the aging test integrated machine;
FIG. 3 is a data arrangement structure diagram of the data issued by the pattern file quick issuing method for the aging test integrated machine;
fig. 4 is a data arrangement structure diagram of front end data of a pattern file quick issuing method for an aging test integrated machine according to the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs. The terminology used herein in the description of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The application provides a pattern file quick issuing method for a burn-in test all-in-one machine, wherein the burn-in test all-in-one machine comprises a PC end and a test end (the test end is the burn-in test all-in-one machine), the PC end generates a pattern total file containing N issuing channels, and the test end analyzes and then stores pattern subfiles of different channels respectively so as to quickly issue pattern subfiles of a plurality of channels simultaneously. Each channel corresponds to a test sub-card, and the test sub-card runs the corresponding pattern sub-file so as to perform performance test or aging test on a plurality of tested elements at the same time.
As shown in fig. 1, the method for quickly issuing N pattern subfiles by the PC end:
step one, a pattern total file processing step: the PC end converts and compiles the pattern total file to obtain vector information and label information, wherein the pattern total file comprises N pattern subfiles, and the vector information corresponds to the pattern subfiles one by one.
The test terminal is provided with N test sub-cards, each test sub-card corresponds to one issuing channel, and the PC terminal edits the pattern total file comprising N pattern sub-files. One embodiment of the application is: after the editing of the pattern total file is finished, the pattern total file is saved as a universal format file (the universal format file can be conveniently converted into any type of file), and the suffix of the universal format file is ". Tptx". And converting the universal format file into a binary file, wherein the suffix of the binary file is ". Patx".
After the pattern total file is converted into a binary file, compiling the binary file and generating a label file and N vector files, wherein one vector file corresponds to one test sub-card so as to store pattern sub-files of corresponding channels respectively later, and acquiring label information and N vector information respectively according to the label file and the N vector files.
Step two, a step of generating issuing data: acquiring file information, timeSet information and PinList information of a pattern sub-file, storing the file information, timeSet information, pinList information, label information and vector information in a first storage format to generate pattern information, and forming issuing data by all the pattern information together.
The file information comprises the generation time of the pattern subfiles and the issuing paths of the pattern subfiles, and different issuing paths correspond to different test subfiles, so that the test terminal issues the pattern subfiles for the second time according to the file information. A kind of electronic device with high-pressure and high-pressure functions: after the pattern subfiles are issued to the test terminals, the secondary issuing is carried out, and the test terminals are issued to the corresponding test daughter cards.
The TimeSet information is used to indicate the time required for running an instruction in the daughter card, the TimeSet can be set manually, and the TimeSet values in different daughter cards are not identical.
PinList information: pinGroup-PinNameList. The pattern subfiles include instructions arranged according to a set sequence, and the PinList information includes all instructions in the pattern subfiles. When the test terminal receives the instructions of the plurality of pattern subfiles at the same time, the instructions of different pattern subfiles are automatically classified according to the PinList information, and the instructions of the same pattern subfiles are classified together.
Vector information for directly recording Pin information (instruction information), and label information for recording storage address corresponding to vector, and downloading the vector according to label information sequence when downloading the pattern subfile to complete the downloading of pattern subfile.
As shown in fig. 3, the pattern information includes a first type code indicating the type of information, first data for recording the information, and a first number of bytes for recording the number of bytes occupied by the information. Different channel pattern information, the first type code of the same kind of information is different.
In the issuing data, the pattern information is stored in a first storage format, all the pattern information together form the issuing data, and the storage sequence of different pattern information in the issuing data can be fixed or not. The first storage format includes: the first type code and the first byte count occupy a fixed number of bytes, and the first type code, the first byte count and the first data are stored in a fixed order.
Taking the TimeSet information as an example: the storage sequence is that the first type code, namely the first byte number, is first data, the first type code is 2 bytes, the low byte is stored to the low address of the file, and the high byte is stored to the high address; the first byte is 2 bytes, the low byte is stored to the low address of the file, and the high byte is stored to the high address; if the first data is n bytes, if the first data is not explicitly defined, the content which appears first in the description is saved to a low address, and the value of n corresponds to the number of bytes occupied by the TimeSet information.
The test end receives the TimeSet information, identifies the first type code and the first byte number, and can directly store n byte numbers (TimeSet information) which are sent after the first byte number to corresponding positions without identifying the first data, thereby completing accurate receiving and fixed position storage of the TimeSet information.
Step three, front end data generation: and acquiring the byte numbers of all pattern information in the issuing data and the residual memory addresses of the test end, generating partition table information containing a start address, wherein different start addresses are used for storing different pattern information, and the partition table information is stored in a second storage format and generates front-end data.
Because the issuing message comprises a plurality of pattern subfiles of the issuing channels, the conventional technical means is as follows: after receiving and storing the downloading message, the test terminal identifies the pattern sub-file in the message and then stores the pattern sub-file again, and the pattern sub-file needs to be downloaded for the second time, thereby influencing the downloading efficiency and occupying the memory.
In order to save memory and improve the efficiency of receiving a test message, a PC side obtains the residual memory address of the test side in advance, and simultaneously obtains the byte numbers occupied by different pattern information in a transmitted message, and sets the address information for storing the pattern information.
As shown in fig. 4, address information of all pattern information is set using the same method, partition table information including a plurality of address information is generated, the address information includes a second type code indicating a type of information, second data for recording a start address of the pattern information in the test terminal, and a second byte number for recording a number of occupied bytes;
when the information types are the same, the second type code is the same as the first type code, and the testing terminal conveniently recognizes the first type code according to the second type code so as to determine the position of pattern information in the issued message. The second data is used for directly recording the initial address, and after the testing end recognizes the first type code and the first byte number, the testing end stores the subsequently received first data to the corresponding initial address and sequentially stores the subsequent data. The second byte number is used for recording the memory occupied by the second data so that the test end can accurately receive the second data.
The second storage format includes: the second type code and the number of bytes occupied by the second type code and the second number of bytes are fixedly arranged, and the second type code, the second number of bytes and the second data are stored in a fixed sequence.
One embodiment of the application is: storing the second type code-the second byte number-the second data in sequence, wherein the second type code occupies 2 bytes fixedly, the second byte number occupies two bytes fixedly, and the second data occupies 4 bytes fixedly (the storage formats of all address information are completely the same, and the test end analyzes the address information according to the fixed format)
In order to facilitate the testing end to identify the front end data in the issuing message, the front end of the front end data is provided with verification header information, and the verification header information comprises a second type code for representing the type of the information, a second byte number for recording the number of occupied bytes and a verification code for judging whether the file is a file identifiable by the software; the storage format of the authentication header information is the same as the storage format of the address information. One embodiment of the application is: the verification header may be a string "PZXPATFORMAT" and the verification code occupies 12 bytes fixedly.
Taking a partition table in which a pattern subfile includes a channel as an example:
step four, a step of generating a downlink message: and acquiring front-end data and issuing data to generate an issuing message.
As shown in fig. 2, the sending message performs data transmission based on the data link layer protocol, and the sending message includes headend data recording the MAC address, so that the access message is accurately sent to the corresponding test end. The issuing message comprises front-end data recording partition table information so as to store pattern information of different channels in a partition mode according to the analysis codes and the initial addresses in the partition table. The issuing message comprises issuing data for recording pattern information and is used for recording specific pattern information.
One embodiment of the application is: the sending message is sequentially from head to tail as head end data, front end data and sending data. The test end preferably acquires the partition table information, and analyzes and stores pattern information according to the partition table information.
Step five, a step of message analysis is issued: the testing terminal receives and identifies the front-end data of the sending message, quickly analyzes the sending data according to the front-end data, respectively stores pattern information, generates N pattern subfiles and label files, and realizes synchronous sending of the pattern subfiles.
After the test end receives the transmitted message, the verification header information of the front end data is preferentially received, all address information is analyzed according to the second storage format, pattern information is identified according to the second type code in the address information, the byte number of the pattern information is determined according to the first byte data, the data in the fixed byte number is received, and the data is stored in the initial address sequence, so that the analysis and the downloading of the pattern information are completed.
When receiving the down-sending message, analyzing all pattern information individually and storing the information respectively, and realizing the pattern subfiles of N channels to be received respectively. The test end receives the down-sending message completely, and generates N pattern subfiles and 1 index file.
Through a mode of analyzing before storing, the issuing efficiency of the pattern subfiles is improved, and the memory space of the test end is saved.
The foregoing describes the embodiments of the present application in detail, but the description is only a preferred embodiment of the present application and should not be construed as limiting the scope of the application. All equivalent changes and modifications within the scope of the present application are intended to be covered by this patent.

Claims (7)

1. A pattern file quick issuing method for a burn-in test integrated machine is characterized by comprising the steps of,
step one, a pattern total file processing step: the method comprises the steps that a PC end converts and compiles a pattern total file to obtain vector information and label information, wherein the pattern total file comprises N pattern subfiles, N represents the number of the pattern subfiles, and the vector information corresponds to the pattern subfiles one by one;
step two, a step of generating issuing data: acquiring file information, timeSet information and PinList information of a pattern sub-file, storing and generating corresponding pattern information by using label information corresponding to each file information, timeSet information, pinList information, vector information and pattern total file in a first storage format, and forming issuing data by all pattern information together;
step three, front end data generation: acquiring byte numbers of all pattern information in the issuing data and residual memory addresses of a test end, generating partition table information containing initial addresses, wherein different initial addresses are used for storing different pattern information, and the partition table information is stored in a second storage format and generates front-end data;
step four, a step of generating a downlink message: acquiring front-end data and issuing data to generate an issuing message;
step five, a step of message analysis is issued: the testing terminal receives and identifies the front-end data of the sending message, quickly analyzes the sending data according to the front-end data, respectively stores pattern information, generates N pattern subfiles and a label file recording the label information, and realizes synchronous sending of the pattern subfiles.
2. The rapid distribution method of pattern files for an aging test integrated machine according to claim 1, wherein the distribution message is based on a data link layer protocol, and the distribution message includes headend data recording a MAC address, headend data recording partition table information, and distribution data recording pattern information.
3. The method for quickly issuing a pattern file for an aging test integrated machine according to claim 1, wherein the pattern information comprises a first type code indicating a type of information, first data for recording information and a first byte number for recording the number of bytes occupied by the information; the first storage format includes: the first type code and the first byte count occupy a fixed number of bytes, and the first type code, the first byte count and the first data are arranged in a fixed sequence.
4. The rapid distribution method of pattern file for aging test integrated machine according to claim 3, wherein the partition table information comprises address information, the address information comprises a second type code representing information type, second data for recording the initial address of pattern information in the test terminal and second byte number for recording the number of occupied bytes; the second storage format includes: the second type code and the second byte number occupy a fixed number of bytes, and the second type code, the second byte number and the second data are arranged in a fixed sequence.
5. The method for quickly issuing pattern files for the aging test integrated machine according to claim 4, wherein the front end of the front end data is provided with verification header information, and the verification header information comprises a second type code representing an information type, a second byte number for recording the number of occupied bytes and a verification code for judging whether the file is a file identifiable by the software; the storage format of the verification header information is the same as the storage format of the address information.
6. The method for quickly issuing the pattern file for the aging test all-in-one machine according to claim 4, wherein the first type code and the second type code corresponding to the same type of pattern information are the same.
7. The method for quickly issuing a pattern file for an aging test integrated machine according to claim 1, wherein the file information includes generation time of a pattern sub-file and an issuing channel path of the pattern sub-file, the time set information is used for recording time required for running an instruction, the PinList information is used for recording an instruction name list, the vector information is used for recording instruction information, and the label information is used for recording storage addresses corresponding to different vectors.
CN202311174682.3A 2023-09-13 2023-09-13 Pattern file quick issuing method for aging test integrated machine Active CN116910160B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311174682.3A CN116910160B (en) 2023-09-13 2023-09-13 Pattern file quick issuing method for aging test integrated machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311174682.3A CN116910160B (en) 2023-09-13 2023-09-13 Pattern file quick issuing method for aging test integrated machine

Publications (2)

Publication Number Publication Date
CN116910160A CN116910160A (en) 2023-10-20
CN116910160B true CN116910160B (en) 2023-11-14

Family

ID=88356974

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311174682.3A Active CN116910160B (en) 2023-09-13 2023-09-13 Pattern file quick issuing method for aging test integrated machine

Country Status (1)

Country Link
CN (1) CN116910160B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186617A (en) * 2011-12-30 2013-07-03 北京新媒传信科技有限公司 Data storage method and device
CN111092669A (en) * 2019-12-25 2020-05-01 Oppo广东移动通信有限公司 User equipment testing system, method and device, signaling comprehensive tester and storage medium
CN112630622A (en) * 2020-12-17 2021-04-09 珠海芯网测控有限公司 Method and system for pattern compiling and downloading test of ATE (automatic test equipment)
CN113721927A (en) * 2021-11-02 2021-11-30 杭州加速科技有限公司 ATE test vector compiling acceleration method based on FPGA and ATE system
CN114461579A (en) * 2021-12-13 2022-05-10 杭州加速科技有限公司 Processing method and system for parallel reading and dynamic scheduling of Pattern file and ATE (automatic test equipment)
CN114490501A (en) * 2021-12-31 2022-05-13 杭州加速科技有限公司 FPGA-based Pattern file issuing acceleration method and system
CN114691371A (en) * 2022-04-02 2022-07-01 上海季丰电子股份有限公司 Method and device for simultaneously converting Pattern in multiple threads
WO2023273521A1 (en) * 2021-07-02 2023-01-05 南京宏泰半导体科技有限公司 Multi-clock domain concurrent test system for soc chip and test method therefor

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9483477B2 (en) * 2015-01-19 2016-11-01 Sas Institute Inc. Automated data intake system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186617A (en) * 2011-12-30 2013-07-03 北京新媒传信科技有限公司 Data storage method and device
CN111092669A (en) * 2019-12-25 2020-05-01 Oppo广东移动通信有限公司 User equipment testing system, method and device, signaling comprehensive tester and storage medium
CN112630622A (en) * 2020-12-17 2021-04-09 珠海芯网测控有限公司 Method and system for pattern compiling and downloading test of ATE (automatic test equipment)
WO2023273521A1 (en) * 2021-07-02 2023-01-05 南京宏泰半导体科技有限公司 Multi-clock domain concurrent test system for soc chip and test method therefor
CN113721927A (en) * 2021-11-02 2021-11-30 杭州加速科技有限公司 ATE test vector compiling acceleration method based on FPGA and ATE system
CN114461579A (en) * 2021-12-13 2022-05-10 杭州加速科技有限公司 Processing method and system for parallel reading and dynamic scheduling of Pattern file and ATE (automatic test equipment)
CN114490501A (en) * 2021-12-31 2022-05-13 杭州加速科技有限公司 FPGA-based Pattern file issuing acceleration method and system
CN114691371A (en) * 2022-04-02 2022-07-01 上海季丰电子股份有限公司 Method and device for simultaneously converting Pattern in multiple threads

Also Published As

Publication number Publication date
CN116910160A (en) 2023-10-20

Similar Documents

Publication Publication Date Title
US8010844B2 (en) File mutation method and system using file section information and mutation rules
US6636521B1 (en) Flexible runtime configurable application program interface (API) that is command independent and reusable
WO2006022087A1 (en) Tester and testing method
CN109756514B (en) Telemetry data dynamic processing method of spacecraft complex protocol
CN113721927B (en) ATE test vector compiling acceleration method based on FPGA and ATE system
CN111679979A (en) Destructive testing method and device
CN116910160B (en) Pattern file quick issuing method for aging test integrated machine
CN109828764B (en) Method and device for generating and burning file
CN111258631B (en) Automatic mass production system and method for terminal equipment parameters
CN115833964A (en) Performance test method and performance test system of dual-mode communication module
CN114490501B (en) FPGA-based Pattern file issuing acceleration method and system
CN110788029B (en) Method and device for testing chip
CN113611348B (en) Dotting method and device, electronic equipment and storage medium
CN115525535A (en) Electric energy meter function detection method based on multi-protocol identification and self-test
CN111426945A (en) Test method for improving chip test efficiency
CN109347671B (en) System and method for realizing in-band OAM Metadata editing in chip
CN117169700B (en) Chip testing system and method based on grouping test
KR100293437B1 (en) Execution file conversion method for testing microprocessor
CN109656550A (en) Json data analysis method, device, equipment and readable storage medium storing program for executing
CN116701300B (en) Computer file management system based on Internet
CN115809175A (en) Method for debugging portable equipment after leaving factory and portable equipment
CN112445712B (en) Method and device for generating test source code
CN116055350A (en) Json-based data communication quality detection method
CN114003549B (en) 5G radio frequency unit testing method and device based on heterogeneous SOC
CN117319382A (en) Pattern file multipath synchronous issuing method based on switch

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant