CN106502640A - A kind of method for explaining custom script burning - Google Patents

A kind of method for explaining custom script burning Download PDF

Info

Publication number
CN106502640A
CN106502640A CN201610829813.0A CN201610829813A CN106502640A CN 106502640 A CN106502640 A CN 106502640A CN 201610829813 A CN201610829813 A CN 201610829813A CN 106502640 A CN106502640 A CN 106502640A
Authority
CN
China
Prior art keywords
script
data
burning
chip
file
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.)
Pending
Application number
CN201610829813.0A
Other languages
Chinese (zh)
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.)
Chipsea Technologies Shenzhen Co Ltd
Original Assignee
Chipsea Technologies Shenzhen 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 Chipsea Technologies Shenzhen Co Ltd filed Critical Chipsea Technologies Shenzhen Co Ltd
Priority to CN201610829813.0A priority Critical patent/CN106502640A/en
Publication of CN106502640A publication Critical patent/CN106502640A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/24Loading of the microprogram

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a kind of method for explaining custom script burning, the method proposes a kind of script specification, that is script form, script grammer, secondly after script definition, need to explain this script and change actual binary data, address and data that explanation script is represented, instruction etc.;Be finally that cd-rom recorder explains script, burning data is issued after explaining script, finally realize burning.The present invention makes user only write script file, it is not necessary to write the C programmer of complexity and obscure assembly program, there is provided a kind of easily burning mode.And the script grammer is simple, write conveniently, just writable with burner software opening, the process of compiler compiling is eliminated, for the test of chip is provided a great convenience.

Description

A kind of method for explaining custom script burning
Technical field
The invention belongs to burning chip technical field, more particularly to a kind of method for carrying out burning chip by script.
Background technology
Recordable paper is mainly carried out burning by cd-rom recorder by current burning/recording chip, can just be stored corresponding in chip Code.Recordable paper has many forms, such as BIN files, HEX files etc..This class file is usually needed by passing through in compiler Compiling is generated, and is converted into file destination by personal code work, C language code, assembly code etc..So this class file needs to rely on compiling Translate device generation.
Script file is the one of which of programming language, access expansion language, script in order to shorten traditional write- The interpreted language that compiling-link-operation etc. is operated and created.Script need not be compiled, and be taken charge of the explanation simultaneously by interpreter Execute.
The flow process of burning chip is that user first passes through programming language and writes user program in the market, then uses compiler Compiler, ultimately generates recordable paper.The recordable paper of generation also needs to be burnt in chip by cd-rom recorder.Sometimes For test chip, need certain address in the chips to write certain instruction or certain data, just must remodify code, Recompilating, then burning and test just being carried out with cd-rom recorder, process is cumbersome.
As patent application 201510069705.3 discloses a kind of EDID data recording methods of calibration of display module, it wraps Include following steps:EDID data editions are carried out using host computer, and saves as script file;The script file is parsed into logical Data interaction is carried out with ARM nucleus modules after letter agreement;The ARM nucleus modules by parsing after EDID data distributings to FPGA Signal processing module;EDID data are sent to display module simultaneously by the signal output module by the FPGA signal processing modules The EDID data feedbacks for reading display module are compared to host computer.The present invention can be suitably used for various physical signalling interfaces, each The EDID data recordings verification of the display module of specification is planted, can be solved currently in order to tackling various physical signalling interfaces, various rule The EDID of the display module of lattice accords a difference and frequently writes, the problem of FPGA programs of upgrading.But the patent application is only Parsed using script file, be not related to content is write etc. for script file, for recordable paper there is still a need for compiling Device and the process of compiling, do not break away from the needs for compiler.
Content of the invention
This is based on, a kind of method for explaining custom script burning, the party is therefore to provide primary mesh of the invention This script of method cd-rom recorder opening can just realize that the instruction and data required for burning, process only need to write script File, just writable with cd-rom recorder, eliminate the process of compiler and compiling.
Another mesh ground of the present invention is to provide a kind of method for explaining custom script burning, and the method is by burning Record device is explained script file and is converted to actual binary data and gives and gives cd-rom recorder hardware burning, for the test of chip Provide a great convenience.
For achieving the above object, the technical scheme is that:
A kind of method for explaining custom script burning, it is characterised in that the method definition and a kind of script language of specification How speech, by cd-rom recorder explanation script file and be converted to actual binary data and give to cd-rom recorder hardware burning Technical problem.
The script specification is:
1. identifier
The identifier of the script includes variable, constant, keyword, label;Identifier name can only with letter or under Line starts, and by letter, underscore, data are constituted;Identifier length can not be more than 27 characters, and capital and small letter is not differentiated between.
Further, the keyword is the self-defining identifier of system, and user can not be used as common variabless or constant, The following is the keyword that the script is supported:
DB DW DEFINE IF ELSE ELSEIF ENDIF INCLUDE ADDR
CONFIG
These keywords are exactly the keyword of script.
2. claim data and defconstant
Claim data DB DW, DB be state a byte data, DW be state a word data, defconstant Defined with DEFINE.
3. constant is represented
Constant represents 10 systems of support, and 16 systems, 2 systems are represented.
4.IF ELSE ELSEIF ENDIF conditional compilations
IF ELSE ELSEIF ENDIF are conditional compilations, and form is as follows:
IF identifiers
Sentence
ElSE
Sentence
ENDIF
Or
IF identifiers
Sentence
ElSEIF identifiers
Sentence
ELSE
Sentence
ENDIF
5.INCLUDE alternative documents
INCLUDE is search alternative document and quotes that form is as follows:
INCLUDE filenames
6.CONFIG configures chip configuration words, and CONFIG forms are as follows:
CONFIG“addr,value[addr,value…]”
Addr is the address of chip configuration words, and value is the data of chip configuration words, due to chip configuration words may have many Individual, so supporting multiple addr, value [addr, value ...] is represented.
7.ADDR address locations
Sometimes need to start to write data in certain address, at ADDR finders address.Such as:
ADDR=100H // address 100H starts to write data
DW 6666H // write data 6666H
NOP // write data NOP
8. program annotation
Single file annotation " // " is only supported
9. instruction set
The script supports that the instruction set of the objective chip is stated.
Cd-rom recorder explains script file:
After script specification is defined, cd-rom recorder needs to recognize this script and explain.Opening recordable paper When, if file name suffix is .csscript, this document is script language files, and cd-rom recorder will call script explanation module Explain.Script explanation module principle is to adopt lex, yacc techniques of compiling, lexical analyzers of the lex as script, Syntactic analysiss of the yacc as script.Just start to be converted into actual binary data after the completion of syntactic analysiss.First two Binary data initialization is filled to FFH, according to the information of chip model, chip title, and chip space size, chip configuration words Address, these information are stored in the configuration file of burner software.According to the size of chip, initialization binary data is complete FFH.Binary file is filled after Lex, yacc analysis, at keyword ADDR addresses is started to fill and is changed.Read CONFIG Information, read chip configuration words data.The data for finally obtaining have amended binary data and chip configuration words.
(3) burner software issues burning data
After cd-rom recorder calls script explanation module, the binary data of acquisition and chip configuration words, cd-rom recorder just can be opened Beginning burning.
Present invention firstly provides a kind of script specification, i.e. script form, script grammer, the script can be realized needing Meet several requirements:1. fixed instruction or fixed data can be write to fixing address.2. can be at initial address in batches Write instruction or data.3. simple assembler directive commands can be realized.Secondly, after script definition, need to explain this script language Actual binary data is sayed and changes, address and data that explanation script is represented, instruction etc..It is finally that cd-rom recorder is explained Script, issues burning data after explaining script, finally realizes burning.
The present invention makes user only need to write script file by a kind of custom script language, the method for explaining simultaneously burning, The C programmer of complexity and obscure assembly program need not be write, to programmer or chip testing engineer, chip burns Record person provides a kind of easily burning mode.And the script grammer is simple, writes conveniently, opened just with burner software Writable, the process of compiler compiling is eliminated, for the test of chip is provided a great convenience.
Description of the drawings
Fig. 1 is the step file interpretation process flow chart implemented by the present invention.
Fig. 2 is the process chart of the burner software implemented by the present invention.
Specific embodiment
In order that the objects, technical solutions and advantages of the present invention become more apparent, below in conjunction with drawings and Examples, right The present invention is further elaborated.It should be appreciated that specific embodiment described herein is only in order to explain the present invention, and It is not used in the restriction present invention.
Present invention firstly provides a kind of script specification, i.e. script form, script grammer, the script can be realized needing Meet several requirements:1. fixed instruction or fixed data can be write to fixing address.2. can be at initial address in batches Write instruction or data.3. simple assembler directive commands can be realized.
Secondly, after script definition, need to explain this script and change actual binary data, explain foot Address and data that this language is represented, instruction etc..
Be finally how burner software explains script, burning data is issued after explaining script hard to cd-rom recorder Part, finally realizes burning.
Script specification is:
1. identifier
The identifier of the script includes variable, constant, keyword, label.Identifier name can only with letter or under Line starts, and by letter, underscore, data are constituted.Identifier length can not be more than 27 characters.Capital and small letter is not differentiated between.
Keyword is the self-defining identifier of system, and user can not be as common variabless or constant use.The following is the foot The keyword of this support.
DB DW DEFINE IF ELSE ELSEIF ENDIF INCLUDE ADDR
CONFIG
These keywords are exactly the keyword of script.
2. claim data and defconstant
Claim data DB DW, DB are the data for stating a byte, and DW is the data for stating a word.Defconstant Defined with DEFINE.
For example:
Var1 DB 0x10
Var DW 0x1010
LEN DEFINE 100H
3. constant is represented
Constant represents 10 systems of support, and 16 systems, 2 systems are represented.
For example:
Var1 DB 10 // 10 represent 10 systems
Var1 DB 0x10 or
Var1 DB 10H // 10 represent 16 systems
Var1 DB 10B // 10 represent 2 systems
4.IF ELSE ELSEIF ENDIF conditional compilations
IF ELSE ELSEIF ENDIF are conditional compilations, and form is as follows:
IF identifiers
Sentence
ElSE
Sentence
ENDIF
Or
IF identifiers
Sentence
ElSEIF identifiers
Sentence
ELSE
Sentence
ENDIF
5.INCLUDE alternative documents
INCLUDE is search alternative document and quotes that form is as follows:
INCLUDE filenames.
6.CONFIG configures chip configuration words, and CONFIG forms are as follows:
CONFIG“addr,value[addr,value…]”
Addr is the address of chip configuration words, and value is the data of chip configuration words, due to chip configuration words may have many Individual, so supporting multiple addr, value [addr, value ...] is represented.
Such as CONFIG " 1000H, 6666H "
7.ADDR address locations
Sometimes need to start to write data in certain address, need by ADDR finders address, such as:
ADDR=100H // address 100H starts to write data
DW 6666H // write data 6666H
NOP // write data NOP
8. program annotation
Single file annotation " // " is only supported.
9. instruction set
The script supports that the instruction set of the objective chip is stated.
Script file example:
1. fixed data or instruction are write to fixing address.
ADDR=100H
DW 1234H//write 1234H to fixing address.
ADDR=100H
MOVLW 100H//to fixing address write MOVLW 100H instructions.
2. data or instruction are write to fixing address batch.
ADDR=100H
NOP
As shown in figure 1, a module of the script explanation module as burner software, input is script file, output It is the binary data after explaining.Binary data be i.e. will burning chip program code, now in script file, User defines and starts write command or data at which address, and script explanation module supports the explanation of custom script, and turns Change final binary data into.Interpretation process is as follows:
101st, script explanation module calls lex lexical analyzers to carrying out lexical scan in script file first, as Token is given to syntax analyzer use, and the output of lexical analyzer is the input of syntactic analysiss.
102nd, the token for obtaining is identified by syntax analyzer, and carries out textual scan to script file, forms grammer Tree.
103rd, after forming syntax tree, semantic analysis are carried out, at the same time, changes binary data, finally output two is entered Data processed.
104th, the chip configuration words of script file are read and is preserved.
As shown in Fig. 2 executor of the burner software as script interpreter, is responsible for the process of whole process, input is Script file, output are to send data to cd-rom recorder hardware.Cd-rom recorder hardware receive binary data and chip configuration words it Afterwards, other operations can be proceeded.Its concrete step is:
201st, the processing procedure of burner software, the first step are to select recordable paper and open.
202nd, according to file suffixes name, burner software recognizes whether this is script file after opening file, script file Suffix is csscript, if script file, will start script explanation module, if general recordable paper, then typically burn Record file process.
203rd, first binary data is initialized before starting script explanation module, be stuffed entirely with FFH, facilitate script explanation module Process, script interpreter is only responsible for modification binary data.
204th, start script explanation module, script explanation module proceeds by script interpretation.
205th, binary data is changed after script interpreter analysis.
If 206 202 identifications is non-script file, general recordable paper process is carried out, two are sent after the completion of process and is entered Data processed.
207th, script explanation module reads chip configuration words and preserves.
208th, burner software is sent to cd-rom recorder hardware amended binary data.
209th, burner software is sent to cd-rom recorder hardware chip configuration words, carries out burning.
Presently preferred embodiments of the present invention is the foregoing is only, not in order to limit the present invention, all in essence of the invention Any modification, equivalent and improvement that is made within god and principle etc., should be included within the scope of the present invention.

Claims (8)

1. a kind of method for explaining custom script burning, it is characterised in that the method definition and a kind of script of specification, Script file is explained by cd-rom recorder how and is converted to actual binary data and is given to the skill of cd-rom recorder hardware burning Art problem.
2. the method for explaining custom script burning as claimed in claim 1, it is characterised in that the script specification For:
1.1. identifier
The identifier of the script includes variable, constant, keyword, label;Identifier name can only be with letter or underscore Start, by letter, underscore, data are constituted;Identifier length can not be more than 27 characters, and capital and small letter is not differentiated between;
1.2. claim data and defconstant
Claim data DB DW, DB be state a byte data, DW be state a word data, defconstant use DEFINE is defined;
1.3. constant is represented
Constant represents 10 systems of support, and 16 systems, 2 systems are represented;
1.4.IF ELSE ELSEIF ENDIF conditional compilations
IF ELSE ELSEIF ENDIF are conditional compilations, and form is as follows:
IF identifiers
Sentence
ElSE
Sentence
ENDIF
Or
IF identifiers
Sentence
ElSEIF identifiers
Sentence
ELSE
Sentence
ENDIF;
1.5.INCLUDE alternative document
INCLUDE is search alternative document and quotes that form is as follows:
INCLUDE filenames;
1.6.CONFIG chip configuration words are configured, and CONFIG forms are as follows:
CONFIG“addr,value[addr,value…]”
Addr is the address of chip configuration words, and value is the data of chip configuration words;
1.7.ADDR address location
Sometimes need to start to write data in certain address, at ADDR finders address;
1.8. program annotation
Single file annotation " // " is only supported;
1.9. instruction set
The script supports that the instruction set of the objective chip is stated.
3. the method for explaining custom script burning as claimed in claim 2, it is characterised in that in identifier, the pass Key word is the self-defining identifier of system, and user can not be used as common variabless or constant, the following is the pass that the script is supported Key word:
DB DW DEFINE IF ELSE ELSEIF ENDIF INCLUDE ADDR
CONFIG
These keywords are exactly the keyword of script.
4. the method for explaining custom script burning as claimed in claim 2, it is characterised in that script specification is defined After good, cd-rom recorder needs to recognize this script and explain;When recordable paper is opened, if file name suffix is .csscript, then this document is script language files, and cd-rom recorder will call script explanation module to explain;Syntactic analysiss are complete Just start to be converted into actual binary data into after:Binary data initialization first is filled to FFH, according to chip model Information, chip title, chip space size, the address of chip configuration words, these information are stored in the configuration text of burner software In part;Then according to the size of chip, initialization binary data is full FFH;Read the information of CONFIG again, read chip and match somebody with somebody The data of word are put, the data for finally obtaining have amended binary data and chip configuration words;The binary data of acquisition and Chip configuration words, cd-rom recorder just can start burning.
5. the method for explaining custom script burning as claimed in claim 4, it is characterised in that script explanation module principle It is to adopt lex, yacc techniques of compiling, lexical analyzers of the lex as script, grammers point of the yacc as script Analysis.
6. the method for explaining custom script burning as claimed in claim 5, it is characterised in that the initialization binary system When data are full FFH, with Lex, binary file is filled after yacc analyses, start to fill and repair at keyword ADDR addresses Change.
7. the method for explaining custom script burning as claimed in claim 6, it is characterised in that script explanation module is supported The explanation of custom script, and final binary data is converted into, interpretation process is as follows:
101st, script explanation module calls lex lexical analyzers to carrying out lexical scan in script file first, gives as token Use to syntax analyzer, the output of lexical analyzer is the input of syntactic analysiss;
102nd, the token for obtaining is identified by syntax analyzer, and carries out textual scan to script file, forms syntax tree;
103rd, after forming syntax tree, semantic analysis are carried out, at the same time, changes binary data, finally export binary number According to;
104th, the chip configuration words of script file are read and is preserved.
8. the method for explaining custom script burning as claimed in claim 4, it is characterised in that cd-rom recorder hardware is received After binary data and chip configuration words, its specific burning step is:
201st, select recordable paper and open;
202nd, recognize whether this is script file according to file suffixes name, the suffix of script file is csscript, if foot Presents, will start script explanation module, if general recordable paper, then according to the process of general recordable paper;
203rd, first binary data is initialized before starting script explanation module, be stuffed entirely with FFH, facilitate at script explanation module Reason, script interpreter are only responsible for modification binary data;
204th, start script explanation module, script explanation module proceeds by script interpretation;
205th, binary data is changed after script interpreter analysis;
If 206 202 identifications is non-script file, general recordable paper process is carried out, after the completion of process, send binary number According to;
207th, script explanation module reads chip configuration words and preserves;
208th, burner software is sent to cd-rom recorder hardware amended binary data;
209th, burner software is sent to cd-rom recorder hardware chip configuration words, carries out burning.
CN201610829813.0A 2016-09-19 2016-09-19 A kind of method for explaining custom script burning Pending CN106502640A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610829813.0A CN106502640A (en) 2016-09-19 2016-09-19 A kind of method for explaining custom script burning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610829813.0A CN106502640A (en) 2016-09-19 2016-09-19 A kind of method for explaining custom script burning

Publications (1)

Publication Number Publication Date
CN106502640A true CN106502640A (en) 2017-03-15

Family

ID=58290245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610829813.0A Pending CN106502640A (en) 2016-09-19 2016-09-19 A kind of method for explaining custom script burning

Country Status (1)

Country Link
CN (1) CN106502640A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450930A (en) * 2017-08-14 2017-12-08 上海迅显信息科技有限公司 A kind of development approach based on HMI system script
CN107783873A (en) * 2017-11-23 2018-03-09 芯海科技(深圳)股份有限公司 A kind of implementation method of cd-rom recorder automatic test platform
CN108664238A (en) * 2018-05-21 2018-10-16 国网河南省电力公司电力科学研究院 A kind of execution method and device of explanation type script C-SUB
CN109352645A (en) * 2018-09-28 2019-02-19 库壳教育科技有限公司 A kind of easy programming method and device applied to robot teaching
CN109376115A (en) * 2018-08-31 2019-02-22 北京智云芯科技有限公司 A kind of computing device and calculation method based on proof of work
CN110895465A (en) * 2018-10-31 2020-03-20 研祥智能科技股份有限公司 Digital power supply chip burning method
CN111078235A (en) * 2019-12-13 2020-04-28 西安研祥兴业电子科技有限公司 Digital power supply chip burning method and device
CN112799672A (en) * 2020-12-31 2021-05-14 杭州广立微电子股份有限公司 Test data processing method based on keywords
CN117057640A (en) * 2023-07-26 2023-11-14 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1841328A (en) * 2005-04-02 2006-10-04 华为技术有限公司 Automaton method for script language
CN102289365A (en) * 2010-06-21 2011-12-21 中兴通讯股份有限公司 Method and device for constructing script driving software
CN102339252A (en) * 2011-07-25 2012-02-01 大连理工大学 Static state detecting system based on XML (Extensive Makeup Language) middle model and defect mode matching
CN103984539A (en) * 2014-04-14 2014-08-13 美的集团股份有限公司 Operation method and operation system for household appliance

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1841328A (en) * 2005-04-02 2006-10-04 华为技术有限公司 Automaton method for script language
CN102289365A (en) * 2010-06-21 2011-12-21 中兴通讯股份有限公司 Method and device for constructing script driving software
CN102339252A (en) * 2011-07-25 2012-02-01 大连理工大学 Static state detecting system based on XML (Extensive Makeup Language) middle model and defect mode matching
CN103984539A (en) * 2014-04-14 2014-08-13 美的集团股份有限公司 Operation method and operation system for household appliance

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450930A (en) * 2017-08-14 2017-12-08 上海迅显信息科技有限公司 A kind of development approach based on HMI system script
CN107783873A (en) * 2017-11-23 2018-03-09 芯海科技(深圳)股份有限公司 A kind of implementation method of cd-rom recorder automatic test platform
CN108664238A (en) * 2018-05-21 2018-10-16 国网河南省电力公司电力科学研究院 A kind of execution method and device of explanation type script C-SUB
CN109376115A (en) * 2018-08-31 2019-02-22 北京智云芯科技有限公司 A kind of computing device and calculation method based on proof of work
CN109352645A (en) * 2018-09-28 2019-02-19 库壳教育科技有限公司 A kind of easy programming method and device applied to robot teaching
CN110895465A (en) * 2018-10-31 2020-03-20 研祥智能科技股份有限公司 Digital power supply chip burning method
CN111078235A (en) * 2019-12-13 2020-04-28 西安研祥兴业电子科技有限公司 Digital power supply chip burning method and device
CN111078235B (en) * 2019-12-13 2024-02-20 西安研祥兴业电子科技有限公司 Digital power supply chip burning method and device
CN112799672A (en) * 2020-12-31 2021-05-14 杭州广立微电子股份有限公司 Test data processing method based on keywords
CN112799672B (en) * 2020-12-31 2024-07-26 杭州广立微电子股份有限公司 Keyword-based test data processing method
CN117057640A (en) * 2023-07-26 2023-11-14 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter
CN117057640B (en) * 2023-07-26 2024-04-12 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter

Similar Documents

Publication Publication Date Title
CN106502640A (en) A kind of method for explaining custom script burning
CN103744709B (en) patch loading method and device
US7543189B2 (en) Automated multilingual software testing method and apparatus
US8850415B2 (en) Generating a transition system for use with model checking
CN102200911B (en) variable closure
WO2007030282A1 (en) Type inference and type-directed late binding
US9928042B2 (en) Automatic classification of compilers
US20040153830A1 (en) Method and system for object level software testing
US20040158820A1 (en) System for generating an application framework and components
CN104461898A (en) Application testing method, center control server, test terminal and system
US20070067512A1 (en) Method, system and software arrangement for processing a device support file for a field device
CN1526104B (en) Parsing structured data
US7246224B2 (en) System and method to enable platform personality migration
US20070061641A1 (en) Apparatus and method for generating test driver
US10394756B2 (en) System and method for customizing archive of a device driver generator tool for a user
CN110134397A (en) Code snippet interpretation method, device, computer equipment and storage medium
US20140298290A1 (en) Identification of code changes using language syntax and changeset data
CN101650653A (en) Daily constructing method and device
CN115328454A (en) Program compiling and program loading method
CN116627429B (en) Assembly code generation method and device, electronic equipment and storage medium
EP3147781A1 (en) Wrapper calls identification
CN102236573A (en) Name binding extensibility for typed programming language
CN105389180B (en) A kind of USB port configurableization method based on Android platform
CN114443041A (en) Method for parsing abstract syntax tree and computer program product
CN115392176A (en) SoC chip top module integrated design method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20170315