当前位置: 首页 > article >正文

First - Word Fall - Through ( FWFT ) Read Operation

When looking at Xilinx 8 Kintex-7 4 FPGAs memory resources 32, you’ll find that its FIFO generators support two modes of read options - standard read operating and FWFT read operation. What is FWFT?

FWFT is a acronym for First-Word Fall-Through. It is generally used to describe a FIFO operation in the memory. The FWFT feature provides the ability to look-ahead to the next word available from the FIFO without issuing a read operation. When data is available in the FIFO, the first word falls through the FIFO and appears automatically on the output bus (dout).

Once the first word appears on dout, empty is deasserted indicating one or more readable words in the FIFO, and VALID is asserted, indicating a valid word is present on dout. Below figure shows a FWFT read access.

添加链接描述
Unlike the standard read mode, the FWFT empty flag is asserted after the last data is read from the FIFO. When empty is asserted, VALID is deasserted. In the standard read mode, when empty is asserted, VALID is asserted for 1 clock cycle. The FWFT feature also increases the effective read depth of the FIFO by two read words. The FWFT feature adds two clock cycle latency to the deassertion of empty, when the first data is written into a empty FIFO.

FWFT is useful in applications that require Low-latency access to data and to applications that require throttling based on the contents of the read data.


http://www.kler.cn/news/368603.html

相关文章:

  • LeetCode 107.二叉树的层次遍历 II
  • 帝佛卡干邑荣耀登陆泰国王权King Power
  • nginx配置本地缓存用于提高响应效率
  • JavaEE初阶---文件IO总结
  • react18中的合成事件与浏览器中的原生事件
  • 2024系统架构师---真题考试知识点
  • 【制造业&PPE】施工安全防护装备检测系统源码&数据集全套:改进yolo11-RVB-EMA
  • ubuntu20上部署gitlab并开启ipv6访问
  • 鸿蒙生态开发以及技术栈介绍
  • 图像平滑处理
  • 关于Drawio调整圆角弧度
  • 突破AI极限!GPT写的英语作文在全国大学生大赛中得分99!
  • No.19 笔记 | WEB安全 - 任意文件操作详解 part 1
  • JAVA基础面试题准备
  • SQL进阶技巧:巧用异或运算解决经典换座位问题
  • C语言数据结构学习:单链表
  • 【Ubuntu】服务器系统重装SSHxrdpcuda
  • C语言 | Leetcode C语言题解之第507题完美数
  • 资源所有者管理共享交换机
  • 啤酒游戏—企业经营决策沙盘
  • 人工智能_神经网络103_感知机_感知机工作原理_感知机具备学习能力_在学习过程中自我调整权重_优化效果_多元线性回归_逻辑回归---人工智能工作笔记0228
  • 落实“双碳”行动,深兰科技推动分子能源技术在AI硬件产品领域的应用及产业化进程
  • 【开发日记】如何让指定用户执行sudo命令时无需输入密码
  • 例程学习(学习笔记)
  • 盲盒小程序/APP系统,市场发展下的新机遇
  • <<机器学习实战>>15-26节笔记:逻辑回归参数估计、梯度下降及优化、模型评价指标