当前位置:网站首页>FPGA时钟篇(三) MRCC和SRCC的区别
FPGA时钟篇(三) MRCC和SRCC的区别
2022-08-10 08:42:00 【yundanfengqing_nuc】
我们前面的两篇文章讲了7系列的时钟结构和clock region内部具体组成,这篇文章我们来讨论下MRCC和SRCC的区别。只有7系列的FPGA中才有MRCC和SRCC的说法,到了UltraScale系列,都是叫GC。
看了上一篇文章的同学应该清楚MRCC就是Multi Region的CC,从该管脚输入的时钟可以access到不同的clock region,而SRCC就是Single Region的CC,从该管脚输入的时钟只能access当前clock region。
所以有同学就会觉得,如果想使用全局时钟,就必须将时钟接到MRCC,而不能是SRCC。但这种理解是错误的,下面我们会详细解释。
手册中对MRCC驱动多个clock region的说明如下:
MRCCs can access multiple clock regions and the global clock tree. MRCCs function the same as SRCCs and can additionally drive multi-clock region buffers (BUFMR) to access up to three clock regions
MRCC通过BUFMR来access最多三个clock region,从下面的图也可以看出,已经用红色的线将MRCC的路径都标出来,可以看到,MRCC通过了BUFMR到达了CMT Backbone(如果对CMT Backbone不理解,可以看前面两篇文章),然后就可以access其他的clock region了。
image-20220407215828708
从上面这个图可以看出,MRCC可以直接驱动BUFR和BUFIO,也可以先经过BUFMR后再驱动BUFIO和BUFR。
SRCC的路径在下面的图中用红色的线标识出来,可看到,它的路径只在当前的clock region里面。
image-20220407215904803
An MRCC pin pair can drive a specific BUFMR, which in turn can drive BUFIOs and BUFRs in the same and adjacent regions facilitating multi-region/bank interfaces. Similarly, a GT quad can also drive the BUFMRs
下面这个表格解释的就更加清晰了,MRCC和SRCC都是由外部的时钟驱动,而且MRCC和SRCC的区别就在于MRCC可以驱动BUFMR,SRCC不行。其他基本都一样,它们都可以驱动四个BUFIO、四个BUFR、一个CMT、上下相邻的CMT、16个BUFG和BUFH。
其中有一点很关键,就是它们都可以驱动BUFG和BUFH,这就意味着,从MRCC和SRCC进来的时钟都可以access全局时钟树,也就都可以当做全局时钟。
Clock-capable inputs are organized as 2 MRCC and 2 SRCC pairs in each I/O bank. SRCCs access a single clock region and the global clock tree, as well as other CMTs above and below in the same column. SRCCs can drive:
• Regional clocks lines (BUFR, BUFH, BUFIO) within the same clock region
• CMTs in the same clock region and adjacent clock regions.
• Global clocks lines (BUFG) in the same top/bottom half of the device.
MRCCs can access multiple clock regions and the global clock tree. MRCCs function the same as SRCCs and can additionally drive multi-clock region buffers (BUFMR) to access up to three clock regions.
所以,SRCC进来的时钟,虽然不能直接驱动其他clock region,但接到BUFG上之后,仍然可以通过BUFG来驱动其他的clock region。
最后我们多提一点,在手册中一些表达可能对于很多同学不好理解。比如上面那张表里描述的:
MRCCs that are located in the same clock region and on the same left/right side of the device drive:
字面意思很好理解,也没有什么生僻单词。同一个clock region里的MRCC可以驱动下面那些模块,那为什么又提到the same left/right side
呢?如果看了第一篇文章的同学可能比较好理解,因为FPGA里面有个纵向的Clock Backbone
,以这个为间隔分成了左右两部分,所有的全局时钟都在这个Clock Backbone
里面。
这个表里面还提到一句:
MRCCs within the same half top/bottom drive:
• 16 BUFGs
这里为什么又要求是上下了呢?这个问题的答案还是在第一篇文章,FPGA里面有个Horizontal Center,将FPGA的BUFG分割成上下相等的两部分,上下各有16个BUFG。
边栏推荐
猜你喜欢
J9数字论:Web3.0+互联网电商会引起怎样的火花?
本地生活商家如何通过短视频赛道,提升销量曝光量?
ARM体系结构2:处理器内核和汇编指令集
iwemeta元宇宙:阿里首任COO:如何打造销售铁军
Solve the problem that the win10win7win8 system cannot find the specified module and cannot register the desert plug-in
【 WeChat applet 】 read page navigation
[Learn Rust together | Advanced articles | RMQTT library] RMQTT message server - installation and cluster configuration
如何远程调试对方的H5页面
How AliExpress sellers seize product search weight
2022-08-01 网工进阶(二十三) VLAN高级技术-VLAN聚合、MUX VLAN
随机推荐
Rust学习:6.1_复合类型之切片
DAY25:逻辑漏洞
Rust学习:6.5_复合类型之数组
Rust学习:6.2_复合类型之元组
[深入研究4G/5G/6G专题-56]: L3信令控制-5-无线承载管理
【微信小程序】一文读懂页面导航
mySQL add, delete, modify and check advanced
【 WeChat applet 】 read page navigation
Guys, may I ask, the oraclecdc error report is not serialized, but I see that the source code does not inherit serialization, what is the reason?
JS reduce
2022-08-01 Advanced Network Engineering (24) STP Advanced Knowledge
[Learn Rust together | Advanced articles | RMQTT library] RMQTT message server - installation and cluster configuration
怎么使用【jmeter正则表达式提取器】解决返回值作参数的问题
90. (cesium house) cesium height monitoring events
UGUI—事件,iTween插件
1-31部 1-31套 和硬件工程师90天学习资料及笔记汇总
m.bjhjwy.com全面教学设备 类型包括: 教学仪器, 教学设备 ,
Binary tree --- heap
mySQL增删改查进阶
Process management (dynamic)