CN113378502A - Test method, device, medium and equipment for verifying signal trend code matching - Google Patents

Test method, device, medium and equipment for verifying signal trend code matching Download PDF

Info

Publication number
CN113378502A
CN113378502A CN202110916195.4A CN202110916195A CN113378502A CN 113378502 A CN113378502 A CN 113378502A CN 202110916195 A CN202110916195 A CN 202110916195A CN 113378502 A CN113378502 A CN 113378502A
Authority
CN
China
Prior art keywords
file
code matching
code
matching
command
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.)
Granted
Application number
CN202110916195.4A
Other languages
Chinese (zh)
Other versions
CN113378502B (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.)
Ehiway Microelectronic Technology Suzhou Co ltd
Original Assignee
Ehiway Microelectronic Technology Suzhou 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 Ehiway Microelectronic Technology Suzhou Co ltd filed Critical Ehiway Microelectronic Technology Suzhou Co ltd
Priority to CN202110916195.4A priority Critical patent/CN113378502B/en
Publication of CN113378502A publication Critical patent/CN113378502A/en
Application granted granted Critical
Publication of CN113378502B publication Critical patent/CN113378502B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/34Circuit design for reconfigurable circuits, e.g. field programmable gate arrays [FPGA] or programmable logic devices [PLD]
    • G06F30/347Physical level, e.g. placement or routing
    • 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
    • G06F11/2273Test methods
    • 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/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Tests Of Electronic Circuits (AREA)

Abstract

The invention provides a test method, a device, a medium and equipment for verifying signal trend code matching, which are used for obtaining wiring node information of all signals by analyzing a signal wiring trend file to be verified; generating a code matching command file and a code matching command list according to the wiring node information; setting the path address of the command file and the path address of the log file generated by executing the command file in a code matching execution file called when code matching is executed; and executing the code matching execution file, finding an actual code matching value according to the log file, comparing the actual code matching value with the code matching expected value in the command list, if the actual code matching value is consistent with the command list, matching the code correctly, if the actual code matching value is inconsistent with the command list, matching the code unsuccessfully, and writing the inconsistent circuit path address and the inconsistent code matching value into a result file and outputting the result file. By using the idea of software verification, batch automatic verification of the circuit is realized, verification time is greatly saved, test time and energy of testers are saved, and code matching verification speed and test coverage rate are improved.

Description

Test method, device, medium and equipment for verifying signal trend code matching
Technical Field
The invention belongs to the technical field of programmable logic devices, and particularly relates to a test method, a test device, a test medium and test equipment for verifying signal trend code matching.
Background
The main function of the FPGA (Field-Programmable Gate Array electronic Design Automation) tool is to convert a specific Circuit Design into a netlist file (the netlist file is a file describing a connection relationship of a Circuit, generally a text file, and simply translates a schematic diagram into the text file, and the file includes a label of a device, a package, and a connection relationship, and is introduced into a PCB (Printed Circuit Board) editor, and the editor takes out a corresponding package from a package library and gives the corresponding label and the connection relationship to the package library, and then performs subsequent processes of packaging, layout, wiring, code generation, and the like on the netlist file, where the process flow of the EDA tool on the Circuit is shown in fig. 1.
The wiring direction of each signal in each circuit needs to be matched with codes, code streams can be generated and corresponding work can be carried out after the code matching is successful, the wiring direction is invalid if the code matching fails, namely, the wiring direction does not play a corresponding role, but the wiring direction is configured at a position where each wiring direction needs to be configured, the number of values which need to be configured is large, testers need to compare the code matching configuration files one by one, and if the testers manually match the code for the wiring direction of each signal, a large amount of time and energy are consumed, and the comparison is likely to be wrong manually, even if simulation is carried out, whether each value is matched with codes correctly can be verified, but from the aspect of execution time, the time consumed by simulation is relatively large.
Disclosure of Invention
The invention aims to solve the technical problem of how to rapidly carry out code matching configuration on the signal wiring trend, and provides a test method, a device, a medium and equipment for verifying the code matching of the signal trend.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
a test method for verifying signal trend code matching comprises the following steps:
step 1: analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
step 2: generating a plurality of commands related to each signal according to the wiring node information of each signal, wherein the commands of all the signals form a code matching command file and a command list, the command list comprises each command in the command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching expected value of the wiring node of each signal;
and step 3: setting the path address of the code matching command file and the path address of a log file generated when the code matching command file is executed in a code matching execution file called when the code matching is executed;
and 4, step 4: and executing the code matching execution file, finding the actual code matching value of each command in the log file generated during the execution of the code matching execution file according to the path address of the log file, comparing the actual code matching value with the expected code matching value in the command list, if the actual code matching value is consistent with the expected code matching value in the command list, matching the code correctly, and if the actual code matching value is inconsistent with the expected code matching value in the command list, matching the code unsuccessfully, and writing the wrong circuit path address and code matching value into a result file and outputting the error circuit path address and code matching value.
Further, before step 1, the method further comprises:
step 1: reading a CASE file storing the circuit path and the top entity name, and finding out a signal routing wiring file path address and a code matching file path address corresponding to the circuit path and the top entity according to the circuit path and the top entity name in the CASE file;
step 2: judging whether a signal routing wiring file exists in a signal routing wiring file path address or not, judging whether a code matching file exists in a code matching file address or not, if both exist, executing the step 1, otherwise, returning to the step 1And reading the information of the next circuit to be tested from the CASE file.
Further, the code matching expected value is obtained by analyzing a code matching configuration file, the code matching configuration dictionary corresponding to the code matching configuration file is configured by using a Module Name as KEY, and the code matching configuration dictionary comprises an Instance Name, an output Port Out Port and an input Port In Port under each Module Name, each In Port is a configuration item, the value of each In Port is a code matching value, and the code matching value of each Module node is the code matching expected value of the wiring node corresponding to each Module node.
Further, when the code matching command files are formed by the commands of all the signals in the step 2, when the number of the code matching command files exceeds 5 ten thousand, a plurality of command files are generated according to the principle that the number of the code matching command files is at most 5 ten thousand, and the path addresses of the plurality of code matching command files are written into the code matching execution files.
Further, when a plurality of commands related to each signal are generated according to the wiring node information of the signal in step 2, when the Module Name of the corresponding Module node cannot be found in the code matching configuration dictionary by the information of the wiring node, the information is recorded in a result file for a tester to check whether the information is a BUG.
The invention also provides a testing device for verifying the signal trend matching code, which comprises the following modules: a signal wiring node information acquisition module: the system comprises a signal wiring trend file, a signal processing unit and a signal processing unit, wherein the signal wiring trend file is used for analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
a command file generation module: the device comprises a code matching command file and a code matching command list, wherein the code matching command list comprises each command in the code matching command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching value of a wiring node of each signal;
the execution file updating module: the path address of the code matching command file and the path address of the log file generated by executing the code matching command file are arranged in a code matching execution file called when code matching is executed;
a verification module: and the matching code executing file is used for finding the actual matching code value of each command in the log file generated when the matching code executing file is executed according to the path address of the log file, comparing the actual matching code value with the matching code expected value in the matching code command list, if the actual matching code value is consistent with the matching code expected value, matching the code correctly, and if the actual matching code value is inconsistent with the matching code expected value, matching the code unsuccessfully, and writing the wrong circuit path address and the wrong matching code value into a result file and outputting the result file.
Further, the method also comprises the following modules:
signal trend wiring file acquisition module: the CASE file is used for reading the circuit path and the top entity name, and finding out a signal routing wiring file address and a code matching file address corresponding to the top entity and the circuit path address according to the circuit path and the top entity name in the CASE file;
whether a code matching file exists in a module: the device is used for judging whether a signal routing wiring file exists in a signal routing wiring file path address or not, judging whether a code matching file exists in a code matching file address or not, if so, executing a signal wiring node information acquisition module, and if not, returning to the signal routing wiring file acquisition module to read the next circuit to be tested in the CASE file.
The invention also provides a computer readable medium storing a computer program executable by a processor to implement the method for testing verification signal trend matching code.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the test method for verifying the signal trend matching code when executing the computer program.
By adopting the technical scheme, the invention has the following beneficial effects:
the invention provides a test method, a device, a medium and equipment for verifying signal trend code matching, which are characterized in that wiring node information of all signals is obtained by analyzing a signal wiring trend file, then a plurality of commands are generated according to the wiring trend of each signal, further the commands of all the signals form a command file, a command log file is generated when the command file is executed, an actual code matching value generated in the command execution process is compared with a code matching expected value set in a code matching configuration file, if the actual code matching value is consistent with the code matching expected value, the code matching is correct, and if the actual code matching value is inconsistent with the code matching expected value, the code matching fails. By using the idea of software verification, the invention realizes batch automatic verification of the circuit, greatly saves verification time, saves test time and energy of testers, and improves code matching verification speed and test coverage rate.
Drawings
FIG. 1 is a flow of EDA tool processing a circuit;
FIG. 2 is a system flow diagram of the present invention;
FIG. 3 is a flowchart of determining whether a signal routing file and a code matching file exist.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The following provides a specific embodiment of a test method for verifying signal trend code matching, which comprises the following steps:
step 1: reading a CASE file storing a circuit path and a top entity name, and finding a signal routing wiring file path address and a code matching file path address corresponding to a top entity and a circuit path address according to the circuit path and the top entity name in the CASE file;
step 2: judging whether a signal routing wiring file exists in a signal routing wiring file path address or not, judging whether a code matching file exists in a code matching file address or not, if both exist, executing the step 1, otherwise, returning to the step 1And reading the information of the next circuit to be tested from the CASE file.
The CASE file is used for storing a circuit path and a top entity name, reading the file, splicing a circuit wiring file address and a code matching file address of the circuit, judging whether the circuit performs wiring and code matching successfully, if the code matching file exists, indicating that the steps of integrating, boxing, layout, wiring and the like before code matching are successful, performing code matching verification operation, if the code matching file does not exist, indicating that the circuit does not generate a corresponding code matching file, not performing verification, reading a record in the next CASE file, and continuing to judge, specifically as shown in fig. 3.
Figure 2 shows the key steps of the test method:
step 1: analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
analyzing a signal trend wiring file In each circuit to form a signal wiring path dictionary, acquiring the wiring trend of each signal, taking the signal Name as a KEY, and storing a path through which the signal passes, wherein the path comprises a passing Module node Module Name, an Instance Name, an input Port In Port and an output Port Out Port; when the signal does not need to be wired, the value corresponding to the signal name is null.
The signal routing path dictionary is exemplified as follows:
{Signal1:{Module_Name1:{Instance_Name1:{Out_Port1:{In_Port1:value1, In_Port2:value2......}}, {Instance_Name2:{Out_Port2:{In_Port1:value1, In_Port2:value2......}}}}}, Signal2:{Module_Name1:{Instance_Name1:{Out_Port1:{In_Port1:value1, In_Port2:value2......}}, {Instance_Name2:{Out_Port2:{In_Port1:value1, In_Port2:value2......}}}}}}
step 2: and generating a plurality of commands related to each signal according to the wiring node information of each signal, wherein the commands of all the signals form a code matching command file and a code matching command list, the code matching command list comprises each command in the code matching command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching expected value of the wiring node of each signal.
In the code matching expected value In this embodiment, a code matching configuration dictionary with a Module Name as KEY is obtained by analyzing a code matching configuration XML (Extensible Markup Language) file, where the code matching configuration dictionary includes an Instance Name under each Module Name, an output Port Out Port and an input Port In Port, each In Port is a configuration item, a value of the In Port is a code matching value, and a code matching value of each Module node is a code matching expected value of a wiring node corresponding to each Module node.
In addition, because the configuration XML (Extensible Markup Language) file of the configuration code is fixed, the configuration code dictionary obtained by analyzing the configuration code file can be directly used when each circuit is verified later, and the time consumed by analysis is saved.
In this embodiment, according to each wiring node through which each signal passes, the Module Name, the Instance Name, the In Port and the Out Port corresponding to each wiring node are used to match the code configuration dictionary to find the corresponding value of the Instance Name and the In Port layer by layer, generate a corresponding command, and store the command In a command file and a command list corresponding to the command file; when the information of the wiring node cannot find the corresponding Module Name in the code matching configuration dictionary, the information is recorded in a result file so that a tester can check whether the information is BUG.
And step 3: and setting the path address of the code matching command file and the path address of the log file generated by executing the code matching command file in a code matching execution file called when the code matching is executed.
In this embodiment, the generated code matching command file is often very large, tens of thousands of lines or even hundreds of thousands of lines, and at this time, the result recorded in the generated log file may be incomplete after executing the command file, so that 5 ten thousand are set as a limit on this side, and when the number of commands does not exceed 5 ten thousand, the command file is placed in the same command file, and when the number of commands exceeds 5 ten thousand, a plurality of command files are generated according to the principle that at most 5 ten thousand of each code matching command file, and the addresses of the plurality of code matching command files are written into the code matching execution file.
And 4, step 4: and executing the code matching execution file, finding the actual code matching value of each command in the log file generated during the execution of the code matching execution file according to the path address of the log file, comparing the actual code matching value with the expected code matching value in the code matching command list, if the actual code matching value is consistent with the expected code matching value in the code matching command list, matching the code correctly, and if the actual code matching value is inconsistent with the expected code matching value in the code matching command list, matching the code unsuccessfully, and writing the wrong circuit path address and code matching value into a result file and outputting the error circuit path address and code matching value.
The invention also provides a testing device for verifying the signal trend matching code, which comprises the following modules:
signal trend wiring file acquisition module: the device comprises a CASE file, a log file and a code matching file, wherein the CASE file is used for reading a CASE file for storing a circuit path and a top entity name, and finding a signal trend wiring file address and a code matching file address corresponding to a top entity and a circuit path address in the log file according to the circuit path and the top entity name in the CASE file;
whether a code matching file exists in a module: and the signal wiring node information acquisition module is used for judging whether the code matching file exists in the code matching file address, if so, executing the signal wiring node information acquisition module, and otherwise, returning a signal to the wiring file acquisition module to read the information of the next circuit to be tested.
A signal wiring node information acquisition module: the system comprises a signal wiring trend file, a signal processing unit and a signal processing unit, wherein the signal wiring trend file is used for analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
a command file generation module: the device comprises a code matching command file and a code matching command list, wherein the code matching command list comprises each command in the code matching command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching expected value of a wiring node of each signal;
the execution file updating module: the path address used for setting the code matching command file path address and the path address used for executing the code matching command file to generate the log file in the code matching execution file called when the code matching is executed;
a verification module: the system is used for executing the code matching execution file, finding the actual code matching value of each command in the log file generated when the file is executed according to the path address of the log file, comparing the actual code matching value with the expected code matching value in the command list, if the actual code matching value is consistent with the expected code matching value in the command list, matching the code correctly, and if the actual code matching value is inconsistent with the expected code matching value in the command list, matching the code unsuccessfully, and writing the wrong circuit path address and code matching value into a result file and outputting the written result file.
The invention also provides a computer readable medium storing a computer program executable by a processor to implement the method for testing verification signal trend matching code.
It will be understood by those skilled in the art that all or part of the steps in the method of the above embodiments may be implemented by hardware instructions related to a program, the program may be stored in a computer-readable storage medium, and when executed, the program includes the steps of the method of the above embodiments, and the storage medium may be: ROM/RAM, magnetic disks, optical disks, memory cards, and the like.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the test method for verifying the signal trend matching code when executing the computer program.
The invention can effectively improve the testing efficiency of FPGA software, is more convenient for testers, reduces the complex processes of searching different configuration data in various files, executing code matching and finally comparing, has strong portability, is also suitable for testing different devices, and can directly call and execute other bottom layer scripts or interface automation scripts.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A test method for verifying signal trend code matching is characterized by comprising the following steps:
step 1: analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
step 2: generating a plurality of commands related to each signal according to the wiring node information of each signal, wherein the commands of all the signals form a code matching command file and a code matching command list, the code matching command list comprises each command in the code matching command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching value of the wiring node of each signal;
and step 3: setting the path address of the code matching command file and the path address of a log file generated by executing the command file in a code matching execution file called when the code matching is executed;
and 4, step 4: and executing the code matching execution file, finding the actual code matching value of each command in the log file generated during the execution of the code matching execution file according to the path address of the log file, comparing the actual code matching value with the expected code matching value in the command list, if the actual code matching value is consistent with the expected code matching value in the command list, matching the codes correctly, and if the actual code matching value is inconsistent with the expected code matching value in the command list, matching the codes unsuccessfully, and writing the inconsistent circuit path address and the inconsistent code matching value into a result file and outputting the written result file.
2. The testing method of claim 1, further comprising, prior to step 1:
step 1: reading a CASE file storing the circuit path and the top entity name, and finding out a signal routing wiring file path address and a code matching file path address corresponding to the circuit path and the top entity according to the circuit path and the top entity name in the CASE file;
step 2: judging whether a signal routing wiring file exists in a signal routing wiring file path address or not, judging whether a code matching file exists in a code matching file address or not, if both exist, executing the step 1, otherwise, returning to the step 1And reading the information of the next circuit to be tested from the CASE file.
3. The test method of claim 2, wherein the code matching expected value is obtained by analyzing a code matching configuration file to obtain a code matching configuration dictionary corresponding to the code matching configuration file, the code matching configuration dictionary uses a Module Name as KEY and includes an Instance Name under each Module Name, an output Port Out Port and an input Port In Port, each In Port is a configuration item, the value of the In Port is a code matching value, and the code matching value of each Module node is the code matching expected value of the wiring node corresponding to each Module node.
4. The test method according to claim 3, wherein in step 2, when the number of the code matching command files exceeds 5 ten thousand when the commands of all the signals form the code matching command file, a plurality of code matching command files are generated according to the principle that the number of the code matching command files is at most 5 ten thousand, and the path addresses of the code matching command files are written into the code matching execution file.
5. The test method of claim 3, wherein when the plurality of commands related to each signal are generated according to the wiring node information of the signal in step 2, when the Module Name of the corresponding Module node cannot be found in the code matching configuration dictionary by the information of the wiring node, the information is recorded in the result file for the tester to check whether the Module Name is a BUG.
6. A test device for verifying signal trend code matching is characterized by comprising the following modules:
a signal wiring node information acquisition module: the system comprises a signal wiring trend file, a signal processing unit and a signal processing unit, wherein the signal wiring trend file is used for analyzing a signal wiring trend file to be verified to obtain wiring node information of all signals;
a command file generation module: the device comprises a code matching command file and a code matching command list, wherein the code matching command list comprises each command in the code matching command file and a code matching expected value when each command is executed, and the code matching expected value is a preset code matching value of a wiring node of each signal;
the execution file updating module: the path address of the code matching command file and the path address of the log file generated by executing the code matching command file are arranged in a code matching execution file called when code matching is executed;
a verification module: and the matching code executing file is used for finding the actual matching code value of each command in the log file generated when the matching code executing file is executed according to the path address of the log file, comparing the actual matching code value with the matching code expected value in the matching code command list, if the actual matching code value is consistent with the matching code expected value, matching the code correctly, and if the actual matching code value is inconsistent with the matching code expected value, matching the code unsuccessfully, and writing the wrong circuit path address and the wrong matching code value into a result file and outputting the result file.
7. The testing device of claim 6, further comprising the following modules:
signal trend wiring file acquisition module: the CASE file is used for reading the circuit path and the top entity name, and finding out a signal routing wiring file address and a code matching file address corresponding to the top entity and the circuit path address according to the circuit path and the top entity name in the CASE file;
whether a code matching file exists in a module: the device is used for judging whether a signal routing wiring file exists in a signal routing wiring file path address or not, judging whether a code matching file exists in a code matching file address or not, if so, executing a signal wiring node information acquisition module, and if not, returning to the signal routing wiring file acquisition module to read the next circuit to be tested in the CASE file.
8. A computer-readable medium storing a computer program, characterized in that the computer program is executable by a processor to implement the method of any one of claims 1 to 5.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the method of any one of claims 1 to 5 when executing the computer program.
CN202110916195.4A 2021-08-11 2021-08-11 Test method, device, medium and equipment for verifying signal trend code matching Active CN113378502B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110916195.4A CN113378502B (en) 2021-08-11 2021-08-11 Test method, device, medium and equipment for verifying signal trend code matching

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110916195.4A CN113378502B (en) 2021-08-11 2021-08-11 Test method, device, medium and equipment for verifying signal trend code matching

Publications (2)

Publication Number Publication Date
CN113378502A true CN113378502A (en) 2021-09-10
CN113378502B CN113378502B (en) 2021-10-29

Family

ID=77576725

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110916195.4A Active CN113378502B (en) 2021-08-11 2021-08-11 Test method, device, medium and equipment for verifying signal trend code matching

Country Status (1)

Country Link
CN (1) CN113378502B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515905A (en) * 2021-09-13 2021-10-19 中科亿海微电子科技(苏州)有限公司 Method, device, medium and equipment for verifying correctness of resource attribute code allocation

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106291336A (en) * 2016-07-15 2017-01-04 上海华岭集成电路技术股份有限公司 A kind of FPGA real-time method for down loading of test configurations code stream and system
CN107895087A (en) * 2017-11-29 2018-04-10 中科亿海微电子科技(苏州)有限公司 The method and system that the emulation of PLD module level automatically generates with code
CN107944140A (en) * 2017-11-24 2018-04-20 中科亿海微电子科技(苏州)有限公司 The synchronous FPGA system and method for matching somebody with somebody code
CN110413580A (en) * 2019-07-31 2019-11-05 中国科学院自动化研究所 For the compression method of FPGA configuration bit stream, system, device
CN111400992A (en) * 2020-02-26 2020-07-10 中科亿海微电子科技(苏州)有限公司 Test method and system for automatically verifying boxing layout and wiring

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106291336A (en) * 2016-07-15 2017-01-04 上海华岭集成电路技术股份有限公司 A kind of FPGA real-time method for down loading of test configurations code stream and system
CN107944140A (en) * 2017-11-24 2018-04-20 中科亿海微电子科技(苏州)有限公司 The synchronous FPGA system and method for matching somebody with somebody code
CN107895087A (en) * 2017-11-29 2018-04-10 中科亿海微电子科技(苏州)有限公司 The method and system that the emulation of PLD module level automatically generates with code
CN110413580A (en) * 2019-07-31 2019-11-05 中国科学院自动化研究所 For the compression method of FPGA configuration bit stream, system, device
CN111400992A (en) * 2020-02-26 2020-07-10 中科亿海微电子科技(苏州)有限公司 Test method and system for automatically verifying boxing layout and wiring

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
涂开辉等: "基于配置模式匹配和层次化映射结构的高效FPGA码流生成系统研究", 《电子与信息学报》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515905A (en) * 2021-09-13 2021-10-19 中科亿海微电子科技(苏州)有限公司 Method, device, medium and equipment for verifying correctness of resource attribute code allocation

Also Published As

Publication number Publication date
CN113378502B (en) 2021-10-29

Similar Documents

Publication Publication Date Title
CN115656792B (en) Test method and test platform for chip testability design
CN111400992A (en) Test method and system for automatically verifying boxing layout and wiring
CN113343617B (en) Software and hardware co-simulation method
CN117421217A (en) Automatic software function test method, system, terminal and medium
CN115684896A (en) Chip testability design test method, test platform, and generation method and device thereof
CN115656791A (en) Test method and test platform for chip testability design
CN113378502B (en) Test method, device, medium and equipment for verifying signal trend code matching
CN111680463A (en) File checking method and device
CN114817015A (en) Test case coverage rate statistical method and device, electronic equipment and storage medium
CN114660437A (en) Waveform file generation method and device
CN117787155A (en) Chip testability code dynamic simulation test system and test method
CN112560372B (en) Chip prototype verification method, device, equipment and medium
CN115684894B (en) Test method and test platform for chip testability design
CN115684895B (en) Chip testability design test method, test platform, and generation method and device thereof
CN112731117A (en) Automatic verification method and system for chip, and storage medium
KR100329253B1 (en) Scan test apparatus
CN115422865A (en) Simulation method and device, computing equipment and computer readable storage medium
US20030025490A1 (en) Method for verifying hardware circuits through simulation
CN113806234A (en) Chip register extraction and test method
CN113515905A (en) Method, device, medium and equipment for verifying correctness of resource attribute code allocation
CN112765021A (en) Debugging and checking method, device, equipment and storage medium of boot program
CN113220514A (en) Solid state disk testing method and device, readable storage medium and electronic equipment
CN112380133A (en) Method and device for simulating instruction set simulator by using function library
CN112380127A (en) Test case regression method, device, equipment and storage medium
CN111427731B (en) Automatic split code stream and verification code stream testing method and system

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