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

关键词

搜索

型号

搜索

72221L15PFGI8

产品描述FIFO IDT
产品类别存储   
文件大小280KB,共14页
制造商IDT(艾迪悌)
官网地址http://www.idt.com/
下载文档 详细参数 全文预览

72221L15PFGI8在线购买

供应商 器件名称 价格 最低购买 库存  
72221L15PFGI8 - - 点击查看 点击购买

72221L15PFGI8概述

FIFO IDT

72221L15PFGI8规格参数

参数名称属性值
产品种类
Product Category
FIFO
制造商
Manufacturer
IDT(艾迪悌)
RoHSDetails
封装 / 箱体
Package / Case
TQFP-32
系列
Packaging
Reel
高度
Height
1.4 mm
长度
Length
7 mm
Moisture SensitiveYes
工厂包装数量
Factory Pack Quantity
2000
宽度
Width
7 mm

文档预览

下载PDF文档
CMOS SyncFIFO
64 x 9, 256 x 9, 512 x 9,
1,024 x 9, 2,048 x 9,
4,096 x 9 and 8,192 x 9
FEATURES:
IDT72421, IDT72201
IDT72211, IDT72221
IDT72231, IDT72241
IDT72251
64 x 9-bit organization (IDT72421)
256 x 9-bit organization (IDT72201)
512 x 9-bit organization (IDT72211)
1,024 x 9-bit organization (IDT72221)
2,048 x 9-bit organization (IDT72231)
4,096 x 9-bit organization (IDT72241)
8,192 x 9-bit organization (IDT72251)
10 ns read/write cycle time
Read and Write Clocks can be independent
Dual-Ported zero fall-through time architecture
Empty and Full Flags signal FIFO status
Programmable Almost-Empty and Almost-Full flags can be set
to any depth
Programmable Almost-Empty and Almost-Full flags default to
Empty+7, and Full-7, respectively
Output enable puts output data bus in high-impedance state
Advanced submicron CMOS technology
Available in the 32-pin plastic leaded chip carrier (PLCC) and
32-pin Thin Quad Flat Pack (TQFP)
For through-hole product please see the IDT72420/72200/72210/
72220/72230/72240 data sheet
Industrial temperature range (–40°C to +85°C) is available
°
°
Green parts available, see ordering information
The IDT72421/72201/72211/72221/72231/72241/72251 SyncFIFO™
are very high-speed, low-power First-In, First-Out (FIFO) memories with
clocked read and write controls. These devices have a 64, 256, 512, 1,024,
2,048, 4,096, and 8,192 x 9-bit memory array, respectively. These FIFOs are
applicable for a wide variety of data buffering needs such as graphics, local area
networks and interprocessor communication.
These FIFOs have 9-bit input and output ports. The input port is controlled
by a free-running clock (WCLK), and two write enable pins (WEN1, WEN2).
Data is written into the Synchronous FIFO on every rising clock edge when
the write enable pins are asserted. The output port is controlled by another clock
pin (RCLK) and two read enable pins (REN1,
REN2).
The Read Clock can
be tied to the Write Clock for single clock operation or the two clocks can run
asynchronous of one another for dual-clock operation. An output enable pin
(OE) is provided on the read port for three-state control of the output.
The Synchronous FIFOs have two fixed flags, Empty (EF) and Full (FF).
Two programmable flags, Almost-Empty (PAE) and Almost-Full (PAF), are
provided for improved system control. The programmable flags default to
Empty+7 and Full-7 for
PAE
and
PAF,
respectively. The programmable flag
offset loading is controlled by a simple state machine and is initiated by asserting
the load pin (LD).
These FIFOs are fabricated using high-speed submicron CMOS technology.
DESCRIPTION:
FUNCTIONAL BLOCK DIAGRAM
WCLK
WEN1
WEN2
D
0
- D
8
LD
INPUT REGISTER
OFFSET REGISTER
EF
PAE
PAF
FF
WRITE CONTROL
LOGIC
RAM ARRAY
64 x 9, 256 x 9,
512 x 9, 1,024 x 9,
2,048 x 9, 4,096 x 9,
8,192 x 9
FLAG
LOGIC
WRITE POINTER
READ POINTER
READ CONTROL
LOGIC
OUTPUT REGISTER
RESET LOGIC
RCLK
REN1
REN2
RS
OE
Q
0
- Q
8
2655 drw01
IDT and the IDT logo are registered trademarks of Integrated Device Technology, Inc. The SyncFIFO is a registered trademark of Integrated Device Technology, Inc.
COMMERCIAL AND INDUSTRIAL TEMPERATURE RANGES
1
©
2013
AUGUST 2013
DSC-2655/6
Integrated Device Technology, Inc. All rights reserved. Product specifications subject to change without notice.
学习单片机的几个必要条件!!!
很多朋友都在学习单片机或是想学单片机,但在看了一些资料后,要么感到不知道学的什么,要么找不到下一步的学习方法,这都很正常,因为单片机的学习是一项综全性知识的结果。那么怎样学习单片机 ......
牛默默 单片机
求助
虚拟机中的Linux停在 red hat enterprise linux release 6.3(Santiago)C:\Users\Administrator\Desktop...
tingStyle Linux开发
can't resolve multiple constant drivers for net cnt_count[3]
请求大侠 以下程序cnt_count哪边出错了啊 module tx_uart(clk_100, rst, tx_shuju, tx_flag, tx_data, tx_finish_flag); input clk_100; input rst; input tx_flag; input tx_shuju; ......
lidabao FPGA/CPLD
高分 想做GPS+GPRS,gprs端的信息是怎样采集回来
想做GPS+GPRS,gprs端的信息是怎样采集回来 ...
haobin 嵌入式系统
教你diy空气净化器详细教程
本帖最后由 一个小白 于 2014-3-2 22:13 编辑 情深深,雾霾霾。北京的天实在太可怕了,出门建议大家带个口罩,在屋内有条件的可以考虑来个空气净化器。 本帖主要是告诉你一个别人 ......
一个小白 创意市集
SHLoadDIBitmap读取失败的问题
我在wince中存储了30几个bmp图片,它们与我的exe处于同一个文件下,我用 GetModuleFileName(NULL,pBuf,sizeof(pBuf)/sizeof(wchar_t)) 得到我的exe程序的位置如下\input.exe,现在我用下面的语句 ......
hosdap 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1195  885  349  458  1390  50  24  18  48  22 

器件索引   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