CN102799528A - Script debugging method, script debugging device and system thereof for circuit board level test - Google Patents

Script debugging method, script debugging device and system thereof for circuit board level test Download PDF

Info

Publication number
CN102799528A
CN102799528A CN2012102423976A CN201210242397A CN102799528A CN 102799528 A CN102799528 A CN 102799528A CN 2012102423976 A CN2012102423976 A CN 2012102423976A CN 201210242397 A CN201210242397 A CN 201210242397A CN 102799528 A CN102799528 A CN 102799528A
Authority
CN
China
Prior art keywords
parameter
script
statement
name
function
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
CN2012102423976A
Other languages
Chinese (zh)
Other versions
CN102799528B (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.)
Institute of Acoustics CAS
Original Assignee
Institute of Acoustics CAS
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 Institute of Acoustics CAS filed Critical Institute of Acoustics CAS
Priority to CN201210242397.6A priority Critical patent/CN102799528B/en
Publication of CN102799528A publication Critical patent/CN102799528A/en
Application granted granted Critical
Publication of CN102799528B publication Critical patent/CN102799528B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a script debugging method, a script debugging device and a system thereof for a circuit board level test. The method comprises the following steps of: identifying a script command in a statement; obtaining the parameter of the script command; inquiring a parameter definition table to analyse the parameter, and calculating the corresponding value of the parameter; and inquiring the bottom-layer function of mapping according to the name of the script command, and transferring the corresponding value of the parameter to the bottom-layer function to execute. The device comprises an identification module, an obtaining module, an analysis module and a function execution module. The script debugging method, the script debugging device and the system thereof for the circuit board level test disclosed by the invention are strong in extensibility, and capable of much effectively supporting the script debugging operation of the circuit board level test, thus simplifying the operation of a user.

Description

A kind of script debugging method, device and system thereof that is used for the circuit board level test
Technical field
The present invention relates to the script debugging technology, particularly a kind of script debugging method, device and system thereof that is used for the circuit board level test.
Background technology
The circuit board level debugging is the important step in the processor design process; The debugging apparatus and the method thereof that are used for the circuit board level debugging at present need cooperate a plurality of development environments could accomplish data transmission, the download of host computer to slave computer; The operation that control program is carried out, its operation is very loaded down with trivial details.
Desired function realized in the multiple different programs language of computer program and applications exploiting; In some environment; The external function of other language of the code call C++ of the script of Python or Perl and so on (or other this machine codes), Visual Basic and so on for example; Its script environment will provide the debugging of corresponding script code to experience usually, but these scripts or script environment seem awkward in the circuit board level debugging, convenient service can't be provided.
Summary of the invention
The objective of the invention is in order to solve the problem of script debugging complex operation in the circuit board level test.
For realizing above-mentioned purpose, on the one hand, the invention provides a kind of script debugging method that is used for the circuit board level test, this method may further comprise the steps:
Discern the script command in each bar statement; Obtain the parameter of said script command; The query argument definition list is resolved said parameter, and calculates said parameter value corresponding; According to the bottom function of the name query of said script command mapping, and said parameter value corresponding is passed to said bottom function carry out.
On the other hand, the invention provides a kind of script debugging device that is used for the circuit board level test, this device comprises identification module, is used for discerning the script command of statement; Acquisition module is used to obtain the parameter of said script command; Parsing module is used for the query argument definition list and resolves said parameter, and calculates said parameter value corresponding; The function execution module is used for the bottom function according to said script command query mappings, and said each parameter value corresponding is passed to said bottom function execution.
Again on the one hand, the invention provides a kind of script debugging system that is used for the circuit board level test.
The embodiment of the invention has solved the loaded down with trivial details problem of circuit board level test operation in the prior art, and the more effective support circuit board level test operation of ability has been simplified user's script debugging operation.
Description of drawings
A kind of script debugging system that is used for the circuit board level test that Fig. 1 provides for the present invention's enforcement;
Fig. 2 is the structural representation of parameter-definition table;
A kind of script debugging method that is used for the circuit board level test that Fig. 3 provides for the embodiment of the invention;
A kind of script debugging device that is used for the circuit board level test that Fig. 4 provides for the embodiment of the invention.
Embodiment
Through accompanying drawing and embodiment, technical scheme of the present invention is done further detailed description below.
A kind of script debugging system that is used for the circuit board level test that Fig. 1 provides for the embodiment of the invention.This system has proposed one and has overlapped independently Script Programming grammer; And be equipped with corresponding script debugging device, compare traditional Script Programming language, the more effective support circuit board level debugging operations of its ability; Its programming mode is also simpler; Can support the communication pattern of various host computers, slave computer, can significantly reduce the redundance of circuit board level debugging, make things convenient for the circuit board level developer.
As shown in Figure 1; This script debugging system 100 comprises user's operational module 110, script debugging device 120, host computer 130 and slave computer 140; Wherein user's operational module 110 is for the user provides programmed environment, and the shell script file that will write completion sends to script debugging device 120; Script debugging device 120 is explained the shell script file that receives line by line, therefrom gets parms, and carries out through the bottom function that calls mapping one by one, and the realization of bottom function is to accomplish through higher level lanquage according to the agreement of circuit board level communication to write; Host computer 130 instructs slave computer 140 work according to the function execution result.Communication between host computer 130 and the slave computer 140 is then handled according to the communication protocol in the specific boards level design process, but can not influence the work of script debugging system.
More than be described, below describe to the Script Programming grammer to embodiment of the invention script debugging system 100.
The design of script normally is based upon on the basis of other higher level lanquages, therefore, inevitably need set up the corresponding relation of script command and bottom function.Following table 1 has been enumerated the various built-in data variables that guides user is programmed that are used for, for example, and built-in data variable " name "; Its data type is a character pointer; Major function is used for the defining variable title, and these built-in data variables can be set up mapping relations with numerous types of data and input pattern on the one hand, with the input pattern of extending user parameter; On the other hand, can be used as corresponding bottom function parameters transmits.
Table 1
Built-in data variable Data type Input format Functional description
time int %d Time correlation
num int %d Chip selection signal
addr unsigned?int 0x%X,0x%04X,0x%08X,%d Destination address
size unsigned?int 0x%X,0x%08X,%d The target word joint number
ofst unsigned?int 0x%X,0x%08X,%d Side-play amount
name const?char* %s Name variable
message const?char* %s Output information
value unsigned?int %C,0x%X,0x%08X,%d Value
varval struct?varval?t %C,0x%vX,0x%v08X,%vd,%vs Variate-value
count unsigned?int 0x%X,0x%08X,%d Statistics number
countout unsigned?int 0x%X,0x%08X,%d The circulation upper limit
string const?char* %s Character string
Following table 2 has been enumerated the various script commands that in the circuit board level debugging, frequently use, and in view of the difference of Hardware Design and host computer and slave computer communication pattern, the realization of bottom function is inevitable also to be there are differences.Yet how concrete bottom function realizes not influencing the function that this script provides in the embodiment of the invention.
Table 2
Figure BDA00001881100000041
In table 2, " defvar " illustrates with script command, and the parameter that " defvar " orders it to support comprises " name " and " varval ", and this order is in order to the statement variable.
Following table 3 has been enumerated the various embedded power function that provides in this cover script, and embedded power function is the built-in function that script provides in the embodiment of the invention, and the realization of embedded power function needs the mapping of one or more bottom functions.In practical application, embedded power function can be simplified user's operation.
Table 3
Figure BDA00001881100000042
In table 3; " plusvar " illustrates with embedded power function; The function of embedded power function plusvar is add operation, and this embedded power function can carry out the phase add operation to the value of the variable that passes over, and its result can be used as the value of another variable again.
Below describe to the functional operator in the script.
In other programming language, the operational character that is used to instruct compiling and explanation all is provided, for example, " ++ " operational character has been represented from add operation in the C language, and " # " operational character has been represented note in the Perl language.The script that the embodiment of the invention provides has defined these special operational characters (referring to table 4) equally, in order to strengthening the function of script so that with instruct the work that makes an explanation of script debugging device.
Table 4
The special operational symbol Functional description
Represent embedded power function to call
The first # of row Represent this row of note
# in the row Parameter call in the cycling
! Obtaining of character string
$ Parameter call in the general expression formula
Below describe to the concrete realization of the special operational symbol of listing in the table 4.Be illustrated with the " " operational character in the table 4 at present.During first " " operational character that the script debugging device occurs, then begin matched character string till next " " operational character in detecting statement, carry out coupling and the CALCULATION OF PARAMETERS and the transmission of embedded power function to the character string that intercept and capture the centre.
The script dispatching system that the embodiment of the invention provides has also been set up the built-in data of each item and its data structure, the bottom function mapping relations between realizing, and bottom function name and its tool are stopped the mapping between realizing.The use of parameter can obtain embodying from the bottom function calls, and therefore, the parameter-definition table can be designed to a secondary structure.As shown in Figure 2, bottom function parameters set parameter 1, parameter 2 ..., parameter n constituted first order parameter list, the definition set that the concrete element in the parameter sets is corresponding definition 1, definition 2 ..., definition n constituted second level parameter list.
More than describe, below describe to the concrete grammar of script debugging to the grammer design of Script Programming.A kind of script debugging method that is used for circuit board level test that Fig. 3 provides for the embodiment of the invention, the method comprising the steps of 301-304.
In step 301, the script command in the identification statement.
The user accomplishes writing of shell script through the programmed environment that the script debugging system provides, and the shell script of having write is transferred to the script debugging device and made an explanation.The script debugging device is explained line by line to shell script, and is discerned the script command in the statement through searching predefined parameter-definition table (as shown in Figure 2).
In step 302, obtain the parameter that said script command carries.
The script debugging device obtains the parameter that script command carries through the query argument definition list.Particularly, the script debugging device obtains the entrained parameter of script command through the first order parameter list of query argument definition list.
In step 303, query argument definition list analytic parameter, and calculating parameter value corresponding;
The script debugging device is through query argument definition list analytic parameter, and the calculating parameter value corresponding.Particularly, the script debugging device is through the second level parameter list analytic parameter of parameter-definition table.
Need to prove; The script debugging method that the embodiment of the invention provides is after having calculated the parameter value corresponding, and whether the detection script order is present in script function inside, and this script function is the function by Script Programming language definition; If; The title and the value corresponding of the parameter that script command is entrained store in the local parameter table, otherwise the title and the value corresponding of the parameter that script command is entrained store in the global parameter table.For the ease of subsequent operation searching to the entrained parameter of script command; Need set up the Hash mapping relation; As far as local parameter list; The character string that is used to calculate cryptographic hash is chosen as " bottom function name+parameter name ", and for the global parameter table, and the character string that is used to calculate cryptographic hash is chosen as " shell script filename (being defaulted as NULL)+parameter name ".Reading according to first local parameter table of parameter, the order of back global parameter table is inquired about.
In step 304,, and said parameter value corresponding is passed to said bottom function carry out according to the bottom function of the name query of script command mapping.
The bottom function that the script debugging device is corresponding according to the script command name query, and the value of parameters is passed to function carry out.Need to prove, be mapping relations one by one between the title of script command and the bottom function.
Below fall to describe the script debugging process that the embodiment of the invention provides through practical implementation.
Shell script is following:
-defvar?name=a?varval=tes?t.bin 1
-defvar?name=b?varval=100 2
-defvar?name=c?varval=0x10000 3
-defvar?name=d?varval=plusvar($b$,$c$) 4
-setflag?addr=$d$?value=filersize($a$) 5
To statement 1 to statement 3, statement order " defvar " is in order to statement name variable name (a, b, c), and built-in data varval represents the initial value of name variable.The script debugging device is at first discerned the script command behind "-" symbol " defvar " in the script sentence; Then according to the bottom function name of shining upon one by one; Search the parameter-definition table like " defvar "; And obtain this script command entrained each parameter " name " and " varval ", and calculate the parameter value corresponding.
To calling embedded power function plusvar between the representative of 4, two operational characters of statement, and the information representative between two operational character $ is to need the name variable that transmits.Therefore, the function of this statement representative is defining variable d, and its initial value is b+c.
To statement 5, setflag bottom function is called in this statement representative, and its destination address is the value of variable d, and value is the byte number of file test.bin.
Embodiment of the invention script debugging device can be supported cycling and nested loop.When the script debugging device recognizes loop statement, then write down the circulation start statement to each item statement between the loop ends statement, and each item statement that is write down is carried out in circulation according to cycle index.
In an example, loop statement is as follows:
-label?name=rsram 1
-readsram?addr=#rsram#num=0 2
-superwritefile?name=frame$count$.bin?size=filesize($a$) 3
-loop?name-rsram?count=20 4
Above-mentioned loop statement with-the label statement is the beginning, with till-loop the statement.The value that to have defined this round-robin name in the Label statement be name, name variable in the loop statement among name variable and the label need be set up relation one to one, is the round-robin number of times and count value is represented.
Concrete implementation procedure is described below:
The script debugging device is discerned above-mentioned loop statement 1, the follow-up each item statement of opening entry then, i.e. statement 2 and statement 3, and carry out each item statement that is write down according to the value count circulation of cycle index, i.e. statement 2 and statement 3.
The script debugging method that the embodiment of the invention provides has solved the problem of script debugging complex operation in the prior art circuits board level test, can test by more effective support circuit board level, can simplify user's operation.
A kind of script debugging device that is used for the circuit board level test that Fig. 4 provides for the embodiment of the invention.As shown in Figure 4, this script debugging device 420 comprises identification module 421, acquisition module 422, parsing module 423 and function execution module 424.
Identification module 421 is used for identifying according to predefined parameter-definition table (as shown in table 2) the bottom function of the script command representative of statement.For example, to statement :-defvar name=PRJTEST varval=test.bin, identification module 421 at first analyze the bottom function of the command name after the operational character "-" " defvar " representative in this statement, and the function of this order is the statement variable.
Acquisition module 422 is used to obtain the entrained parameter of above-mentioned script command.For example, parameter " name " and " varval " among statement-defvar name=PRJTEST varval=test.bin.
Parsing module 423 is used for parameter " name " and " varval " that inquiry is obtained by acquisition module 422 according to predefined parameter-definition table (as shown in table 2), and calculating parameter " name " and " varval " value corresponding.
Particularly; Each parameter that parsing module 423 is entrained according to script command; For example " name " and " varval " travels through the second level parameter list (definition set tabulation) of parameter-definition table (as shown in table 2) successively, and calculates each element value corresponding in the definition set successively according to each item definition that finds out.
The script debugging device that the embodiment of the invention provides also comprises the judge module (not shown); This judge module is used for the detection script order and whether is present in script function inside; If; The title and the value corresponding of the parameter that script command is entrained store in the local parameter table, otherwise the title and the value corresponding of the parameter that script command is entrained store in the global parameter table.For the ease of subsequent operation searching to parameter; Need set up the Hash mapping relation; As far as local parameter list; The character string that is used to calculate cryptographic hash is chosen as " bottom function name+parameter name ", and for the global parameter table, and the character string that is used to calculate cryptographic hash is chosen as " shell script filename (being defaulted as NULL)+parameter name ".Reading according to first local parameter table of parameter, the order of back global parameter table is inquired about.
Function execution module 424 is used for the bottom function corresponding according to script command, and the pairing numerical value of parameter that parsing module 423 is resolved is passed to this bottom function execution.
Particularly, function execution module 424 is inquired about the corresponding bottom function of this script command according to script command, and will send to the execution of bottom function by each item ginseng value corresponding that parsing module 423 parses.
The script debugging device that the embodiment of the invention provides also comprises the logging modle (not shown), and this module is used to write down the circulation start statement to each item statement between the loop ends statement.Each item statement that the script debugging device is write down according to cycle index circulation execution.
The script debugging device solves that the embodiment of the invention provides the problem of script debugging complex operation in the prior art circuits board level test, can more effective support circuit board level test, can simplify user's operation.
The professional should further recognize; The unit and the algorithm steps of each example of describing in conjunction with embodiment disclosed herein; Can realize with electronic hardware, computer software or the combination of the two; For the interchangeability of hardware and software clearly is described, the composition and the step of each example described prevailingly according to function in above-mentioned explanation.These functions still are that software mode is carried out with hardware actually, depend on the application-specific and the design constraint of technical scheme.The professional and technical personnel can use distinct methods to realize described function to each certain applications, but this realization should not thought and exceeds scope of the present invention.
Above-described embodiment; The object of the invention, technical scheme and beneficial effect have been carried out further explain, and institute it should be understood that the above is merely embodiment of the present invention; And be not used in qualification protection scope of the present invention; All within spirit of the present invention and principle, any modification of being made, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (11)

1. one kind is used for the script debugging method that circuit board level is tested, and it is characterized in that said method comprises:
Script command in the identification statement;
Obtain the parameter of said script command;
The query argument definition list is resolved said parameter, and calculates said parameter value corresponding;
According to the bottom function of the name query of said script command mapping, and the number that said parameter is corresponding
Value passes to said bottom function and carries out.
2. method according to claim 1 is characterized in that, said parameter-definition table comprises first order parameter list and second level parameter list, and said first order parameter list is made up of the set of bottom function parameters; Said second level parameter list is made up of the corresponding definition set of element in the said parameter sets.
3. method according to claim 1 is characterized in that, after the said parameter value corresponding operation of said calculating, also comprises:
Judge whether said script command is present in script function inside, if, the title and the value corresponding of said parameter is stored in the local parameter table, otherwise, be stored in the global parameter table; Wherein,
Said local parameter table with said bottom function name and parameter name as the character string of calculating cryptographic hash;
Said global parameter table with shell script filename and parameter name as the character string of calculating cryptographic hash.
4. according to claim 1 or 3 described methods, it is characterized in that, also comprise after the script command operation in said identification statement:
Record circulation start statement is to each the bar statement between the loop ends statement, and said each bar statement that is write down is carried out in circulation according to cycle index.
5. method according to claim 1 is characterized in that, is to shine upon one by one between the title of said script command and the bottom function.
6. one kind is used for the script debugging device that circuit board level is tested, and it is characterized in that said device comprises:
Identification module is used for discerning the script command of statement;
Acquisition module is used to obtain the parameter of said script command;
Parsing module is used for the query argument definition list and resolves said parameter, and calculates said parameter value corresponding;
The function execution module is used for inquiring about the bottom function of mapping one by one according to said script command, and said each parameter value corresponding is passed to said bottom function execution.
7. device according to claim 6 is characterized in that, said parameter-definition table comprises first order parameter list and second level parameter list, and said first order parameter list is made up of the set of bottom function parameters; Said second level parameter list is made up of the corresponding definition set of element in the parameter sets.
8. device according to claim 6 is characterized in that, also comprises:
Judge module is used to judge whether said script command is present in script function inside, if, the title and the value corresponding of said parameter is stored in the local parameter table, otherwise, be stored in the global parameter table; Wherein,
Said local parameter table with said bottom function name and parameter name as the character string of calculating cryptographic hash;
Said global parameter table with said shell script filename and parameter name as the character string of calculating cryptographic hash.
9. device according to claim 6 is characterized in that, also comprises:
Record cell is used to write down the circulation start statement to each the bar statement between the loop ends statement, and said device can be carried out each the bar statement that is write down according to the cycle index circulation.
10. a script debugging system that is used for the circuit board level test comprises script debugging device as claimed in claim 6.
11. system according to claim 10 is characterized in that, also comprises:
User's operational module is used to import and send the shell script file that the user writes.
CN201210242397.6A 2012-07-12 2012-07-12 A kind of script debugging method for circuit board level test, device and system thereof Expired - Fee Related CN102799528B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210242397.6A CN102799528B (en) 2012-07-12 2012-07-12 A kind of script debugging method for circuit board level test, device and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210242397.6A CN102799528B (en) 2012-07-12 2012-07-12 A kind of script debugging method for circuit board level test, device and system thereof

Publications (2)

Publication Number Publication Date
CN102799528A true CN102799528A (en) 2012-11-28
CN102799528B CN102799528B (en) 2015-12-09

Family

ID=47198641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210242397.6A Expired - Fee Related CN102799528B (en) 2012-07-12 2012-07-12 A kind of script debugging method for circuit board level test, device and system thereof

Country Status (1)

Country Link
CN (1) CN102799528B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104680096A (en) * 2013-11-26 2015-06-03 英业达科技有限公司 Reading system of corresponding detection script of circuit board and method thereof
CN105138364A (en) * 2015-08-21 2015-12-09 广东欧珀移动通信有限公司 Terminal system upgrading method and device
CN107563025A (en) * 2017-08-18 2018-01-09 北京东土军悦科技有限公司 A kind of verification platform management method and device
CN109460351A (en) * 2018-12-16 2019-03-12 西南电子技术研究所(中国电子科技集团公司第十研究所) The method for running ATS software platform debugging electronic product technique script

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100229036A1 (en) * 2009-03-04 2010-09-09 Suresh Goyal Method and apparatus for system testing using multiple instruction types
CN102402480A (en) * 2011-10-12 2012-04-04 吴华中 Tool for debugging (testing) command line of circuit board firmware
CN102567065A (en) * 2010-12-10 2012-07-11 北京旋极信息技术股份有限公司 Method for operating development tool of embedded computer system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100229036A1 (en) * 2009-03-04 2010-09-09 Suresh Goyal Method and apparatus for system testing using multiple instruction types
CN102567065A (en) * 2010-12-10 2012-07-11 北京旋极信息技术股份有限公司 Method for operating development tool of embedded computer system
CN102402480A (en) * 2011-10-12 2012-04-04 吴华中 Tool for debugging (testing) command line of circuit board firmware

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104680096A (en) * 2013-11-26 2015-06-03 英业达科技有限公司 Reading system of corresponding detection script of circuit board and method thereof
CN105138364A (en) * 2015-08-21 2015-12-09 广东欧珀移动通信有限公司 Terminal system upgrading method and device
CN105138364B (en) * 2015-08-21 2019-03-01 Oppo广东移动通信有限公司 A kind of method and device of terminal system upgrading
CN107563025A (en) * 2017-08-18 2018-01-09 北京东土军悦科技有限公司 A kind of verification platform management method and device
CN107563025B (en) * 2017-08-18 2021-08-20 北京东土军悦科技有限公司 Verification platform management method and device
CN109460351A (en) * 2018-12-16 2019-03-12 西南电子技术研究所(中国电子科技集团公司第十研究所) The method for running ATS software platform debugging electronic product technique script
CN109460351B (en) * 2018-12-16 2021-08-10 西南电子技术研究所(中国电子科技集团公司第十研究所) Method for debugging electronic product process script by running ATS software platform

Also Published As

Publication number Publication date
CN102799528B (en) 2015-12-09

Similar Documents

Publication Publication Date Title
CN103761089B (en) The method that kinematic function call relation is determined based on register transfer language
CN110377321A (en) Method, apparatus, terminal and the storage medium of application program updating
CN106569869A (en) Plug-in packaging method and device
CN102722440A (en) Debugging device of executive codes of embedded system, debugging method and embedded system
CN103559123B (en) Based on function call stack analytical approach and the device of vxworks operating system
CN101430662B (en) Method for debugging Java language program and virtual machine program together
CN102375778A (en) Method and system for automatically testing digital signal processor (DSP)
CN104461898A (en) Application testing method, center control server, test terminal and system
CN104978258A (en) Software automation test method and system
US9235389B2 (en) Method of providing embedded software development tool for supporting embedded software development environment based on native building, and apparatus thereof
CN109564540A (en) Debugging tool for JIT compiler
CN108073495B (en) Method and device for positioning crash reason of application program
CN105183592A (en) Method and apparatus for supporting performance analysis
EP2706459B1 (en) Apparatus and method for validating a compiler for a reconfigurable processor
CN103019787A (en) Function call relation determining method, hotfix updating method and hotfix updating device
CN102799528A (en) Script debugging method, script debugging device and system thereof for circuit board level test
CN103905231A (en) Method and device for unified management of device types
CN103077062A (en) Method and device for detecting code change
CN106021101A (en) Method and device for testing mobile terminal
CN111966390A (en) Project construction method, system, terminal device and storage medium
CN111104158A (en) Software packaging method and device, computer equipment and storage medium
CN110378107A (en) A kind of method and relevant apparatus of installation kit detection
CN101980546A (en) Intelligent network platform, service execution method and method for analyzing service abnormality
CN111651397B (en) Method and equipment for accessing peripheral module of PXIe
CN108196905B (en) A kind of dynamic loading method based on DSP

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20151209

Termination date: 20200712

CF01 Termination of patent right due to non-payment of annual fee