- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
本科学生毕业论文
基于Simics全系统模拟器的研究
Research on A Full System Simulation Platform
论文作者
院 系 信息工程学院
专 业 信息工程专业
学 号
指导老师
完成日期
中文摘要
本文主要对全系统模拟器Simics的搭建与使用进行研究。通过在服务器与普通计算机上构建Simics 4.0模拟平台,实现了在Simics环境中,快速生成一个虚拟的目标系统,建立集群的网络连接。并且通过对简单嵌入式平台Ebony的构建与使用,了解了Simics模拟环境的搭建与调试方法。
以前,研究人员对于多处理器的研究是建立在真实设备上的,既浪费时间又浪费资金,而利用Simics可以搭建各种多处理器环境。本文设计了两种简单多处理器模型,包括对称(SMP)与非对称(AMP)模型。利用Simics提供的硬件设备模型语言DML与Python语言搭建了多处理器硬件模拟环境,并且在模拟环境中安装了Linux操作系统。最后通过Simics提供的环境测试命令、读写CPUID以及使用CPU亲和力函数验证了使用Simics模拟的多处理器系统搭建的正确性。
关键词:Simics 模拟器 DML 多处理器 CPUID CPU亲和力
Abstract
This paper studies on the putting up and application of full system simulator Simics. The speedy generation of virtual objective system and establishment of cluster network in Simics environment are achieved through the setting up of Simics 4.0 simulation platform on server and general computers. And the putting up and debug methods of Simics simulation environment is comprehended via the putting up and application of simple embedded platform Ebony.
In the past, the research of multi-processor is conducted by researchers on real device. It’s time-costing and a waste of capital. With the application of Simics, various multi-processor environments can be established. This paper designs two simple multi-processor models, including symmetric (SMP) model and asymmetric (AMP) model. With the hardware modeling language DML applied by Simics, multi-processor hardware simulation environment with Python language can be put up. Linux operating system is also installed in the simulation environment.
At last, the correctness of putting up simulation multi-processor system by Simics is verified by the environment testing order, read and write CPUID, and application of CPU affinity function provided by Simics.
Keyword: Simcis Simulator DML Multi-processor CPUID CPU Affinity目录
第一章 引言 1
1.1 研究背景 1
1.2 Simics的技术特点 2
1.2.1 容易扩展 2
1.2.2 支持回退机制 2
1.3 研究目标 3
第二章 Simics全系统模拟器的安装与调试
文档评论(0)