摘要: 串行传输技术具有更高的传输速率和更低的设计成本, 已成为业界首选, 被广泛应用于高速通信领域。提出了一种新的高速串行传输接口的设计方案, 改进了Aurora 协议数据帧格式定义的弊端, 并采用高速串行收发器Rocket I/O, 实现数据率为2.5 Gbps的高速串行传输。关键词: 高速串行传输; Rocket I/O; Aurora 协议 为促使FPGA 芯片与串行传输技术更好地结合以满足市场需求, Xilinx 公司适时推出了内嵌高速串行收发器RocketI/O 的Virtex II Pro 系列FPGA 和可升级的小型链路层协议———Aurora 协议。Rocket I/O支持从622 Mbps 至3.125 Gbps的全双工传输速率, 还具有8 B/10 B 编解码、时钟生成及恢复等功能, 可以理想地适用于芯片之间或背板的高速串行数据传输。Aurora 协议是为专有上层协议或行业标准的上层协议提供透明接口的第一款串行互连协议, 可用于高速线性通路之间的点到点串行数据传输, 同时其可扩展的带宽, 为系统设计人员提供了所需要的灵活性[4]。但该协议帧格式的定义存在弊端,会导致系统资源的浪费。本文提出的设计方案可以改进Aurora 协议的固有缺陷,提高系统性能, 实现数据率为2.5 Gbps 的高速串行传输, 具有良好的可行性和广阔的应用前景。
上传时间: 2013-10-13
上传用户:lml1234lml
注塑成型
上传时间: 2013-11-03
上传用户:cc1
《西门子S7-200 PLC应用100例》主要以西门子S7-200 PLC为主体,按基础知识、扩展提高和高级应用的结构体系,由浅入深、循序渐进地介绍了PLC基本逻辑控制、高级功能模块、PLC网络、人机界面及工程应用等综合内容,并以实例描述的形式进行表达。内容既注重系统、全面、新颖,又力求叙述简练、层次分明、通俗易懂。在编写形式上,既注重从实际应用的角度出发,又涵盖理论知识的阐述,使读者能够针对各自不同的需求,按照对应的应用范例,快速找到解决实际问题的方法,同时也能加深对相关理论知识的了解,利于扩展思路,提高解决问题的效率。《西门子S7-200 PLC应用100例》可供从事PLC控制系统设计、开发的广大科技人员阅读,也可以作为各类高等学校工业自动化、电气工程及自动化、计算机应用、机电一体化等相关专业的参考资料。
上传时间: 2013-10-28
上传用户:cc1915
电源电路,放大电路,信号产生电路,信号处理电路,声音报警电路,传感器电路,功率接口电路,显示电路,ad da电路
上传时间: 2013-11-16
上传用户:JIMMYCB001
第一章TOPAV-2008单片机试验开发系统简介 TOPAV-2008单片机实验开发系统是一款专业的高级单片机实验开发板,内置丰富的试验硬件资源和接口,特别适合单片机初学者和音响软件开发工程师!国内首创! 从单片机入门到开发复杂的功放大型程序,TOPAV-2008开发板和所配置的大量入门及专业教程,完整丰富的例程,大量专业器件行业资料,将逐步引领您快速入门与提高,减少您对音响软件的摸索时间,大胆公开音响行业保密的编程技术及传统经典商业程序模块,我们的目的是希望您通过对例程的学习,真正能独立编写大型的程序! TOPAV-2008首创PT2314/PT2257/FM62429系列音效IC,360度旋转编码电位器音量控制,VFDPT6312,VFDPT6311显示模块,PLL汽车数字调谐AM/FM收音机,以及入门必备的数码管,流水灯,LED,继电器,蜂鸣器等,让您迅速掌握遥控花式灯,数码管秒表,数码管电子表,遥控解码,键盘按键扫描,真空荧光显示屏的显示,6311/6312按键扫描,PT2314输入切换,音量调节,高低音调节,平衡调节,“摇滚”“流行”“爵士“…等8种音效模式,动态频谱显示,复杂的汽车数字收音AM/FM的手动电台接收等等!
上传时间: 2013-11-18
上传用户:dragonhaixm
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
实时操作系统_uCOS-II 的教学课件,比较难找,是北京英倍特公司的培训资料。
上传时间: 2013-12-17
上传用户:qw12
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99