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

关键词

搜索

型号

搜索

IDT71V3577YS85PF8

产品描述IC sram 4.5mbit 8.5ns 100tqfp
产品类别存储   
文件大小237KB,共22页
制造商IDT(艾迪悌)
官网地址http://www.idt.com/
下载文档 全文预览

IDT71V3577YS85PF8概述

IC sram 4.5mbit 8.5ns 100tqfp

文档预览

下载PDF文档
128K X 36, 256K X 18
3.3V Synchronous SRAMs
3.3V I/O, Flow-Through Outputs
Burst Counter, Single Cycle Deselect
Features
IDT71V3577YS
IDT71V3579YS
IDT71V3577YSA
IDT71V3579YSA
Description
The IDT71V3577/79 are high-speed SRAMs organized as
128K x 36/256K x 18. The IDT71V3577/79 SRAMs contain write, data,
address and control registers. There are no registers in the data output
path (flow-through architecture). Internal logic allows the SRAM to gen-
erate a self-timed write based upon a decision which can be left until the
end of the write cycle.
The burst mode feature offers the highest level of performance to the
system designer, as the IDT71V3577/79 can provide four cycles of data
for a single address presented to the SRAM. An internal burst address
counter accepts the first cycle address from the processor, initiating the
access sequence. The first cycle of output data will flow-through from the
array after a clock-to-data access time delay from the rising clock edge of
the same cycle. If burst mode operation is selected (ADV=LOW), the
subsequent three cycles of output data will be available to the user on the
next three rising clock edges. The order of these three addresses are
defined by the internal burst counter and the
LBO
input pin.
The IDT71V3577/79 SRAMs utilize IDT’s latest high-performance
CMOS process and are packaged in a JEDEC standard 14mm x 20mm
100-pin thin plastic quad flatpack (TQFP) as well as a 119 ball grid array
(BGA) and a 165 fine pitch ball grid array (fBGA).
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Input
Output
Input
Input
I/O
Supply
Supply
Synchronous
Synchronous
Synchronous
Asynchronous
Synchronous
Synchronous
Synchronous
N/A
Synchronous
Synchronous
Synchronous
DC
Synchronous
Synchronous
N/A
Synchronous
Asynchronous
Asynchronous
Synchronous
N/A
N/A
128K x 36, 256K x 18 memory configurations
Supports fast access times:
Commercial:
– 6.5ns up to 133MHz clock frequency
– 7.5ns up to 117MHz clock frequency
Commercial and Industrial:
– 8.0ns up to 100MHz clock frequency
– 8.5ns up to 87MHz clock frequency
LBO
input selects interleaved or linear burst mode
Self-timed write cycle with global write control (GW), byte write
enable (BWE), and byte writes (BWx)
3.3V core power supply
Power down controlled by ZZ input
3.3V I/O
Optional - Boundary Scan JTAG Interface (IEEE 1149.1
compliant)
Packaged in a JEDEC Standard 100-pin plastic thin quad
flatpack (TQFP), 119 ball grid array (BGA) and 165 fine pitch ball
grid array
Pin Description Summary
A
0
-A
17
CE
CS
0
,
CS
1
OE
GW
BWE
BW
1
,
BW
2
,
BW
3
,
BW
4
(1)
CLK
ADV
ADSC
ADSP
LBO
TMS
TDI
TCK
TDO
TRST
ZZ
I/O
0
-I/O
31
, I/O
P1
-I/O
P4
V
DD
, V
DDQ
V
SS
Address Inputs
Chip Enable
Chip Selects
Output Enable
Global Write Enable
Byte Write Enable
Individual Byte Write Selects
Clock
Burst Address Advance
Address Status (Cache Controller)
Address Status (Processor)
Linear / Interleaved Burst Order
Test Mode Select
Test Data Input
Test Clock
Test Data Output
JTAG Reset (Optional)
Sleep Mode
Data Input / Output
Core Power, I/O Power
Ground
NOTE:
1.
BW
3
and
BW
4
are not applicable for the IDT71V3579.
1
©2006 Integrated Device Technology, Inc.
APRIL 2006
DSC-6450/0A
6450tbl 01
关于SDI接口芯片的问题
高清传输方案采用IMX6平台,SDI接收芯片使用的是GS2971A-IBE3,我看了ARM的手册最大支持16bit的CIS0输入,可是SDI芯片手册介绍有10bit和20bit,我要使用BT.1120的话,该怎么接啊?可以选16根吗 ......
taotao52099 ARM技术
WINCE6.0 文件系统读写速度测试
在项目开发中遇到一个问题: 目前使用WINCE600 R3 系统,和一块高性能的ARM CPU Memory文件读写测试: 读写速度 4.5MByte 每秒,(用同样的硬件环境在Linux下可达37.5MByte 每秒) IDE硬盘读 ......
dyongor 嵌入式系统
是德科技(安捷伦)2015航天航空与国防电子测量技术论坛西安站启航
是德科技2015航天航空与国防电子——西安站 提前注册,现场可领取精美礼品一份,先到先得!:pleased: 182560 2014年12月23日全天,是德科技诚挚邀请您参加于西安皇冠假日酒店举办 ......
eric_wang 测试/测量
求一个高效的adc转换方案
求一个高效的adc转换方案 我现在用stm32f103vc,ADC需要转换4个通道的数据,其中0、1、3通道需要每秒转换200次,2通道需要每秒转换2000次,哪位大侠能提供一个高效率,编程简单的转换方案 ......
清容亲王 stm32/stm8
python学习-素数练习
本帖最后由 star_66666 于 2017-12-21 15:25 编辑 进入第四天学习,遇到一个练习 请尝试用filter()删除1~100的素数 首先要明白什么是素数:百度一下 质数(prime number)又称素数,有无 ......
star_66666 MicroPython开源版块
关于嵌入式C语言指针的解析
C语言作为嵌入式开发的基础语言已经越来越让工程师们知道它的厉害:可以直接操控寄存器,方便CPU的功能设置;可以直接操作物理地址,并进行位的操作进而达到硬件的操作等等。如果你用8位16位 ......
Jacktang 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 885  1990  1054  915  1185  19  8  17  20  13 

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