- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Nios嵌入式系统的外设接口开发与误码率运算论文
摘 要
SOPC是Altera公司提出的一种灵活、高效的片上系统设计方案,它可以有选择地将处理器、存储器、I/O等系统设计需要的组件集成到一个PLD器件上。但是为了构建一个高效的片上系统,用户需要面向应用的IP组件。IP组件可以由供应商提供,或者是用户自定义。在SOPC设计中可方便地加入用户自定义逻辑,而用户自定义逻辑具有灵活性、紧耦合性、高效率、低功耗等特性,使SOPC设计的优越性得以充分体现。
Nios II是基于RISC技术的通用嵌入式处理器软内核,它专门为可编程逻辑进行了优化设计,也为可编程片上系统(SOPC)设计了一整套综合解决方案。Nios处理器采用16位指令集,16/32位数据通道,5级流水线技术,平均一个时钟周期处理一条指令,性能高达50 MIPS。
本文先对对Nios微处理器作了简单的介绍,然后通过设计自定义外设接口阐述了用户自定义外设系统的开发方法和过程。本文还介绍了Nios II IDE软件开发环境,在此基础上,用C语言实现了误码率运算功能。
SOPC技术利用IP库,可以快速生成嵌入式系统。同时,可以方便地把用户自定义的逻辑加入到系统中;事实表明,使用SOPC解决方案Nios可大大缩短开发时间和增加开发的灵活性。
关键词:Nios处理器,SOPC Builder,自定义外设接口,误码率
Abstract
SOPC is a flexible、efficient SOC design methodology which is developed by Altera corporation. It can build a SOC design by integrating processor、memory、I/Os and other peripherals selectively into a PLD. In order to build an efficient SOC, application-oriented IP cores are needed. IP cores can be provided by manufacturer or come from user-defined logic. User-defined logic can be added conveniently into SOPC design and it is the flexibility、tight coupling、high efficiency and low power consuming of user-defined logic that render SOPC special advantage.
The Nios II processor is a general-purpose RISC processor soft-core, It is optimized for programming logic specially, and also provides a complete synthetic solution scheme for the SOPC. Nios II processor provides 16-bit dedicated instructions, 16/32 data path, 5- stage-pipelining technology, and performances to 50 MIPS.
This paper introduces the architecture of the Nios firstly, and then demonstrates the design flow and method of custom peripheral system through the design user-defined logic interface. This paper also introduces the Nios II IDE, based which the BER function is accomplished with C language.
SOPC can generate an embedded system quickly by using the IP pool, and also can add the custom peripherals to the system conveniently. Practically, the solution scheme of the SOPC can
文档评论(0)