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

关键词

搜索

型号

搜索

CY7C1372D

产品描述18-Mbit (512 K x 36/1 M x 18) Pipelined SRAM with NoBL Architecture
文件大小863KB,共33页
制造商Cypress(赛普拉斯)
下载文档 全文预览

CY7C1372D概述

18-Mbit (512 K x 36/1 M x 18) Pipelined SRAM with NoBL Architecture

文档预览

下载PDF文档
CY7C1370D, CY7C1372D
18-Mbit (512 K × 36/1 M × 18) Pipelined
SRAM with NoBL™ Architecture
18-Mbit (512 K × 36/1 M × 18) Pipelined SRAM with NoBL™ Architecture
Features
Functional Description
The CY7C1370D and CY7C1372D are 3.3 V, 512 K × 36 and
1 M × 18 synchronous pipelined burst SRAMs with No Bus
Latency™ (NoBL logic, respectively. They are designed to
support unlimited true back-to-back read/write operations with
no wait states. The CY7C1370D and CY7C1372D are equipped
with the advanced (NoBL) logic required to enable consecutive
read/write operations with data being transferred on every clock
cycle. This feature dramatically improves the throughput of data
in systems that require frequent write/read transitions. The
CY7C1370D and CY7C1372D are pin compatible and
functionally equivalent to ZBT devices.
All synchronous inputs pass through input registers controlled by
the rising edge of the clock. All data outputs pass through output
registers controlled by the rising edge of the clock. The clock
input is qualified by the clock enable (CEN) signal, which when
deasserted suspends operation and extends the previous clock
cycle.
Write operations are controlled by the byte write selects
(BW
a
–BW
d
for CY7C1370D and BW
a
–BW
b
for CY7C1372D)
and a write enable (WE) input. All writes are conducted with
on-chip synchronous self-timed write circuitry.
Three synchronous chip enables (CE
1
, CE
2
, CE
3
) and an
asynchronous output enable (OE) provide for easy bank
selection and output tri-state control. In order to avoid bus
contention, the output drivers are synchronously tristated during
the data portion of a write sequence.
Pin-compatible and functionally equivalent to ZBT™
Supports 250-MHz bus operations with zero wait states
Available speed grades are 250, 200, and 167 MHz
Internally self-timed output buffer control to eliminate the need
to use asynchronous OE
Fully registered (inputs and outputs) for pipelined operation
Byte write capability
3.3 V core power supply (V
DD
)
3.3 V/2.5 V I/O power supply (V
DDQ
)
Fast clock-to-output times
2.6 ns (for 250 MHz device)
Clock enable (CEN) pin to suspend operation
Synchronous self-timed writes
Available in JEDEC-standard Pb-free 100-pin TQFP, Pb-free
and non Pb-free 119-ball BGA and 165-ball FBGA package
IEEE 1149.1 JTAG-compatible boundary scan
Burst capability—linear or interleaved burst order
“ZZ” sleep mode option and stop clock option
Logic Block Diagram - CY7C1370D (512 K × 36)
A0, A1, A
MODE
CLK
CEN
ADDRESS
REGISTER 0
A1
A1'
D1
Q1
A0
A0'
BURST
D0
Q0
LOGIC
ADV/LD
C
WRITE ADDRESS
REGISTER 1
WRITE ADDRESS
REGISTER 2
C
ADV/LD
BW
a
BW
b
BW
c
BW
d
WE
WRITE REGISTRY
AND DATA COHERENCY
CONTROL LOGIC
WRITE
DRIVERS
MEMORY
ARRAY
S
E
N
S
E
A
M
P
S
O
U
T
P
U
T
R
E
G
I
S
T
E
R
S
D
A
T
A
S
T
E
E
R
I
N
G
O
U
T
P
U
T
B
U
F
F
E
R
S
E
DQ s
DQ P
a
DQ P
b
DQ P
c
DQ P
d
E
INPUT
REGISTER 1
E
INPUT
REGISTER 0
E
OE
CE1
CE2
CE3
ZZ
READ LOGIC
SLEEP
CONTROL
Cypress Semiconductor Corporation
Document Number: 38-05555 Rev. *L
198 Champion Court
San Jose
,
CA 95134-1709
408-943-2600
Revised July 8, 2011
[+] Feedback
招聘 北京
1.WinCE/Windows Mobile 应用研发工程师(2人) 职位要求 1、精通WinCE/Windows Mobile 下 C/C++嵌入式应用程序开发,有2年以上相关研发经验; 2、精通EVC,VS 2005等开发工具; 3、 ......
dzghl163 嵌入式系统
STM8S003F3 中文参考手册一个关于UART描述的错误
最近用到了STM8S003F3的UART,STM8S003F3只有一个UART1,我想把其他用不到的外设都关掉节省功耗,于是我看了看手册 291003 我把CLK_PCKENR1设置成0x04,开启UART1的时钟,但奇怪的是这样设置 ......
石玉 stm32/stm8
关于FPGA开发的问题1
各位高手,小弟正在基于FPGA开发LCD显示控制程序。定义了一个8位信号,赋了一个8位的值。想将这8位数据依次输出管脚上。结果发现LCD_SI管脚上的电平并未按照赋的值变化。请教各位高手其中的原因 ......
wangxd5429 FPGA/CPLD
请各位大牛指点一下,谢谢。
本帖最后由 dontium 于 2015-1-23 13:24 编辑 系统结构是这样:AD->FIFO->(SDRAM)->DSP。这里打个括号是指FIFO和SDRAM采用PDT连接方式与DSP的EMIFA连接。AD采样后把数据输入FIFO,FIFO半 ......
lijiamin11 模拟与混合信号
LED电源恒流电路分析
我们都知道LED电源其实没什么特别,其特点就是需要恒流限压,况且长期工作在满载情况下,所以对效率的要求比较高;有些电源由于结构尺寸的限制,对高度有要求。 下面我就试着就目前中小功率的L ......
探路者 LED专区
【从0教学嵌入式Linux】第十九集
第19课:编写按键KEY的驱动程序 1.本课内容借助Linux内核中的input子系统进行修改。2.开发板中案件图原理如下2424948个按键分别为:EINT0,1,2,3,4,5,6,7,对应的核心板GPIO为GPH0_0,1,2,3,4,5,6 ......
babyking 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2717  845  1528  580  916  55  18  31  12  19 

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