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

关键词

搜索

型号

搜索

CY7C1512KV18-250BZXC

产品描述72-Mbit QDR II SRAM 2-Word Burst Architecture Two-word burst on all accesses
文件大小598KB,共33页
制造商Cypress(赛普拉斯)
下载文档 全文预览

CY7C1512KV18-250BZXC在线购买

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

CY7C1512KV18-250BZXC概述

72-Mbit QDR II SRAM 2-Word Burst Architecture Two-word burst on all accesses

文档预览

下载PDF文档
72-Mbit QDR II SRAM 2-Word
Burst Architecture
Features
CY7C1510KV18, CY7C1525KV18
CY7C1512KV18, CY7C1514KV18
®
Configurations
CY7C1510KV18 – 8M x 8
CY7C1525KV18 – 8M x 9
CY7C1512KV18 – 4M x 18
CY7C1514KV18 – 2M x 36
Separate independent read and write data ports
Supports concurrent transactions
350 MHz clock for high bandwidth
Two-word burst on all accesses
Double data rate (DDR) interfaces on both read and write ports
(data transferred at 700 MHz) at 350 MHz
Two input clocks (K and K) for precise DDR timing
SRAM uses rising edges only
Two input clocks for output data (C and C) to minimize clock
skew and flight time mismatches
Echo clocks (CQ and CQ) simplify data capture in high speed
systems
Single multiplexed address input bus latches address inputs
for both read and write ports
Separate port selects for depth expansion
Synchronous internally self-timed writes
QDR
®
II operates with 1.5 cycle read latency when DOFF is
asserted HIGH
Operates similar to QDR I device with 1 cycle read latency when
DOFF is asserted LOW
Available in x8, x9, x18, and x36 configurations
Full data coherency, providing most current data
Core V
DD
= 1.8 V (±0.1 V); I/O V
DDQ
= 1.4V to V
DD
Supports both 1.5 V and 1.8 V I/O supply
Available in 165-ball fine pitch ball grid array (FBGA) package
(13 x 15 x 1.4 mm)
Offered in both Pb-free and non Pb-free packages
Variable drive HSTL output buffers
JTAG 1149.1 compatible test access port
Phase Locked Loop (PLL) for Accurate Data Placement
Functional Description
The CY7C1510KV18, CY7C1525KV18, CY7C1512KV18, and
CY7C1514KV18 are 1.8 V synchronous pipelined SRAMs,
equipped with QDR II architecture. QDR II architecture consists
of two separate ports: the read port and the write port to access
the memory array. The read port has dedicated data outputs to
support read operations and the write port has dedicated data
inputs to support write operations. QDR II architecture has
separate data inputs and data outputs to completely eliminate
the need to “turnaround” the data bus that exists with common
I/O devices. Access to each port is through a common address
bus. Addresses for read and write addresses are latched on
alternate rising edges of the input (K) clock. Accesses to the
QDR II read and write ports are completely independent of one
another. To maximize data throughput, both read and write ports
are equipped with DDR interfaces. Each address location is
associated with two 8-bit words (CY7C1510KV18), 9-bit words
(CY7C1525KV18), 18-bit words (CY7C1512KV18), or 36-bit
words (CY7C1514KV18) that burst sequentially into or out of the
device. Because data can be transferred into and out of the
device on every rising edge of both input clocks (K and K and C
and C), memory bandwidth is maximized while simplifying
system design by eliminating bus turnarounds.
Depth expansion is accomplished with port selects, which
enables each port to operate independently.
All synchronous inputs pass through input registers controlled by
the K or K input clocks. All data outputs pass through output
registers controlled by the C or C (or K or K in a single clock
domain) input clocks. Writes are conducted with on-chip
synchronous self-timed write circuitry.
Table 1. Selection Guide
Description
Maximum operating frequency
Maximum operating current
x8
x9
x18
x36
350 MHz
350
825
825
840
1030
333 MHz
333
790
790
810
990
300 MHz
300
730
730
750
910
250 MHz
250
640
640
650
790
200 MHz
200
540
540
550
660
167 MHz
167
480
480
490
580
Unit
MHz
mA
Cypress Semiconductor Corporation
Document Number: 001-00436 Rev. *M
198 Champion Court
San Jose
,
CA 95134-1709
408-943-2600
Revised April 10, 2011
[+] Feedback
各位兄弟姐妹进来看看!
YTE xdata tempBuf2; #define ramFatTab (tempBuf2 + 512* 0) 我现在在一个C文件里定义上面这些,但是我现在要在一个工程的另外一个C文件里调用ramFatTab,但是如果用 #ifdef #else #e ......
anger_wang 嵌入式系统
晒晒奖品,周一的惊喜
一大早就收到奖品了,很惊喜啊 152779152780152781152782152783...
zhangli019 聊聊、笑笑、闹闹
EEWORLD大学堂----TI 系统级电源设计研讨会
TI 系统级电源设计研讨会:https://training.eeworld.com.cn/course/5536...
hi5 电源技术
请问strrchr()函数如何使用
大家好,我能获取文件的整个路径"\\My Document\\1.txt",现在想获取文件名1.txt,请问该怎么用strrchr()函数来做?我是在win32 application中做的,请不要用mfc。谢谢了...
zzwwjj 嵌入式系统
瑞萨MCU应用之智能杯垫 总结
本帖最后由 ceozxy 于 2014-9-15 22:31 编辑 瑞萨MCU应用之智能杯垫 总结一、设计背景在生活中经常遇到喝水的烦心事,就是在工作繁忙时常常忘记喝水,时常倒一杯热水到想起喝的时候却错过合 ......
ceozxy 瑞萨MCU/MPU
MSP430F5529的AD转换问题
#include #include #include uint16_t dat; int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12SHT02 + ADC12ON; // Samplin ......
tei333 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1217  1701  2100  1315  2491  28  38  30  25  4 

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