在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 7418|回复: 7

[求助] sram接口设计:pipeline和flow-through 区别

[复制链接]
发表于 2011-6-16 09:24:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 dlb05061131 于 2011-6-17 15:56 编辑

小弟最近在写通用存储器接口,想问一下有关SRAM的问题:SRAM构建中,PIPELINE和FLOW-THROUGH有什么区别?
发表于 2011-6-28 17:19:58 | 显示全部楼层
PIPELINE: 在w_n有效两个周期后才能写数据、或者 获得读数据了
FLOW-THROUGH:则是在w_n有效后一个周期后
发表于 2013-4-21 12:15:27 | 显示全部楼层
Flow-through dual-ports allow data access without latency. In other words, data from a read is returned on the same clock cycle the read instruction is issued. This is advantageous in applications where access time to a single piece of data is critical. Unfortunately, reading the memory array and returning a value in the same cycle results in a slower operating frequency, and therefore lower device bandwidth. Pipelined dual-ports increase device bandwidth by breaking the read operation into 2 steps. The memory array is accessed during the first clock cycle. The read data is registered and driven to output in the second cycle. As a result, pipelined devices have 1 cycle of latency to read data. However, by breaking the access into 2 steps the clock cycle can be shorted and device bandwidth increased. There is usually no difference in write operations between flow-through and pipelined devices. In future devices, additional pipeline stages may be added. In this case, the read latency will increase to three, four, or more cycles, but this allows continued improvement in device bandwidth.
发表于 2013-4-21 12:16:18 | 显示全部楼层
Pipelined SRAMs: Pipelined 和flow-through SRAM的区别是,pipelined器件在输入和输出端都有一个寄存器。在读操作时,数据可以流入pipeline器件输出寄存器。在下一个时钟周期,数据锁存在器件输出端。这和flow-through器件有所区别,这是因为从pipelinedSRAM 出来的数据会比flow-through的晚一个周期。然而,pipeline器件可以工作在比flow-through器件更高的频率,因为访问会有几个周期的中断。pipeline器件的写操作和flow-through器件相同。
发表于 2013-5-25 11:21:23 | 显示全部楼层
学习了
发表于 2013-5-25 17:41:53 | 显示全部楼层
前者比后者在输出级上多了一组寄存器。可以把块RAM理解成一个组合逻辑,当你地址给到RAM的地址端口时,地址立刻选中了存储单元,存储单元将数据放置在了RAM的输出数据端口上。如果插入一级寄存器,这些数据显然要经过一个时钟周期,即地址准备好后的下一个周期可以看到数据。这个寄存器不管是altera还是xilinx,都是封装 在块RAM的内部的,是否使用由用户确定。分析寄存器到寄存器的时序路径:准备地址的寄存器到块RAM的布线延时、块RAM的响应延时、块RAM到LAB或者CLB内寄存器的布线延时。这个时间是比较长的。我们假设Xilinx使用前者模式 或者 ALTERA使用ACK模式,在这路径中插入了一级寄存器,分割了原本较长的时序路径,我认为这是Pipelined和非ACK模式能运行在一个高频率的 原因 。
发表于 2013-7-28 16:37:07 | 显示全部楼层
学习了,谢谢!
发表于 2013-8-6 23:05:58 | 显示全部楼层
学习了学习了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-20 23:14 , Processed in 0.033601 second(s), 10 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表