CN111427582A - Management method, device and equipment of RT L code and computer readable storage medium - Google Patents

Management method, device and equipment of RT L code and computer readable storage medium Download PDF

Info

Publication number
CN111427582A
CN111427582A CN202010238692.9A CN202010238692A CN111427582A CN 111427582 A CN111427582 A CN 111427582A CN 202010238692 A CN202010238692 A CN 202010238692A CN 111427582 A CN111427582 A CN 111427582A
Authority
CN
China
Prior art keywords
code
module
target
check
checking
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
CN202010238692.9A
Other languages
Chinese (zh)
Other versions
CN111427582B (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 Feiteng Information Technology Co ltd
Original Assignee
Tianjin Feiteng Information 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 Feiteng Information Technology Co ltd filed Critical Tianjin Feiteng Information Technology Co ltd
Priority to CN202010238692.9A priority Critical patent/CN111427582B/en
Publication of CN111427582A publication Critical patent/CN111427582A/en
Application granted granted Critical
Publication of CN111427582B publication Critical patent/CN111427582B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/43Checking; Contextual analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a management method, a device, equipment and a computer readable storage medium of RT L codes, wherein the management method comprises the steps of obtaining a module name of a first module needing code check, determining a target RT L code needing grammar check according to the module name of the first module, determining a path of the target RT L code in a server to which a processor belongs, calling a code check tool to conduct grammar check on the target RT L code on the path to obtain a check result, and submitting the RT L code of the first module through a version management tool when the check result indicates that the target RT L code has no grammar error.

Description

Management method, device and equipment of RT L code and computer readable storage medium
Technical Field
The invention relates to the technical field of RT L code quality management, in particular to a method, a device and equipment for managing RT L codes and a computer readable storage medium.
Background
With the continuous improvement of processor performance and the rapid development of semiconductor technology and very large scale integrated circuit, the design scale of the processor is larger and larger, and the complexity is higher and higher. The functionality of the modules within the processor, the number of modules, and the complexity of the protocol interfaces between the modules also increase. Therefore, after the processor system is integrated or the system structure level is adjusted and optimized, the difficulty of system level verification and system level debugging of the processor is increased in the same proportion. In the design and verification stage of the processor, the investment of the verifier and the verification resource is huge, the scale of the verifier is often several times that of the designer, and the large-scale integrated circuit verification equipment is huge in tens of millions of capital.
In the code delivery verification link at the Register Transfer level (RT L, Register Transfer L evel), although a designer may be required to complete code inspection, the frequent modification and design change of details (tens of versions of codes are submitted frequently a day, and different module designers submit simultaneously) often results in that the designer selectively ignores the step, and code inspection cannot be performed in time after code modification every time, so that many syntax errors are introduced between modules and between modules, which results in waste of verification resources.
Disclosure of Invention
The invention provides a management method, a device, equipment and a computer readable storage medium of RT L codes, and aims to solve the problem that a lot of syntax errors are introduced inside a module and among different modules, so that verification resources are wasted.
In order to achieve the above object, an embodiment of the present invention provides a management method for RT L code, including:
acquiring a module name of a first module needing code inspection;
determining a target RT L code to be subjected to syntax checking according to the module name of the first module, wherein the target RT L code comprises an RT L code of the first module and an RT L code of a second module in the processor to which the first module belongs and is in communication connection with the first module;
determining a path of the target RT L code in a server to which the processor belongs;
calling a code checking tool, and carrying out syntax checking on the target RT L code on the path to obtain a checking result;
submitting RT L code of the first module through a version management tool when the checking result indicates that the target RT L code has no syntax error.
After the step of calling a code checking tool to perform syntax checking on the target RT L code on the path to obtain a checking result, the management method further includes:
when the checking result indicates that the target RT L code has a syntax error, displaying prompt information for prompting that the target RT L code has the syntax error.
Wherein the step of determining the path of the target RT L code in the server to which the processor belongs comprises:
determining the path of the RT L code of the first module in the server according to the working path of the first module in the server to which the processor belongs;
and determining the path of the RT L code of the second module in the server according to the working path of the second module in the server to which the processor belongs.
Wherein, prior to the step of determining the path of the target RT L code in the server to which the processor belongs, the management method further comprises:
judging whether a code checking tool exists in a server to which the processor belongs;
when the code inspection tool is present in the server, performing the step of determining the path of the target RT L code in the server to which the processor belongs;
when the code inspection tool does not exist in the server, mounting the code inspection tool from the device in which the code inspection tool is stored.
Before the step of calling a code checking tool to perform syntax checking on the target RT L code on the path to obtain a checking result, the management method further includes:
judging whether a check file for performing syntax check on the target RT L code exists in the code check tool;
when a check file for performing syntax check on the target RT L code exists in the code check tool, executing the calling code check tool, and performing syntax check on the target RT L code on the path to obtain a check result;
when a check file for syntax checking the target RT L code does not exist in the code checking tool, a check file for syntax checking the target RT L code is created in the code checking tool.
The checking file comprises a code checking rule file, a script command file, a compiling script file and a directory file.
Before the step of calling a code checking tool to perform syntax checking on the target RT L code on the path to obtain a checking result, the management method further includes:
judging whether the first module carries out code check;
when the first module carries out code check, ending the process;
and when the first module does not carry out code check, executing the calling code check tool, and carrying out syntax check on the target RT L code on the path to obtain a check result.
The embodiment of the invention also provides a device for managing the RT L code, which comprises:
the acquisition module is used for acquiring the module name of a first module needing code inspection;
the target RT L codes comprise RT L codes of the first module and RT L codes of a second module in the processor to which the first module belongs and is in communication connection with the first module;
a second determining module, configured to determine a path of the target RT L code in a server to which the processor belongs;
the checking module is used for calling a code checking tool to carry out syntax checking on the target RT L code on the path to obtain a checking result;
a submitting module, configured to submit, through a version management tool, the RT L code of the first module when the check result indicates that the target RT L code has no syntax error.
Embodiments of the present invention also provide a management device for RT L code, including a memory, a processor and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the management method for RT L code described above when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the method for managing RT L code described above.
The scheme of the invention has the following beneficial effects:
in the embodiment of the invention, a target RT L code (the target RT L code comprises an RT L code of a first module and an RT L code of a second module in a processor to which the first module belongs and is in communication connection with the first module) to be subjected to grammar check is determined by obtaining a module name of the first module to be subjected to code check, then a path of the target RT L2 code in a server to which the processor belongs is determined, then a code check tool is called to perform grammar check on the target RT L code on the path to obtain a check result, and only when the check result indicates that the target RT L code does not have grammar errors, an RT L code of the first module is submitted through a version management tool, namely, for any RT L code of the processor, before delivery and verification of the RT L code of the module, the RT L code of the module and RT L codes of other modules in communication connection with the module in the processor are submitted, grammar check is performed by submitting the RT L code of the module and RT L codes in the other modules in communication connection with the module before delivery and verification of the RT L code in the processor, and other modules in the processor are not submitted to be subjected to grammar check, and the RT L, and other modules in communication connection environment fault is reduced, so that no grammar error is introduced into a grammar check environment resource is introduced because no grammar error caused by a grammar error.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
FIG. 1 is a flow chart of a method of managing RT L code according to an embodiment of the invention;
fig. 2 is a schematic structural diagram of an RT L code management device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a management device of RT L code according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the 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.
It should be noted that the terms "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
As shown in fig. 1, an embodiment of the present invention provides a management method for RT L code, which includes the following steps:
and step 11, acquiring the module name of the first module needing code check.
In an embodiment of the present invention, the first module may be any module in the processor, and obtaining the module name of the first module is to confirm that the code check is currently performed.
Specifically, the module name of the first module may be obtained by a user input method, or may be obtained by other methods, for example, the module name of each module is stored in the processor in the device for executing the RT L code management method in advance, and the device obtains the module name of a module according to a set rule (for example, the module name of a module is read at regular intervals).
And step 12, determining a target RT L code needing syntax check according to the module name of the first module.
The target RT L code includes the RT L code of the first module and the RT L code of a second module in the processor to which the first module belongs, the second module being in communication with the first module.
Specifically, in the embodiment of the present invention, the device (which may be a server to which the processor belongs) executing the management method for the RT L code stores a correspondence between a module name of each module of the processor and the RT L code, and a communication relationship between different modules in the processor, so that after the module name of the first module is obtained, the target RT L code can be determined from the stored RT L code.
Step 13, determining the path of the target RT L code in the server to which the processor belongs.
Among them, the above target RT L code includes the RT L code of the first module and the RT L code of the second module, so it is necessary to determine the path of the RT L code of the first module and the RT L code of the second module in the server, respectively.
Specifically, for the RT L code of the first module, the path of the RT L code of the first module in the server to which the processor belongs may be determined according to the working path of the first module in the server.
For the RT L code of the second module, the path of the RT L code of the second module in the server to which the processor belongs can be determined according to the working path of the second module in the server.
It should be further noted that, in order to ensure that the target RT L code can be subjected to syntax checking subsequently, before performing step 13, the management method further includes the steps of determining whether a code checking tool exists in the server to which the processor belongs, when the code checking tool exists in the server, performing step 13, and when the code checking tool does not exist in the server, mounting the code checking tool from a device (e.g., a fixed server) in which the code checking tool is stored, so as to call the code checking tool, and after calling the code checking tool, performing step 13.
As a preferred example here, the code checking tool may be the RealIntent tool that is currently in common use.
And step 14, calling a code checking tool, and performing syntax checking on the target RT L code on the path to obtain a checking result.
It should be noted that, in order to ensure that the syntax check can be performed on the target RT L code, before performing step 14, the management method further includes the steps of determining whether a check file for performing the syntax check on the target RT L code exists in the code checking tool, when a check file for performing the syntax check on the target RT L code exists in the code checking tool, performing step 14, and when a check file for performing the syntax check on the target RT L code does not exist in the code checking tool, creating a check file for performing the syntax check on the target RT L code in the code checking tool, and after creating the check file, performing step 14.
The check files include code check rule files, script command files, compiling script files and directory files, so as to ensure that the code check tool can complete syntax check on the target RT L code.
It should be further noted that, if no check file for performing syntax check on the target RT L code exists in the code checking tool, a check file may be created in the code checking tool by importing the check file (which may be set by a code designer for the first module according to syntax check experience) into the code checking tool.
It is understood that, in order to avoid wasting the code check on the first module, the management method further includes, before performing step 14, determining whether the first module has performed the code check, ending the process when the first module has performed the code check, and performing step 14 to complete the syntax check when the first module has not performed the code check, wherein, particularly, determining whether the first module has performed the code check by checking whether the check file for performing the syntax check on the target RT L code is compiled, more particularly, determining that the first module has performed the code check if the check file for performing the syntax check on the target RT L code is compiled, and otherwise, determining that the first module has not performed the code check.
And step 15, submitting the RT L code of the first module through a version management tool when the checking result shows that the target RT L code has no syntax error.
As a preferred example, the version management tool may be a currently common svn tool.
In the embodiment of the invention, when the check result indicates that the target RT L code has a syntax error, prompt information for prompting that the target RT L code has the syntax error is displayed, so that a user can modify the target RT L code in time until the target RT L code has no syntax error, and the quality of the RT L code is improved.
Specifically, in the embodiment of the present invention, if the number of errors in the check result is zero (i.e., both the error (error) and the warning (warning) are zero), the check result is considered to represent that the target RT L code has no syntax error, and conversely, if the number of errors in the check result is not zero (i.e., the error (error) or the warning (warning) is not zero), the check result is considered to represent that the target RT L code has syntax error.
It should be noted that, in the embodiment of the present invention, a module name of a first module requiring code checking is obtained, a target RT L code requiring syntax checking is determined according to the module name of the first module (the target RT L code includes an RT L code of the first module and an RT L code of a second module in a processor to which the first module belongs and is in communication connection with the first module), a path of the target RT L code in a server to which the processor belongs is then determined, a code checking tool is invoked to perform syntax checking on a target RT L code on the path to obtain a checking result, and only when the checking result indicates that the target RT 7372 code has no syntax error, an RT L code of the first module is submitted through a version management tool L.
In addition, it should be noted that the management method of the RT L code provided by the embodiment of the present invention can combine with a version management tool and a code inspection tool, and automatically invoke the code inspection tool to complete the code quality management function on the basis of implementing the version management function, so as to implement automation between different tools, reduce manual operation steps required for manually building an environment, setting environment parameters, and operating the code inspection tool, and can submit a high-quality RT L code to a verification link, and simultaneously ensure connection correctness between different modules.
As shown in fig. 2, the embodiment of the present invention further provides a management apparatus of RT L code, which includes an obtaining module 21, a first determining module 22, a second determining module 23, a checking module 24, and a submitting module 25.
The obtaining module 21 is configured to obtain a module name of a first module that needs to be code checked;
the first determination module 22 is used for determining a target RT L code which needs syntax check according to the module name of the first module, wherein the target RT L code comprises an RT L code of the first module and an RT L code of a second module which is in communication connection with the first module in a processor to which the first module belongs;
a second determining module 23, configured to determine a path of the target RT L code in the server to which the processor belongs;
the checking module 24 is configured to invoke a code checking tool, and perform syntax checking on the target RT L code on the path to obtain a checking result;
a submitting module 25, configured to submit, through a version management tool, the RT L code of the first module when the check result indicates that the target RT L code has no syntax error.
In the embodiment of the present invention, the management apparatus 20 for RT L codes is a device corresponding to the management method for RT L codes, and can perform syntax check on the RT L code of a module and the RT L codes of other modules in communication connection with the module in a processor before delivery verification of the RT L code of the module, thereby avoiding syntax errors introduced between the inside of the module and different modules, and reducing investment of verification resources.
It should be noted that the management apparatus 20 for RT L code includes all modules or units for implementing the management method for RT L code, and in order to avoid too many repetitions, the modules or units of the management apparatus 20 for RT L code are not described herein in detail.
As shown in fig. 3, an embodiment of the present invention further provides an RT L code management apparatus, which includes a memory 31, a processor 32, and a computer program 33 stored in the memory 31 and executable on the processor 32, where the processor 32 executes the computer program 33 to implement the steps of the RT L code management method.
That is, in the embodiment of the present invention, when the processor 32 of the RT L code management device 30 executes the computer program 33, the steps of the management method of the RT L code described above are implemented, and before the delivery verification of the RT L code of a module, syntax checking can be performed on the RT L code of the module and the RT L code of other modules in the processor, which are in communication connection with the module, so as to avoid syntax errors introduced inside the module and between different modules, and reduce the investment of verification resources.
Furthermore, an embodiment of the present invention also provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the management method of the RT L code described above.
That is, in the embodiment of the present invention, when the computer program of the computer-readable storage medium is executed by the processor, the steps of the management method of the RT L code are implemented, and before the RT L code of the module is delivered to the verification, the RT L code of the module and the RT L code of other modules in the processor, which are communicatively connected to the module, can be subjected to syntax checking, so as to avoid syntax errors introduced between the inside of the module and different modules, and reduce the investment of verification resources.
Illustratively, the computer program of the computer-readable storage medium comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, and the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A method for managing RT L code, comprising:
acquiring a module name of a first module needing code inspection;
determining a target RT L code to be subjected to syntax checking according to the module name of the first module, wherein the target RT L code comprises an RT L code of the first module and an RT L code of a second module in the processor to which the first module belongs and is in communication connection with the first module;
determining a path of the target RT L code in a server to which the processor belongs;
calling a code checking tool, and carrying out syntax checking on the target RT L code on the path to obtain a checking result;
submitting RT L code of the first module through a version management tool when the checking result indicates that the target RT L code has no syntax error.
2. The management method according to claim 1, wherein after the step of invoking the code checking tool to perform syntax checking on the target RT L code on the path to obtain a checking result, the management method further comprises:
when the checking result indicates that the target RT L code has a syntax error, displaying prompt information for prompting that the target RT L code has the syntax error.
3. The method according to claim 1, wherein said step of determining the path of said target RT L code in the server to which said processor belongs comprises:
determining the path of the RT L code of the first module in the server according to the working path of the first module in the server to which the processor belongs;
and determining the path of the RT L code of the second module in the server according to the working path of the second module in the server to which the processor belongs.
4. The management method according to claim 1, wherein before the step of determining the path of the target RT L code in the server to which the processor belongs, the management method further comprises:
judging whether a code checking tool exists in a server to which the processor belongs;
when the code inspection tool is present in the server, performing the step of determining the path of the target RT L code in the server to which the processor belongs;
when the code inspection tool does not exist in the server, mounting the code inspection tool from the device in which the code inspection tool is stored.
5. The management method according to claim 1, wherein before the step of calling a code checking tool to check the syntax of the target RT L code on the path to obtain a check result, the management method further comprises:
judging whether a check file for performing syntax check on the target RT L code exists in the code check tool;
when a check file for performing syntax check on the target RT L code exists in the code check tool, executing the calling code check tool, and performing syntax check on the target RT L code on the path to obtain a check result;
when a check file for syntax checking the target RT L code does not exist in the code checking tool, a check file for syntax checking the target RT L code is created in the code checking tool.
6. The method of claim 5, wherein the check file comprises a code check rule file, a script command file, a compilation script file, and a directory file.
7. The management method according to claim 1, wherein before the step of calling a code checking tool to check the syntax of the target RT L code on the path to obtain a check result, the management method further comprises:
judging whether the first module carries out code check;
when the first module carries out code check, ending the process;
and when the first module does not carry out code check, executing the calling code check tool, and carrying out syntax check on the target RT L code on the path to obtain a check result.
8. An apparatus for managing RT L code, comprising:
the acquisition module is used for acquiring the module name of a first module needing code inspection;
the target RT L codes comprise RT L codes of the first module and RT L codes of a second module in the processor to which the first module belongs and is in communication connection with the first module;
a second determining module, configured to determine a path of the target RT L code in a server to which the processor belongs;
the checking module is used for calling a code checking tool to carry out syntax checking on the target RT L code on the path to obtain a checking result;
a submitting module, configured to submit, through a version management tool, the RT L code of the first module when the check result indicates that the target RT L code has no syntax error.
9. An RT L code management device comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor, when executing said computer program, implements the steps of the RT L code management method according to any one of claims 1 to 7.
10. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of a method of managing RT L code according to any one of claims 1 to 7.
CN202010238692.9A 2020-03-30 2020-03-30 RTL code management method, device, equipment and computer readable storage medium Active CN111427582B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010238692.9A CN111427582B (en) 2020-03-30 2020-03-30 RTL code management method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010238692.9A CN111427582B (en) 2020-03-30 2020-03-30 RTL code management method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111427582A true CN111427582A (en) 2020-07-17
CN111427582B CN111427582B (en) 2023-06-09

Family

ID=71549953

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010238692.9A Active CN111427582B (en) 2020-03-30 2020-03-30 RTL code management method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111427582B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112364580A (en) * 2020-11-13 2021-02-12 上海兆芯集成电路有限公司 Method and device for automatically inserting specific code into register transmission level design file
CN112364581A (en) * 2020-11-13 2021-02-12 上海兆芯集成电路有限公司 Method and device for automatically inserting specific code into register transmission level design file

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060271817A1 (en) * 2005-05-26 2006-11-30 International Business Machines Corporation System and method for error checking of failed I/O open calls
CN101034361A (en) * 2007-01-18 2007-09-12 浙江大学 Method for generating compiler optimized code based on instruction cost
US20100218149A1 (en) * 2009-02-25 2010-08-26 Ati Technologies Ulc Method and apparatus for hardware design verification
CN102054100A (en) * 2010-12-17 2011-05-11 中国科学院计算技术研究所 Static analysis-based method and system for detecting RTL (Resistor Transistor Logic) design errors
CN103019690A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Visible component module development method based on JET technology
US20130111423A1 (en) * 2011-10-27 2013-05-02 Liang Xia Tool suite for rtl-level reconfiguration and repartitioning
WO2013090105A1 (en) * 2011-12-15 2013-06-20 The Mathworks, Inc. System and method for systematic error injection in generated code
US8584105B1 (en) * 2011-12-12 2013-11-12 Google Inc. Javascript application programming interfaces for independently compiled javascript binaries
US20150193213A1 (en) * 2014-01-06 2015-07-09 Tata Consultancy Services Ltd. Computer Implemented System and Method for Checking a Program Code
CN105474172A (en) * 2013-08-19 2016-04-06 高通股份有限公司 Efficient directed acyclic graph pattern matching to enable code partitioning and execution on heterogeneous processor cores
US20170344349A1 (en) * 2016-05-25 2017-11-30 Microsoft Technolgy Licensing, Llc. Sample driven profile guided optimization with precise correlation
US20180330102A1 (en) * 2017-05-10 2018-11-15 Checkmarx Ltd. Using the Same Query Language for Static and Dynamic Application Security Testing Tools
US20190278884A1 (en) * 2018-03-08 2019-09-12 Synopsys, Inc. Methodology To Create Constraints And Leverage Formal Coverage Analyzer To Achieve Faster Code Coverage Closure For An Electronic Structure

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060271817A1 (en) * 2005-05-26 2006-11-30 International Business Machines Corporation System and method for error checking of failed I/O open calls
CN101034361A (en) * 2007-01-18 2007-09-12 浙江大学 Method for generating compiler optimized code based on instruction cost
US20100218149A1 (en) * 2009-02-25 2010-08-26 Ati Technologies Ulc Method and apparatus for hardware design verification
CN102054100A (en) * 2010-12-17 2011-05-11 中国科学院计算技术研究所 Static analysis-based method and system for detecting RTL (Resistor Transistor Logic) design errors
US20130111423A1 (en) * 2011-10-27 2013-05-02 Liang Xia Tool suite for rtl-level reconfiguration and repartitioning
US8584105B1 (en) * 2011-12-12 2013-11-12 Google Inc. Javascript application programming interfaces for independently compiled javascript binaries
WO2013090105A1 (en) * 2011-12-15 2013-06-20 The Mathworks, Inc. System and method for systematic error injection in generated code
CN103019690A (en) * 2012-11-20 2013-04-03 北京思特奇信息技术股份有限公司 Visible component module development method based on JET technology
CN105474172A (en) * 2013-08-19 2016-04-06 高通股份有限公司 Efficient directed acyclic graph pattern matching to enable code partitioning and execution on heterogeneous processor cores
US20150193213A1 (en) * 2014-01-06 2015-07-09 Tata Consultancy Services Ltd. Computer Implemented System and Method for Checking a Program Code
US20170344349A1 (en) * 2016-05-25 2017-11-30 Microsoft Technolgy Licensing, Llc. Sample driven profile guided optimization with precise correlation
US20180330102A1 (en) * 2017-05-10 2018-11-15 Checkmarx Ltd. Using the Same Query Language for Static and Dynamic Application Security Testing Tools
US20190278884A1 (en) * 2018-03-08 2019-09-12 Synopsys, Inc. Methodology To Create Constraints And Leverage Formal Coverage Analyzer To Achieve Faster Code Coverage Closure For An Electronic Structure

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李暾,郭阳,李思昆: "RTL级模拟矢量自动生成设计化简方法研究", 计算机辅助设计与图形学学报 *
许小明;王硕桂;干方建;: "钻深可变式深孔加工固定循环的定义与编译实现" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112364580A (en) * 2020-11-13 2021-02-12 上海兆芯集成电路有限公司 Method and device for automatically inserting specific code into register transmission level design file
CN112364581A (en) * 2020-11-13 2021-02-12 上海兆芯集成电路有限公司 Method and device for automatically inserting specific code into register transmission level design file

Also Published As

Publication number Publication date
CN111427582B (en) 2023-06-09

Similar Documents

Publication Publication Date Title
CN114048701B (en) Netlist ECO method, device, equipment and readable storage medium
CN111881022A (en) Method, device and equipment for generating test case based on test scene
CN105786695A (en) Data test method and system
CN109977012B (en) Joint debugging test method, device, equipment and computer readable storage medium of system
CN109933521A (en) Automated testing method, device, computer equipment and storage medium based on BDD
CN111382055B (en) Automatic unit testing method and device based on unified description language
CN111427582A (en) Management method, device and equipment of RT L code and computer readable storage medium
CN112181854A (en) Method, device, equipment and storage medium for generating flow automation script
CN111399828A (en) Model-driven logic device modeling method and terminal
CN109474822B (en) Android television multi-language automatic testing method and device
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN111324540A (en) Interface testing method and device
CN111221727A (en) Test method, test device, electronic equipment and computer readable medium
CN110618829A (en) Business data checking method and system for upgrading database system
CN107273293B (en) Big data system performance test method and device and electronic equipment
CN115982043A (en) Vehicle interface testing method, device, equipment and storage medium
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN112346994A (en) Test information correlation method and device, computer equipment and storage medium
CN113176993A (en) Case testing method and device, electronic equipment and storage medium
CN114253828A (en) Method and device for determining test template, computing equipment and storage medium
CN110716972A (en) Method and device for processing error of high-frequency calling external interface
CN104965742A (en) Automated script and apparatus for processing front-end tasks
CN111078543B (en) System dynamic test method and test device
CN114531335B (en) Method, equipment and device for detecting management information base data
CN109002287B (en) Management method and device for software in cloud data 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No.5 building, Xin'an venture Plaza, marine high tech Development Zone, Binhai New Area, Tianjin, 300450

Applicant after: Feiteng Information Technology Co.,Ltd.

Address before: No.5 building, Xin'an venture Plaza, marine high tech Development Zone, Binhai New Area, Tianjin, 300450

Applicant before: TIANJIN FEITENG INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant