CN103995727A - Transmission trigger framework ASIP assembly tool chain applied to WSN - Google Patents

Transmission trigger framework ASIP assembly tool chain applied to WSN Download PDF

Info

Publication number
CN103995727A
CN103995727A CN201410201411.7A CN201410201411A CN103995727A CN 103995727 A CN103995727 A CN 103995727A CN 201410201411 A CN201410201411 A CN 201410201411A CN 103995727 A CN103995727 A CN 103995727A
Authority
CN
China
Prior art keywords
asip
instruction set
assembler
instruction
wsn
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
CN201410201411.7A
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.)
Nankai University
Original Assignee
Nankai University
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 Nankai University filed Critical Nankai University
Priority to CN201410201411.7A priority Critical patent/CN103995727A/en
Publication of CN103995727A publication Critical patent/CN103995727A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

Disclosed is a transmission trigger framework ASIP assembly tool chain applied to a WSN. The too chain is designed for the ASIP of a wireless sensor network node based on a transmission trigger framework. The tool chain comprises an assembly macro preprocessor (1), an assembler (2), a linker (3) and a disassembler (4), wherein the assembler (2) supports a general instruction set and a specific instruction set of the ASIP, and the specific instruction set comprises a dormancy instruction set, a clock management instruction set, a radio frequency receiving and sending instruction set, an MAS protocol instruction set and the like. According to the characteristics of the transmission trigger framework, the assembler (2) supports an alias assembly instruction. The tool chain solves the problem of program development tools of the ASIP, is high in program security and safety and lays a solid foundation for further research and application.

Description

The compilation instrument chain of a kind of transmission triggering architecture ASIP that is applied to WSN
[technical field]
The present invention relates to microprocessor software developing instrument field, relate in particular to the compilation instrument chain of the transmission triggering architecture ASIP of a kind of WSN of being applied to.
[background technology]
ASIP (ASIP), is for specific destination application set, the processor with custom instruction collection and architecture of developing.Such processor can be with higher performance operational objective pool of applications, there is the features such as tailorability, simplification, low-power consumption, effectively overcome traditional microcontroller (MCU, Micro Controller Unit) and the limitation of special IC (ASIC, Application Specific Integrated Circuit) design.
A processor will drop into application, must have the program development tools chain supporting with it.Wireless sensor network node ASIP based on transmission triggering architecture, have low in energy consumption, fast operation, simple in structure, the advantage such as extendability is strong.For its developing instrument of designing program has been the primary goal after processor designs.
Therefore, for the wireless sensor network node ASIP based on transmission triggering architecture, design the compilation Development Tool Chain supporting with it, have important practical significance and practical value for application and the further research of ASIP.
[summary of the invention]
The object of the invention is, for the wireless sensor network node ASIP design compilation instrument chain based on transmission triggering architecture, to realize the SDK (Software Development Kit) of ASIP, for further application and research lay the foundation.
The present invention proposes the compilation instrument chain of the transmission triggering architecture ASIP of a kind of WSN of being applied to, it designs for the wireless sensor network node ASIP based on transmission triggering architecture, comprises compilation macro-preprocessor (1), assembler (2), linker (3) and disassembler (4).
Wherein, compilation macro-preprocessor (1) can be by the macro definition of format analysis processing assembly routine and character string.Assembler (2) is transformed to assembly routine the binary code of target machine, and generating object file is supported universal instruction set and special instruction set, and supports another name assembly instruction.Linker (3) is transformed to file destination the executable file of target machine.Disassembler (4) can be transformed to executable file corresponding assembler source program.
[advantage of the present invention and good effect]
Tool of the present invention has the following advantages and good effect:
First, the invention solves the problem of the wireless sensor network node ASIP program development tools based on transmission triggering architecture, wherein assembler (1) is supported universal instruction set and the special instruction set of wireless sensor network node ASIP simultaneously, and supports another name assembly instruction.
The second, be different from and existingly transplant based on the compilation instrument of increasing income the compilation instrument chain obtaining, use compilation instrument chain of the present invention, there is higher program confidentiality and security.
[brief description of the drawings]
Fig. 1 is instrument link composition of the present invention.
[embodiment]
The compilation instrument chain that the present invention proposes the transmission triggering architecture ASIP of a kind of WSN of being applied to, is further described the present invention below in conjunction with accompanying drawing.
As shown in Figure 1, the compilation instrument chain of the transmission triggering architecture ASIP that is applied to WSN of the present invention's design comprises: compilation macro-preprocessor (1), assembler (2), linker (3) and disassembler (4).
Compilation macro-preprocessor (1) can be by the macro definition of format analysis processing assembly routine, character string, include file, multirow annotation, CC condition code etc.Also can produce assembly code by loop statement by compilation macro-preprocessor (1).Compilation macro-preprocessor (1) be input as one or independently multiple compilation source files of space, the output of compilation macro-preprocessor (1) is through pretreated assembling file, the input of (2) using this file as assembler.
Assembler (2) is transformed to assembly language the binary code of target machine, generating object file.The output that is input as compilation macro-preprocessor (1) of assembler (2), the output of assembler (2) is that form is the file destination of binary code, the input of (3) using this file destination as linker.Owing to being that wireless sensor network node ASIP for based on transmission triggering architecture designs, as shown in Figure 1, assembler (2) is supported universal instruction set and the special instruction set of ASIP simultaneously.Wherein special instruction set comprises dormancy instruction set, Clock management instruction set, radio-frequency receiving-transmitting instruction set and MAC protocol instructions collection etc.For the characteristic of transmission triggering architecture, any instruction can realize with a MOVE command operating, assembler (2) is supported another name assembly instruction, support to realize two different instructions of same function, wherein one is MOVE opcode instructions, and another is self-defining other mnemonic operation code instruction.
File destination is transformed to executable file by linker (3).Linker (3) be input as one or more file destinations, by its associative transformation, the executable file of export target machine, and be accomplished to the mapping of target machine address space.Linker (3) need to obtain the details of program storage unit (PSU) and the merging of each code segment of target machine and arrange rule, to export correct executable file.
Disassembler (4) can be transformed to corresponding assembler source program by the executable file of target machine.It is input as the target machine executable file of linker (3) output.Disassembler (4) is output as the assembler source program information corresponding with the executable file of target machine.The output of linker (3) can well be verified and analyze to disassembler (4), to judge that whether the binding of program in the executable file of target machine and data is correct.

Claims (2)

1. one kind is applied to the compilation instrument chain of the transmission triggering architecture ASIP of WSN, it is characterized in that designing for the wireless sensor network node ASIP based on transmission triggering architecture, and comprise compilation macro-preprocessor (1), assembler (2), linker (3) and disassembler (4); Described assembler (2) assembly instruction collection comprises: the special instruction sets such as universal instruction set and dormancy instruction set, Clock management instruction set, radio-frequency receiving-transmitting instruction set, MAC protocol instructions collection.
2. the compilation instrument chain of a kind of transmission triggering architecture ASIP that is applied to WSN according to claim 1, it is characterized in that, for transmission triggering architecture, any instruction can realize with a MOVE command operating, assembler (2) is supported another name assembly instruction, support to realize two different instructions of same function, one is MOVE opcode instructions, and another is self-defining other mnemonic operation code instruction.
CN201410201411.7A 2014-05-09 2014-05-09 Transmission trigger framework ASIP assembly tool chain applied to WSN Pending CN103995727A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410201411.7A CN103995727A (en) 2014-05-09 2014-05-09 Transmission trigger framework ASIP assembly tool chain applied to WSN

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410201411.7A CN103995727A (en) 2014-05-09 2014-05-09 Transmission trigger framework ASIP assembly tool chain applied to WSN

Publications (1)

Publication Number Publication Date
CN103995727A true CN103995727A (en) 2014-08-20

Family

ID=51309904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410201411.7A Pending CN103995727A (en) 2014-05-09 2014-05-09 Transmission trigger framework ASIP assembly tool chain applied to WSN

Country Status (1)

Country Link
CN (1) CN103995727A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546412A (en) * 2022-02-23 2022-05-27 安天科技集团股份有限公司 Data processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100088688A1 (en) * 2008-10-03 2010-04-08 Icera Inc. Instruction cache
CN101925162A (en) * 2010-05-17 2010-12-22 南开大学 WSN node dedicated processor having functions of security and location
CN102681821A (en) * 2011-12-31 2012-09-19 浙江大学 Binary tool set designing method based on C-SKY v2 instruction set

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100088688A1 (en) * 2008-10-03 2010-04-08 Icera Inc. Instruction cache
CN101925162A (en) * 2010-05-17 2010-12-22 南开大学 WSN node dedicated processor having functions of security and location
CN102681821A (en) * 2011-12-31 2012-09-19 浙江大学 Binary tool set designing method based on C-SKY v2 instruction set

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
岳虹 等: "基于TTA的嵌入式ASIP设计", 《计算机研究与发展》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546412A (en) * 2022-02-23 2022-05-27 安天科技集团股份有限公司 Data processing method and device, electronic equipment and storage medium
CN114546412B (en) * 2022-02-23 2024-08-16 安天科技集团股份有限公司 Data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2015015225A3 (en) Software development tool
Krishnamoorthy et al. Systematic approach for state-of-the-art architectures and system-on-chip selection for heterogeneous IoT applications
GB2508529A (en) Bios network access
CN103995727A (en) Transmission trigger framework ASIP assembly tool chain applied to WSN
CN203849729U (en) Assembly tool chain of wireless sensor network (WSN) special instruction set processor
Sawyer et al. Towards a multi-node OpenACC Implementation of the ICON Model
CN104299170A (en) Intermittent energy mass data processing method
Man et al. TEPAWSN: A formal analysis tool for wireless sensor networks
CAINI et al. A linux based multi TCP implementation for experimental evaluation of TCP enhancements
CN103781142A (en) Method for deploying application codes based on trust in wireless sensor network
Safaei et al. SmartSim: Graphical sensor network simulation based on TinyOS and TOSSIM
EP2660718A3 (en) Systems and methods for generating a standardized power generation class model
Harte et al. THAWS: automated design and deployment of heterogeneous wireless sensor networks
Bader et al. A domain-specific platform for research in environmental wireless sensor networks
Zhang Design and Optimization of Wireless Remote Monitoring and Control System Using the ZigBee Protocol
Man et al. Tepawsn-a tool environment for wireless sensor networks
Houhou et al. Transformation of High Level Specification Towards nesC Code
Manzourolajdad Ab initio identification of regulatory RNAs using information-theoretic uncertainty
Elahi et al. Design and performance evaluation of an aeroelastic energy harvester based on the limit cycle oscillation phenomenon
Garrison N-body Cosmology with Abacus
Bader et al. A Testbed for the Evaluation of Solar Energy Harvesting Architectures
Gao et al. A rapid algorithm for computing ST reliability of radio-communication networks
Figliola “Fusta Robotica”: Generic tools for complex structure through the performances
Daniotti et al. Integrated processes for the evaluation and optimization of building performances
Jung et al. UBAF (User Behavior Analysis Framework) for u-Home Network

Legal Events

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

Application publication date: 20140820

RJ01 Rejection of invention patent application after publication