电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

72291L15TFGI8

产品描述FIFO, 128KX9, 10ns, Synchronous, CMOS, PQFP64, GREEN, STQFP-64
产品类别存储    存储   
文件大小419KB,共26页
制造商IDT (Integrated Device Technology)
标准
下载文档 详细参数 全文预览

72291L15TFGI8概述

FIFO, 128KX9, 10ns, Synchronous, CMOS, PQFP64, GREEN, STQFP-64

72291L15TFGI8规格参数

参数名称属性值
是否Rohs认证符合
厂商名称IDT (Integrated Device Technology)
包装说明LFQFP,
Reach Compliance Codeunknown
ECCN代码EAR99
最长访问时间10 ns
其他特性RETRANSMIT; AUTO POWER DOWN; EASY EXPANDABLE IN DEPTH AND WIDTH
周期时间15 ns
JESD-30 代码S-PQFP-G64
长度10 mm
内存密度1179648 bit
内存宽度9
功能数量1
端子数量64
字数131072 words
字数代码128000
工作模式SYNCHRONOUS
最高工作温度85 °C
最低工作温度-40 °C
组织128KX9
可输出YES
封装主体材料PLASTIC/EPOXY
封装代码LFQFP
封装形状SQUARE
封装形式FLATPACK, LOW PROFILE, FINE PITCH
并行/串行PARALLEL
峰值回流温度(摄氏度)260
座面最大高度1.6 mm
最大供电电压 (Vsup)5.5 V
最小供电电压 (Vsup)4.5 V
标称供电电压 (Vsup)5 V
表面贴装YES
技术CMOS
温度等级INDUSTRIAL
端子形式GULL WING
端子节距0.5 mm
端子位置QUAD
处于峰值回流温度下的最长时间30
宽度10 mm
Base Number Matches1

文档预览

下载PDF文档
CMOS SuperSync FIFO™
65,536 x 9
131,072 x 9
FEATURES:
IDT72281
IDT72291
Choose among the following memory organizations:
IDT72281
65,536 x 9
IDT72291
131,072 x 9
Pin-compatible with the IDT72261LA/72271LA SuperSync FIFOs
10ns read/write cycle time (6.5ns access time)
Fixed, low first word data latency time
Auto power down minimizes standby power consumption
Master Reset clears entire FIFO
Partial Reset clears data, but retains programmable
settings
Retransmit operation with fixed, low first word data
latency time
Empty, Full and Half-Full flags signal FIFO status
Programmable Almost-Empty and Almost-Full flags, each flag
can default to one of two preselected offsets
Program partial flags by either serial or parallel means
Select IDT Standard timing (using
EF
and
FF
flags) or First
Word Fall Through timing (using
OR
and
IR
flags)
Output enable puts data outputs into high impedance state
Easily expandable in depth and width
Independent Read and Write clocks (permit reading and writing
simultaneously)
Available in the 64-pin Thin Quad Flat Pack (TQFP) and the 64-
pin Slim Thin Quad Flat Pack (STQFP)
High-performance submicron CMOS technology
Industrial temperature range (-40°C to +85°C) is available
The IDT72281/72291 are exceptionally deep, high speed, CMOS First-In-
First-Out (FIFO) memories with clocked read and write controls. These FIFOs
offer numerous improvements over previous SuperSync FIFOs, including the
following:
The limitation of the frequency of one clock input with respect to the other has
been removed. The Frequency Select pin (FS) has been removed, thus
it is no longer necessary to select which of the two clock inputs, RCLK or
WCLK, is running at the higher frequency.
The period required by the retransmit operation is now fixed and short.
The first word data latency period, from the time the first word is written to an
empty FIFO to the time it can be read, is now fixed and short. (The variable
clock cycle counting delay associated with the latency period found on
previous SuperSync devices has been eliminated on this SuperSync family.)
SuperSync FIFOs are particularly appropriate for network, video, telecom-
munications, data communications and other applications that need to buffer
large amounts of data.
DESCRIPTION:
FUNCTIONAL BLOCK DIAGRAM
WEN
WCLK
D
0
-D
8
LD SEN
INPUT REGISTER
OFFSET REGISTER
FF/IR
PAF
EF/OR
PAE
HF
FWFT/SI
WRITE CONTROL
LOGIC
RAM ARRAY
65,536 x 9
131,072 x 9
FLAG
LOGIC
WRITE POINTER
READ POINTER
READ
CONTROL
LOGIC
OUTPUT REGISTER
MRS
PRS
RT
RESET
LOGIC
RCLK
REN
OE
Q
0
-Q
8
4675 drw01
IDT, IDT logo are registered trademarks of Integrated Device Technology, Inc. The SuperSync FIFO is a trademark of Integrated Device Technology, Inc.
COMMERCIAL AND INDUSTRIAL TEMPERATURE RANGES
1
MARCH 2013
DSC-4675/5
©
2013 Integrated Device Technology, Inc. All rights reserved. Product specifications subject to change without notice.
电子钟
#include #define uchar unsigned char uchar duan={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; uchar wei={0x01,0x02,0x04,0x08,0x10,0x20}; uchar zhong={0,0,0,0,0,0}; uch ......
ena 51单片机
在EBOOT中如何读写SDRAM,有相关现出的函数可以调用么?还是要自己写函数?
在EBOOT中如何读写SDRAM,有相关现出的函数可以调用么?还是要自己写函数?...
hsywgf 嵌入式系统
从PC机上访问WINCE模拟器的HTTP服务器问题
大家好. 我定制了一个带HTTP服务器的WINCE系统,在模拟器上跑.在模拟器上的浏览器上能访问,可是在PC上的IE访问不到.我已经在DOWNLOAD里ETHERNET SUPPORT里面选择了虚拟交换机了,出了什么问题? ......
kakashilw 嵌入式系统
大家好,我想问一下RTL方面的问题
为什么我换一个中间信号的名字RTL图就立刻变了呢。...
yaxuangela FPGA/CPLD
给一个static text填充位图的问题(CE6下)
问题描述: 在CE6下给一个static text填充一个位图,可以看到位图已经加载显示出来,但是被原来的static text覆盖了一部分,即原来的static text没有被指定的位图覆盖 代码过程: 首先我通过 ......
xrg0228 嵌入式系统
ucgui在MSP430上的移植
最近想在430板子上移植ucgui.由于本人愚笨,琢磨了好几天都没能移植成功,因此在论坛上求助各位大虾,能否为小弟指点迷津如果有人做过这个实验的大虾,殷切希望大虾能不吝赐教,最好能把你的工 ......
扫把鑫 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1240  2270  662  1146  2399  28  22  48  14  9 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved