CN109492239B - Device for realizing real-time segmentation of simulation waveform data - Google Patents

Device for realizing real-time segmentation of simulation waveform data Download PDF

Info

Publication number
CN109492239B
CN109492239B CN201710822910.1A CN201710822910A CN109492239B CN 109492239 B CN109492239 B CN 109492239B CN 201710822910 A CN201710822910 A CN 201710822910A CN 109492239 B CN109492239 B CN 109492239B
Authority
CN
China
Prior art keywords
module
segmentation
data
waveform
waveform data
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
CN201710822910.1A
Other languages
Chinese (zh)
Other versions
CN109492239A (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.)
Hefei Haibenlan Technology Co ltd
Original Assignee
Hefei Haibenlan 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 Hefei Haibenlan Technology Co ltd filed Critical Hefei Haibenlan Technology Co ltd
Priority to CN201710822910.1A priority Critical patent/CN109492239B/en
Publication of CN109492239A publication Critical patent/CN109492239A/en
Application granted granted Critical
Publication of CN109492239B publication Critical patent/CN109492239B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/398Design verification or optimisation, e.g. using design rule check [DRC], layout versus schematics [LVS] or finite element methods [FEM]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a device for realizing real-time segmentation of simulation waveform data, which comprises: the hardware side module generates simulation waveform data, sets period information, packs the data, and sends the packed simulation waveform data to the simulation waveform data segmentation module; the waveform segmentation requirement information transmission module receives waveform segmentation condition information set by a user TestStandard and sends the waveform segmentation condition information to the simulation waveform data segmentation module; the simulation waveform data segmentation module receives the simulation waveform data and waveform segmentation condition information, segments the simulation waveform data according to the waveform segmentation condition information, and sends the data generated by segmentation to the simulation waveform data writing file module; the simulation waveform data writing file module receives the segmentation data and writes the segmentation data into the waveform file. The invention supports online real-time segmentation of simulation waveforms when simulation is executed, is convenient for a user to selectively check waveforms, and avoids the problem of low loading efficiency of oversized waveform data.

Description

Device for realizing real-time segmentation of simulation waveform data
Technical Field
The invention relates to the technical field of FPGA prototype verification, in particular to a device for realizing real-time segmentation of simulation waveform data.
Background
In the design of digital integrated circuits, after a design engineer completes the design in HDL (Hardware Description Language ), it is necessary to verify whether the design satisfies the intended function through Simulation (Simulation). Typically, a designer sends test stimulus to a DUT (Device Under Test, user design under test) through a test file TestBench (TestBench) running on an HDL simulator and responds to the output information, and determines from the responding output information whether the DUT satisfies the intended function. With the continuous improvement of the design complexity of the DUT and the high occurrence rate of design anomalies, the design engineer cannot judge whether the design of the DUT meets the requirements or whether the cause of anomalies occurs in high-efficiency positioning through the responsive output information, the design engineer needs to sample the signals in the DUT in real time, and confirm anomalies by observing the simulation waveforms, when the design complexity of the DUT is continuously improved, the simulation waveform data is also continuously increased, which brings great inconvenience to the design engineer, the design engineer cannot quickly check the waveform data at a certain stage, and meanwhile, the extra-large waveform data wastes time when the tool for watching waveforms is used for loading, so that the work efficiency of the design engineer is greatly reduced.
Disclosure of Invention
In view of the above problems, an object of an embodiment of the present invention is to provide a device for implementing real-time segmentation of simulation waveform data, so as to solve the problem that when the design complexity of a DUT is continuously improved, the simulation waveform data is continuously increased, which brings great inconvenience to design engineers.
In order to solve the above problems, an embodiment of the present invention discloses a device for implementing real-time segmentation of simulation waveform data, including: a hardware side module, a waveform segmentation requirement information transfer module, a simulation waveform data segmentation module and a simulation waveform data writing file module, wherein,
the hardware side module is used for generating simulation waveform data, performing period information setting and data packaging, and sending the packaged simulation waveform data to the simulation waveform data segmentation module;
the waveform segmentation requirement information transfer module is used for receiving waveform segmentation condition information set by a user TestBench and sending the waveform segmentation condition information to the simulation waveform data segmentation module;
the simulation waveform data segmentation module is used for receiving the simulation waveform data sent by the hardware side module and the waveform segmentation condition information sent by the waveform segmentation requirement information transfer module, segmenting the simulation waveform data according to the waveform segmentation condition information, and sending the data generated by segmentation to the simulation waveform data writing file module;
the simulation waveform data writing file module is used for receiving the segmentation data generated by the simulation waveform data segmentation module and writing the segmentation data into a waveform file.
Optionally, the hardware side module includes: sample module, pack module, wherein,
the sample module is connected with the pack module and is used for sampling the designated signals according to the design of the DUT of a user and sending the sampled simulation waveform data to the pack module;
the pack module is connected with the simulation waveform data segmentation module, and is used for receiving the sampled simulation waveform data sent by the sample module, adding periodic header information in a preset format to the received simulation waveform data, packaging the periodic header information, and sending the packaged simulation waveform data to the simulation waveform data segmentation module.
Optionally, the waveform division condition information includes a waveform division condition including: one of dividing according to file size, dividing according to number of cycles, dividing according to signal types, dividing according to module names.
Optionally, the simulation waveform data segmentation module includes: a data verification module, a segmentation condition information analysis module and a data segmentation module, wherein,
the data verification module is respectively connected with the pack module and the data segmentation module of the hardware side module, and is used for receiving the simulation waveform data sent by the pack module, verifying whether the cycle head information of the simulation waveform data meets a preset format and verifying whether the load information of the simulation waveform data is complete, and sending the verified simulation waveform data to the data segmentation module;
the segmentation condition information analysis module is respectively connected with the waveform segmentation requirement information transmission module and the data segmentation module, and is used for analyzing the waveform segmentation condition information sent by the waveform segmentation requirement information transmission module and sending the waveform segmentation condition information to the data segmentation module;
the data segmentation module is respectively connected with the data verification module, the segmentation condition information analysis module and the simulated waveform data writing file module, and is used for receiving the verified simulated waveform data sent by the data verification module and the waveform segmentation condition information sent by the segmentation condition information analysis module, segmenting the verified simulated waveform data received by the data verification module according to the waveform segmentation condition information received by the segmentation condition information analysis module, and sending the segmented data to the simulated waveform data writing file module.
Optionally, the predetermined format includes Zhou Qitou identification, data type, payload data length, and includes one or more of number of cycles, signal type, module name, the length of the predetermined format includes 128bit, 256bit, or other 128bit integer multiple length, wherein,
the Zhou Qitou identified location represents a start location of one cycle of data;
the data type represents the type of the load data;
the number of cycles represents a current number of cycles;
the payload data length represents an effective length of the payload data.
The embodiment of the invention has the following advantages:
1. the invention supports online real-time segmentation of simulation waveforms when simulation is executed, and is convenient for users (such as design engineers) to selectively check waveforms at a certain stage;
2. the invention can avoid the problem of low efficiency of loading and checking waveforms caused by overlarge simulation waveform data generated by high complexity of the DUT;
3. the invention supports a plurality of different simulation waveform segmentation conditions, for example, can support: dividing according to file size, dividing according to cycle number, dividing according to signal variety, dividing according to module name, etc.;
4. the invention has the advantages of simple design, high use flexibility and low maintenance cost, supports a plurality of software development languages, and has strong portability.
Drawings
FIG. 1 is a block diagram of an embodiment of an apparatus for implementing real-time segmentation of simulated waveform data in accordance with the present invention;
fig. 2 is a schematic diagram of a predetermined format in an embodiment of an apparatus for implementing real-time segmentation of simulated waveform data according to the present invention.
Detailed Description
In order that the above-recited objects, features and advantages of the present invention will become more readily apparent, a more particular description of the invention will be rendered by reference to the appended drawings and appended detailed description.
Referring to fig. 1, a block diagram of an embodiment of an apparatus for implementing real-time segmentation of simulated waveform data according to the present invention may specifically include the following modules: the device comprises a hardware side module, a waveform segmentation requirement information transmission module, a simulation waveform data segmentation module and a simulation waveform data writing file module, wherein the hardware side module is used for generating simulation waveform data, performing period information setting and data packaging, and sending the packaged simulation waveform data to the simulation waveform data segmentation module; the waveform segmentation requirement information transfer module is used for receiving waveform segmentation condition information set by a user TestBench and sending the waveform segmentation condition information to the simulation waveform data segmentation module; the simulation waveform data segmentation module is used for receiving the simulation waveform data sent by the hardware side module and the waveform segmentation condition information sent by the waveform segmentation requirement information transmission module, segmenting the simulation waveform data according to the waveform segmentation condition information, and sending the data generated by segmentation to the simulation waveform data writing file module; the simulation waveform data writing file module is used for receiving the segmentation data generated by the simulation waveform data segmentation module and writing the segmentation data into the waveform file.
Alternatively, the hardware-side module may include: the system comprises a sample module and a pack module, wherein the sample module is connected with the pack module, and is used for sampling a designated signal according to the design of a user DUT and sending sampled simulation waveform data to the pack module; the pack module is connected with the simulation waveform data segmentation module and is used for receiving the sampled simulation waveform data sent by the sample module, adding periodic header information in a preset format to the received simulation waveform data, packaging the periodic header information, and sending the packaged simulation waveform data to the simulation waveform data segmentation module.
Alternatively, the predetermined format may include a format that any user wants to set, for example, the predetermined format may include a cycle header identification, a data type, a payload data length, and one or more of a cycle number, a signal type, and a module name. Alternatively, the length of the predetermined format may include 128 bits, 256 bits, or other integer multiple lengths of 128 bits, where the position of the cycle header flag indicates the start position of one cycle data; the data type indicates a type of the load data, for example, the data type may be waveform data or other data other than waveform data; the number of cycles represents the current number of cycles; the payload data length represents the effective length of the payload data.
Specifically, in one embodiment of the present invention, the information in the predetermined format with the length of 128 bits is shown in fig. 2, where 127:40flag represents a period header identifier and represents a start position of one period data; 39:34type represents a data type, which may be waveform data or other data other than waveform data; 33:10cycle represents the current number of cycles; 9:0length represents the effective length of the load data.
Alternatively, the waveform division condition information may include a waveform division condition, and the waveform division condition may include: one of dividing by file size, dividing by number of cycles, dividing by signal type, dividing by module name, etc.
Alternatively, the simulation waveform data dividing module may include: the device comprises a data verification module, a segmentation condition information analysis module and a data segmentation module, wherein the data verification module is respectively connected with a pack module and the data segmentation module of the hardware side module, and is used for receiving simulation waveform data sent by the pack module, verifying whether periodic header information of the simulation waveform data meets a preset format and verifying whether load information of the simulation waveform data is complete or not, and sending the verified simulation waveform data to the data segmentation module; the segmentation condition information analysis module is respectively connected with the waveform segmentation requirement information transmission module and the data segmentation module, and is used for analyzing the waveform segmentation condition information sent by the waveform segmentation requirement information transmission module and sending the waveform segmentation condition information to the data segmentation module; the data segmentation module is respectively connected with the data verification module, the segmentation condition information analysis module and the simulation waveform data writing file module, and is used for receiving the verified simulation waveform data sent by the data verification module and the waveform segmentation condition information sent by the segmentation condition information analysis module, segmenting the verified simulation waveform data received by the data verification module according to the waveform segmentation condition information received by the segmentation condition information analysis module, and sending the data generated by segmentation to the simulation waveform data writing file module. The simulation waveform data writing file module is used for receiving data generated by the segmentation of the data segmentation module in the simulation waveform data segmentation module and writing the segmented data into the waveform file.
The embodiment of the invention has the following advantages:
1. the invention supports online real-time segmentation of simulation waveforms when simulation is executed, and is convenient for users (such as design engineers) to selectively check waveforms at a certain stage;
2. the invention can avoid the problem of low efficiency of loading and checking waveforms caused by overlarge simulation waveform data generated by high complexity of the DUT;
3. the invention supports a plurality of different simulation waveform segmentation conditions, for example, can support: dividing according to file size, dividing according to cycle number, dividing according to signal variety, dividing according to module name, etc.;
4. the invention has the advantages of simple design, high use flexibility and low maintenance cost, supports a plurality of software development languages, and has strong portability.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described by differences from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other.
It will be apparent to those skilled in the art that embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the invention may take the form of a computer program product on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal device to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal device, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or terminal device comprising the element.
The above describes in detail a device for implementing real-time segmentation of simulation waveform data, and specific examples are applied to illustrate the principle and implementation of the present invention, and the above description of the examples is only used to help understand the method and core idea of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (3)

1. An apparatus for implementing real-time segmentation of simulated waveform data, comprising: a hardware side module, a waveform segmentation requirement information transfer module, a simulation waveform data segmentation module and a simulation waveform data writing file module, wherein,
the hardware side module is used for generating simulation waveform data, performing period information setting and data packaging, and sending the packaged simulation waveform data to the simulation waveform data segmentation module;
the waveform segmentation requirement information transfer module is used for receiving waveform segmentation condition information set by a user TestBench and sending the waveform segmentation condition information to the simulation waveform data segmentation module;
the simulation waveform data segmentation module is used for receiving the simulation waveform data sent by the hardware side module and the waveform segmentation condition information sent by the waveform segmentation requirement information transfer module, segmenting the simulation waveform data according to the waveform segmentation condition information, and sending the data generated by segmentation to the simulation waveform data writing file module;
the simulation waveform data writing-in file module is used for receiving the segmentation data generated by the simulation waveform data segmentation module and writing the segmentation data into a waveform file;
the hardware-side module includes: sample module, pack module, wherein,
the sample module is connected with the pack module and is used for sampling the designated signals according to the design of the DUT of a user and sending the sampled simulation waveform data to the pack module;
the pack module is connected with the simulation waveform data segmentation module, and is used for receiving the sampled simulation waveform data sent by the sample module, adding periodic header information in a preset format to the received simulation waveform data, packaging the periodic header information, and sending the packaged simulation waveform data to the simulation waveform data segmentation module;
the simulation waveform data segmentation module comprises: a data verification module, a segmentation condition information analysis module and a data segmentation module, wherein,
the data verification module is respectively connected with the pack module and the data segmentation module of the hardware side module, and is used for receiving the simulation waveform data sent by the pack module, verifying whether the cycle head information of the simulation waveform data meets a preset format and verifying whether the load information of the simulation waveform data is complete, and sending the verified simulation waveform data to the data segmentation module;
the segmentation condition information analysis module is respectively connected with the waveform segmentation requirement information transmission module and the data segmentation module, and is used for analyzing the waveform segmentation condition information sent by the waveform segmentation requirement information transmission module and sending the waveform segmentation condition information to the data segmentation module;
the data segmentation module is respectively connected with the data verification module, the segmentation condition information analysis module and the simulated waveform data writing file module, and is used for receiving the verified simulated waveform data sent by the data verification module and the waveform segmentation condition information sent by the segmentation condition information analysis module, segmenting the verified simulated waveform data received by the data verification module according to the waveform segmentation condition information received by the segmentation condition information analysis module, and sending the segmented data to the simulated waveform data writing file module.
2. The apparatus of claim 1, wherein the waveform segmentation condition information comprises a waveform segmentation condition, the waveform segmentation condition comprising: one of dividing according to file size, dividing according to number of cycles, dividing according to signal types, dividing according to module names.
3. The apparatus of claim 1, wherein the predetermined format comprises one or more of Zhou Qitou identification, data type, payload data length, and number of cycles, signal type, module name, and wherein the length of the predetermined format comprises 128 bits, 256 bits, or an integer multiple of other 128 bits, wherein,
the Zhou Qitou identified location represents a start location of one cycle of data;
the data type represents the type of the load data;
the number of cycles represents a current number of cycles;
the payload data length represents an effective length of the payload data.
CN201710822910.1A 2017-09-13 2017-09-13 Device for realizing real-time segmentation of simulation waveform data Active CN109492239B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710822910.1A CN109492239B (en) 2017-09-13 2017-09-13 Device for realizing real-time segmentation of simulation waveform data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710822910.1A CN109492239B (en) 2017-09-13 2017-09-13 Device for realizing real-time segmentation of simulation waveform data

Publications (2)

Publication Number Publication Date
CN109492239A CN109492239A (en) 2019-03-19
CN109492239B true CN109492239B (en) 2023-11-14

Family

ID=65688955

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710822910.1A Active CN109492239B (en) 2017-09-13 2017-09-13 Device for realizing real-time segmentation of simulation waveform data

Country Status (1)

Country Link
CN (1) CN109492239B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111125978A (en) * 2019-12-31 2020-05-08 国微集团(深圳)有限公司 Simulation data processing method and system
CN114003456A (en) * 2021-09-26 2022-02-01 芯华章科技股份有限公司 Waveform data display method, device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001256273A (en) * 2000-03-09 2001-09-21 Hitachi Ltd Logic simulation waveform data reducing method
CN101253472A (en) * 2005-08-15 2008-08-27 艾克斯姆系统公司 Simulation of systems
WO2010026629A1 (en) * 2008-09-03 2010-03-11 富士通株式会社 Waveform verification method and computer-readable recording medium
CN104268314A (en) * 2014-09-11 2015-01-07 东华大学 Easy HDL based waveform measuring method through simulated logic analyzer
CN106156424A (en) * 2016-07-01 2016-11-23 合肥海本蓝科技有限公司 A kind of analogue system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08194721A (en) * 1995-01-13 1996-07-30 Fujitsu Ltd Waveform editor system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001256273A (en) * 2000-03-09 2001-09-21 Hitachi Ltd Logic simulation waveform data reducing method
CN101253472A (en) * 2005-08-15 2008-08-27 艾克斯姆系统公司 Simulation of systems
WO2010026629A1 (en) * 2008-09-03 2010-03-11 富士通株式会社 Waveform verification method and computer-readable recording medium
CN104268314A (en) * 2014-09-11 2015-01-07 东华大学 Easy HDL based waveform measuring method through simulated logic analyzer
CN106156424A (en) * 2016-07-01 2016-11-23 合肥海本蓝科技有限公司 A kind of analogue system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
一种快速模板匹配的波形识别算法;倪永州 等;《传感器世界》;20060419;32-34 *
光栅莫尔条纹信号细分方法设计与Simulink仿真;杨华晖 等;《宇航计测技术》;20161231;29-34 *

Also Published As

Publication number Publication date
CN109492239A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
KR101012464B1 (en) Testing method and its apparatus of digital substation Merging Unit
CN109933535B (en) Test case generation method and device and server
CN109492239B (en) Device for realizing real-time segmentation of simulation waveform data
CN108459850B (en) Method, device and system for generating test script
US10528688B1 (en) System and method for schematic-driven generation of input/output models
CN110727581B (en) Crash positioning method and electronic equipment
CN110806970A (en) Client test method and device based on simulation server response and electronic equipment
KR101935105B1 (en) Apparatus and Method for verifying automation based robustness using mutation Application Programming Interface
CN103581987B (en) The test method and device of the page download speed of mobile terminal device
CN110941934A (en) FPGA prototype verification development board segmentation simulation system, method, medium and terminal
CN108231132B (en) NAND flash memory verification device and verification system
US20190073291A1 (en) Instruction generation based on selection or non-selection of a special command
CN107622013B (en) Distributed system testing method and device
US8739091B1 (en) Techniques for segmenting of hardware trace and verification of individual trace segments
US10884772B1 (en) Method and system for emulating an image processing system
CN110515604A (en) The acquisition methods and device of the executable program file of verification environment
US9448777B2 (en) Apparatus and method for generating assertion based on user program code, and apparatus and method for verifying processor using assertion
CN107222332A (en) Method of testing, device, system and machinable medium
CN113535578B (en) CTS test method, CTS test device and CTS test equipment
KR20140109531A (en) Semiconductor test device and semiconductor test method
US9838229B2 (en) Method for verifying the functionality of a digital circuit
CN105897494A (en) Testing method of network transmission rate
CN112363975B (en) Interaction method and interaction system for configuration software and FPGA
WO2017036189A1 (en) Automatic test method and device
US9202006B1 (en) System and method for connecting components in an electronic design

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