5 research outputs found
The Research and Implementation Of Universal Simulation In Embedded CPU Instruction System
嵌入式系统的软件仿真可以使开发者对嵌入式系统架构的正确性及性能进行验证,从而大大降低开发成本和时间,是保证和提高嵌入式开发软件可靠性的重要手段。但目前市场上大多数的嵌入式系统软件仿真平台中对CPU指令模块的仿真都是从编译后的机器语言入手,这样就造成对嵌入式处理器生产厂家的编译器的依赖,阻碍了软件仿真的发展。为此本文提出了基于源代码分析的指令仿真技术,即对嵌入式应用软件代码的仿真采取直接从汇编源代码仿真执行入手,而不需要通过具体的机器语言,并提出用基于编译原理的“三个分析”方法来实现对源代码的功能仿真。 在目前现有的嵌入式系统软件仿真工具中,还未出现针对凌阳SPCE061A单片机的软件仿真器。...Software simulation is used to test the validity and performance of the structure in embedded system, which greatly reduces the cost and time of development. In addition, it's an important method to guarantee and improve the reliability of embedded developing software. But at present, most of the software simulation platform for simulating CPU module in embedded system is based on the binary code ...学位:工学硕士院系专业:信息科学与技术学院通信工程系_通信与信息系统学号:2332006115260
Software Simulation of Interruption in Embedded System
中文摘要:嵌入式系统硬件功能的软件模拟是开发工具的必备功能,也是进行软件正确性测试的有力手段。本文提出了软件模拟嵌入式中断系统的一些基本构想和实施方案,具体对外部中断、定时中断进行了仿真。通过初步设计出一个中断系统的软件仿真基本框架,为将来建立一种全面的、通用的嵌入式软件自动测试系统打下了基础。
英文摘要:Abstract the software simulation of embedded systems' hardware is an indispensable function of development tools, as well as an
efficient method to verify the software. Some foundational schemes and solutions to the simulation of interruption in embedded systems
are introduced, specifically on the simulation of external and timer interrupts. The elementary design of the framework of the
simulation system mentioned above is expected to facilitate the future foundation of a comprehensive and universal software auto-testing system
Universal Simulation Research and Implement of Microcontrollers Instruction Based on Source Code
对单片机指令系统的传统软件仿真方法是基于编译后的机器码分析,造成对具体单片机编译器的依赖。本系统则基于源代码分析,对单片机指令系统通用仿真方法进行研究。先以凌阳单片机指令系统为模拟对象,提出类似编译原理的“三个分析“基本方法,并提出单片机指令仿真的通用实现方法。The traditional simulation of microcontrollers instruction is based on binary code after compiling, and thus it depends on the compiler of specifical microcontrollers.Correspondingly this system is to put forward a universal simulation research and implement based on the direct analysis of source code.According LingYang microcontroller instruction,advance the "three analysis" basic method based on the theory of compiling ,and a universal simulation implement of microcontrollers instruction
