博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
the advantages of using SRL16 to make large delay
阅读量:6670 次
发布时间:2019-06-25

本文共 799 字,大约阅读时间需要 2 分钟。

Hi all,

 

   Xilinx recommend using SRL16 to make large delay instead of cascade flip-flops. Can you tell me the advantages of it? And for the large delay, it often uses SRL16+flip-flop which means the last delay element is flip-flop. Can you tell me why the last delay element is not SRL16 but a flip-flop?

 

At least a couple of advantages:

 

1. less area. Using a single SRL you can implement up to 32-cycle shift register. 

2. performance. Routing delays between cascaded flops decreases the performance (Fmax) comparing to SRL.

 

The clock-to-output time of a flop is much lower than clock-to-output of an SRL. For example, Virtex-6 clock-to-output of a flop is 0.33ns, whereas SRL is 1.3ns (from ds152 - Virtex-6 switching characteristics). That's why it makes sense to add a flop on the output of an SRL.

 

转载地址:http://wnoxo.baihongyu.com/

你可能感兴趣的文章
ACM题集以及各种总结大全(转)
查看>>
java EE初次理解
查看>>
zoj 2339 Hyperhuffman 哈夫曼编码 (c)
查看>>
PYTHON-基本数据类型-元祖类型,字典类型,集合类型
查看>>
初来乍到
查看>>
iOS中文网址路径转换URLEncode
查看>>
写JSP文件遇到的一个问题
查看>>
NFS 服务配置篇
查看>>
HashRouter与BrowserRouter的异同
查看>>
EL表达式
查看>>
函数类型
查看>>
Break和Continue的用法
查看>>
CMD命令
查看>>
Angular练习题
查看>>
backbone 学习之history
查看>>
【转】Unity3D运行时刻资源管理
查看>>
【Java】数组升序和降序
查看>>
Implement Trie (Prefix Tree)
查看>>
【佛法】由佛法观爱情与人生——一位居士对爱情、婚姻和家庭的体悟
查看>>
Recover Binary Search Tree
查看>>