AN4011 Choosing The Right Cypress Synchronous SRAM.pdf

AN4011
Choosing the Right Cypress Synchronous SRAM
Author: Sohelkhan Pathan/Pritesh Mandaliya
Associated Project: No
Associated Part Family: All Sync SRAMs
Software Version: None
Related Application Notes: None
®
AN4011 provides an overview of Standard Synchronous, NoBL™, QDR -II/II+, QDR-II+ Xtreme, DDR-II/II+, DDR-II+
Xtreme and QDR-IV SRAM's. Cypress currently manufactures several major Synchronous SRAM architectures. The
purpose of this application note is to provide a means to determine which architecture is right for a particular
application. A brief description of each architecture and comparison by address/data relationships and performance
characteristics is also included.
Contents
1
2
Introduction ...............................................................1
Standard Synchronous SRAM ..................................2
2.1
Choosing Pipelined versus Flow-through ........3
2.2
Choosing the Right Pipelined Version .............3
2.3
Designing for Both DCD and SCD Versions ....3
3
No Bus Latency™ (NoBL™) .....................................5
4
NoBL Flow-through...................................................5
5
NoBL Pipelined .........................................................5
6
QDR-II/II+/II+ Xtreme™ and DDR-II/II+/II+ Xtreme...5
7
QDR-II Burst of 2 ......................................................6
8
QDR-II Burst of 4 ......................................................7
9
QDR-II versus QDR-II+/II+ Xtreme ...........................7
10 DDR-II Common I/O .................................................8
11 DDR-II Burst of 2 ......................................................8
1
12 DDR-II Burst of 4 ...................................................... 9
13 DDR-II versus DDR-II+/II+ Xtreme ......................... 10
14 DDR-II Separate I/O ............................................... 10
15 QDR-IV ................................................................... 10
16 Making the Optimal Choice .................................... 13
17 Device Cross Reference......................................... 13
18 Summary ................................................................ 14
Document History............................................................ 15
Worldwide Sales and Design Support ............................. 16
Products .......................................................................... 16
®
PSoC Solutions ............................................................. 16
Cypress Developer Community....................................... 16
Technical Support ........................................................... 16
Introduction
Cypress currently manufactures several major Synchronous SRAM architectures. These SRAMs all work on
synchronous timing. Data, Address and Control inputs are captured at a clock edge. Distinguishing features of
several SRAM architectures are shown in Table 1.
Table 1. SRAM Architectures
Architecture
Standard
[1]
Versions
Capability
Flow-through
4-word burst user selectable; dual bus master; SAR; SDR; same-cycle Read result.
Pipelined SCD
4-word burst user selectable; dual bus master; SAR; SDR; Read result after next CLK; samecycle Read termination.
Pipelined DCD
4-word burst user selectable; dual bus master; SAR; SDR; Read result after next CLK; Read
termination after next CLK.
Synchronous
www.cypress.com
Document No. 001-15488 Rev. *H
1
Choosing the Right Cypress Synchronous SRAM
Architecture
NoBL™
QDR-II/QDR-II+
/QDR-II+ Xtreme
DDR-II/DDR-II+
/DDR-II+ Xtreme[2]
Versions
Flow-through
4-word burst user selectable; SAR; SDR; zero idle cycles for bus turnarounds; same-cycle
Read result; data always one CLK cycle later than address.
Pipelined
4-word burst user selectable; SAR; SDR; zero idle cycles for bus turnarounds; Read result
after next CLK; data always two CLK cycles later than address.
2-word burst
2-word burst fixed; separate I/O; initiate Read and Write every clock cycle; DAR; DDR; Read
result after next C or K; Read termination after data delivered; Write data begins with Write
command; sustains 4 operands per clock cycle; features impedance matching ZQ circuitry;
QDR-II features larger output data window and source synchronous clocks.
4-word burst
4-word burst fixed; separate I/O; initiate Read or Write every clock cycle; SAR; DDR; Read
result after next C or K; Read termination after data delivered; Write data begins next clock
after Write command; sustains 4 operands per clock cycle; features impedance matching ZQ
circuitry; QDR-II features larger output data window and source synchronous clocks.
2-word burst
2-word burst fixed; common I/O; SAR; DDR; Read result after next C or K; Read termination
(common I/O) after data delivered; Write data begins next clock after Write command;
sustains 2 operands per clock cycle; features impedance matching ZQ circuitry and source
synchronous clocks; DDR-II features larger output data window.
4-word burst
4-word burst fixed; common I/O; SAR; DDR; Read result after next C or K; Read termination
after data delivered; Write data begins next clock after Write command; sustains 2 operands
per clock cycle; features impedance matching ZQ circuitry and source synchronous clocks;
DDR-II features larger output data window.
2-word burst
2-word burst fixed; separate I/O; initiate Read or Write every clock cycle; SAR; DDR;
(separate I/O) Read result after next C or K; Read termination after data delivered; Write data
begins next clock after Write command; sustains 2 operands per clock cycle; features
impedance matching ZQ circuitry and source synchronous clocks; DDR-II SIO features larger
output data window.
2-word burst
2-word burst fixed; two independent bidirectional data ports that support simultaneous
read/write transactions; DAR; DDR; QDR-IV XP has write latency of 5 clock cycle and read
latency of eight clock cycle while QDR-IV HP has three and five clock cycles as write latency
and read latency respectively. Supports bus inversion, address bus parity, configurable on-die
terminations, on chip error correction code (ECC) and de-skew training.
(common I/O)
DDR-II/DDR-II+
(separate I/O)
QDR-IV
Capability
Note 1: SAR = Single Address Rate, SCD = Single Cycle Deselect, SDR = Single Data Rate, DAR = Double Address Rate, DCD = Double
Cycle Deselect, DDR = Double Data Rate.
Note 2: DDR-II+ Xtreme devices have 2-word burst option only.
2
Standard Synchronous SRAM
The Standard Synchronous SRAM family was created especially for cache applications. These devices incorporate
an internal 2-bit burst counter that supports a cache line size of four (that is, four bus transactions to fetch a cache
line). The Standard Synchronous SRAM was designed to permit two bus masters; hence, it has two different master
control inputs:
that is generally controlled by the microprocessor, and
that is generally controlled by the
cache controller.
operations are interpreted initially as READ cycles but can be turned into WRITE cycles at the
next CLK rising edge. A single address can be allowed to operate on 1, 2, 3, or 4 words in response, controlled on
the fly by advance (
). Any
beyond four simply wraps around and replays from the beginning of the sequence.
Standard Synchronous SRAMs are the preferred choice for processors specifically designed around their control
signals. In general, while this SRAM architecture is well suited for single data rate (SDR) cache applications, it is not
well suited for applications in which frequent bus turnaround cycles occur.
Three different versions of the Cypress Standard Synchronous SRAMs are available (Flow-through, Single-cycle
deselect [SCD] Pipelined, and Double-cycle deselect [DCD] pipelined). Choosing between the different versions is
based upon a number of factors.
www.cypress.com
Document No. 001-15488 Rev. *H
2
Choosing the Right Cypress Synchronous SRAM
2.1
Choosing Pipelined versus Flow-through
Cypress offers two different pipelined versions and one Flow-through version of the Standard Synchronous SRAM as
shown in Table 2. The pipelined versions have input registers and output registers. The Flow-through versions only
have input registers. Because of the output register, pipelined parts have an extra cycle of delay before data is valid
(during a READ) versus Flow-through devices.
For ASIC or DSP applications, the Flow-through device is frequently used. This is because many of these
applications cannot tolerate the extra cycle of delay associated with pipelined parts when retrieving data. Pipelined
parts do have a place in applications where maximizing bandwidth is critical. Users need to be aware that pipelined
parts require a one-cycle delay when switching from Reads to Writes in order to prevent bus contention.
Table 2. Pipelined and Flow-Through Description
2.2
Version
Description
Flow-through
A Synchronous SRAM with registers on the input signals.
Pipelined with Single-Cycle Deselect
(SCD)
A Synchronous SRAM with registers on both the input and output signals. Single-cycle
deselect.
Pipelined with Double-Cycle Deselect
(DCD)
A Synchronous SRAM with registers on both the input and output signals. Double-cycle
deselect.
Choosing the Right Pipelined Version
Because Cypress has two different types of pipelined SRAMs, it is important for designers to choose the version that
best meets their needs. Figure 1 shows the difference between the DCD and SCD versions of the pipelined SRAMs.
This diagram shows a Read cycle followed by three advance cycles and then a deselect cycle. The DCD device
reads out all four words, but the SCD cuts off the last word. To read all four words out of the SCD device, the
deselect command must be delayed one cycle.
Cypress designed the SCD version to be compatible with the Intel BSRAM specification. This specification was
developed to ensure that there is no possibility of bus contention in a system with multiple banks of SRAM. This could
occur when switching between two or more banks of SRAMs if parts from different vendors are used, or if the banks
are separated by electrically long paths. This bus contention could occur during the Read transition if the turn-on and
turn-off times for the DQ lines vary significantly among manufacturers.
For cache users it is important to select an SRAM and a chipset that are compatible and provide the required
performance. For greatest availability of parts, a chipset might be chosen that supports both DCD and SCD. For best
performance on a single bank only system, a DCD might be the best solution. It is important for cache designers to
check with their chipset vendor to verify the type(s) of Standard Sync SRAM they support. Most chipsets only support
the BSRAM standard and can only use SCD parts. Other chipsets may be able to use both DCD and SCD parts, but
leave a dead cycle between bank switching, so even if you use the DCD versions, there is no performance
advantage. Others may support both DCD and SCD, but give a performance advantage if the DCD parts are chosen.
2.3
Designing for Both DCD and SCD Versions
To have the widest supply base or when fastest performance is not an issue, users can create a design that can use
both DCD and SCD. One way of doing this is to detect what type of SRAM (DCD or SCD) is in the system and then
configure the Deselect cycle accordingly. During boot-up/power-up, the system can test to see if a DCD or SCD
SRAM is present. This can be done by writing four sequential words into the SRAM and then reading them out in a
burst, with a Deselect cycle occurring after the last ADV cycle (see Figure 1). If a DCD is in the system, all four words
will be read correctly; if SCD, only three words will be read correctly.
www.cypress.com
Document No. 001-15488 Rev. *H
3
Choosing the Right Cypress Synchronous SRAM
Figure 1. Single-Cycle Deselect (SCD) versus Double-Cycle
Deselect (DCD)
Figure 2. Designing for Both DCD and SCD Versions
www.cypress.com
Document No. 001-15488 Rev. *H
4
Choosing the Right Cypress Synchronous SRAM
Another method is to design a memory interface that can accommodate either the DCD or SCD versions without any
modifications during power-up or boot-up. This can be done by always inserting a dead cycle, an example of which is
shown in Figure 2. This method permits the simplest and lowest pin count interface, but does take a performance hit
when doing back-to-back READs.
3
No Bus Latency™ (NoBL™)
The NoBL SRAM was created in response to applications that required frequent bus turnarounds but could not afford
the idle cycles needed by Standard Synchronous SRAMs. Like Standard Synchronous devices, NoBL incorporates
an internal 2-bit burst counter to reduce the required address bus bandwidth. However, most applications do not
make use of this feature since the bus turns around so often. This device operates at SDR and SAR.
One innovation of NoBL architecture is the realignment of write data such that the address-to-data relationship is
identical whether reading or writing. For this reason, no idle cycles are needed when the bus is turned around, that is,
when it transitions from Read to Write, or Write to Read. It should be noted that all versions of NoBL SRAMs use
internal data registers and address snooping so that the correct data is always returned in response to a Read cycle,
regardless of whether or not there has been time to write the data into the memory array. This is called data
coherency.
4
NoBL Flow-through
Two versions of NoBL SRAM exist: Flow-through and Pipelined. NoBL Flow-through SRAMs always have a one clock
cycle delay from address to data in the system. Reads provide data during the clock cycle for the one it was
requested, and produce the result in time to capture by the next CLK rising edge. Write data is also expected at that
next CLK rising edge. This device style minimizes the system latency—for a price. The SRAM must perform a data
fetch and data delivery in time for the next CLK rising edge. This means that the frequency of operation is limited.
This device is well suited for SDR applications that experience frequent bus turnarounds. It is used effectively when
there is a need to operate on small data chunks, especially one-word chunks that require minimum data latency. In
general, Flow-through SRAMs operate at a lower frequency than pipelined SRAMs because data fetch, data delivery,
and subsequent data capture by the requestor must be accomplished in one clock cycle.
5
NoBL Pipelined
Pipelined NoBL SRAM is named after the additional pipelined register in the outputs of this device. This permits the
internal Read to take one entire clock cycle. During the next clock cycle, data is delivered, that makes a two-stage
pipeline. While data is being delivered, the memory array is free for another operation. The address-to-data
relationship therefore lags the Flow-through version by one additional clock cycle. Write cycles, therefore, expect data
two CLK rising edges after the address. Pipelined NoBL devices operate at higher frequencies than Flow-through and
sustain greater system throughput. The one clock cycle penalty for priming the pipeline is incurred only once when
the first operation is initiated, and then one new transaction can be sustained every cycle.
This device is well suited for SDR applications that experience frequent bus turnarounds, need to operate on small
data chunks (especially one-word chunks), and need to operate at higher frequencies than permitted by the Flowthrough version.
6
QDR-II/II+/II+ Xtreme™ and DDR-II/II+/II+ Xtreme
The following section discusses QDR-II/II+/II+ Xtreme.
QDR stands for Quad Data Rate. QDR-II SRAMs were developed to address network applications that require the
low latency and full cycle utilization of NoBL SRAMs but also require a significantly higher operating frequency. An
important factor was reducing ASIC pin count.
QDR-II SRAMs have separate Read and Write buses. This SRAM solution eliminates turnaround cycles and scales
to any frequency allowed by the inherent speed of memory manufacturing technology. Control signals are few:
controls the Read port, and
controls the Write port. Width expansion is simply done with all
and
controls in parallel. Depth expansion is done by adding another
and
for each bank.
www.cypress.com
Document No. 001-15488 Rev. *H
5
Choosing the Right Cypress Synchronous SRAM
An important feature of QDR-II architecture is Double Data Rate (DDR) on each data pin. This permits smaller bus
sizes and reduced ASIC pin counts. All cycles operate at the device burst length. Cycles cannot be terminated or
interrupted. Parts of the Write cycle can optionally be masked using Byte Write control pins.
All versions require an input master clock pair, K and . Only the rising edges are utilized by the SRAM. rising edge
should ideally occur exactly one half clock cycle after K rising edge. This balances the output data so that each data
word has the same valid time.
QDR-II and DDR-II SRAMs have a data output clock pair, C and , that can optionally be used to control when output
data emerges from the device. This is very useful in systems in which multiple SRAMs are located at differing
physical distances from the bus master. All output data can be aligned using C and , that the whole result can be
captured and easily synchronized at the bus master simultaneously. If not used, C and can be strapped HIGH,
placing the device in single clock mode (K and are used for both input and output registers).
QDR-II/DDR-II devices have optional-use source-synchronous output echo clocks, CQ and
. These outputs are
timed exactly same as the output data Q signals and can be used to trigger input registers. It is recommended to use
CQ and
at clock speeds above 200 MHz.
QDRII+/DDR-II+/QDR-II+ Xtreme/DDR-II+ Xtreme devices do not use C and . The outputs are synchronized to CQ
and
. In addition there is a QVLD signal that goes high half cycle before data is output from the SRAM and goes
low half cycle before the last data is output from the device. QDR-II+/DDR-II+/QDR-II+ Xtreme/DDR-II+ Xtreme have
devices with and without on-die termination (ODT). The combination of mandatory and optional-use clocks makes
this the most flexible SRAM architecture available today.
7
QDR-II Burst of 2
The 2-word burst QDR SRAM version can accept two addresses during each clock cycle. Hence the burst of 2 QDR
is Double Address Rate. This enables the application to utilize the full bandwidth on the bus.
and
are
latched at the same K rising edge. Externally, it appears as though both Read and Write are initiated at the same
time.
The Write cycle is shown in Figure 3. The first burst of data is captured beginning at the same K rising edge when
is asserted low. The second burst is captured at the next rising edge. The address is captured at the rising
edge. The data is written into the array during the time between the rising edge and K rising edge.
Figure 3. QDR SRAM Write Cycle Data Placement
The Read cycle is shown in Figure 4.
is asserted low at the rising edge of K to initiate a read. The address is
supplied at the same time. Internally, data is read from K rising edge to rising edge. It is registered, and then data
appears at the output during the next clock cycle for two consecutive half clock cycles.
www.cypress.com
Document No. 001-15488 Rev. *H
6
Choosing the Right Cypress Synchronous SRAM
Figure 4. QDR SRAM Read Cycle
Output data is coherent. If a Read and a Write cycle are initiated during the same clock cycle (at K rising edge),
and
are both LOW. A Read is requested from address 1; address 1 is provided. At rising edge, address 2 is
provided for the Write. In this example, addresses 1 and 2 are the same. The Read data provided is the same data
presented for the Write to address 2.
QDR burst of 2 is ideal for applications that require small data chunks and in that the near-term ratio between Read
and Write operations is close to one. (This ratio is discussed in more depth later.) The DAR and double data rate
operation permit minimum pin count on any devices that interface with the SRAMs. Frequency is limited by two
factors: system loading and SRAM internal memory array speed. The controller must be able to provide the address
at the same signaling frequency as the clock. Since the address fans out to all devices on the bus, and often data is
just point-to-point, the address path is the most difficult to satisfy for AC timing. The SRAM internal memory array
speed limitation arises because the memory array is accessed twice per clock cycle. SRAM speed is limited by the
ability of the memory array to keep up with incoming requests.
8
QDR-II Burst of 4
The long burst QDR-II SRAM requires a single address be supplied during each clock cycle to maintain full bus
utilization [single address rate (SAR)]. Only one command is received at a K rising edge:
or
. Externally, it
appears as though Read and Write operations toggle. That is, a Read slot occurs during one clock cycle, a Write slot
occurs during the next, and so on. Indeed, this is the case. Quad data rate operation occurs because the four data
words encompass two clock cycles. At full device utilization, read and write bus transactions overlap and two
operations are in simultaneous flight.
The Write cycle in Figure 3 shows that data is captured beginning at the next K rising edge that initiated the cycle and
continues for three more K/ rising edges. The address is accepted at K rising edge. The actual internal Write to the
memory data array does not occur until the next write request. Any Read from the pending location is forwarded
correctly from the holding registers, and full data coherency is maintained.
The Read cycle in Figure 4 shows that the address is supplied at the same K rising edge that initiated the cycle.
Internally, data is read from K rising edge to the next K rising edge. It is registered, and then data delivery begins
during the next clock cycle and continues for four consecutive half clock cycles.
This device is ideal for applications that require 4-word data chunks and in that the near-term ratio between Read and
Write cycles is near one. The SAR and double data rate operation permit minimum pin count on any devices that
interface with the SRAMs. The address bus only needs to be updated once each clock period to maintain 100 percent
bus utilization on both buses.
9
QDR-II versus QDR-II+/II+ Xtreme
Details on QDR-II/II+/II+ Xtreme SRAM operation are explained in the Application Note AN4065. The main difference
between QDR-II and QDR-II+/II+ Xtreme is the read latency. Also QDR-II+/II+ Xtreme does not use C/ and has a
QVLD signal to indicate read data availability. The control signals remain the same. A brief outline of differences and
how those differences may influence SRAM selection follows.
www.cypress.com
Document No. 001-15488 Rev. *H
7
Choosing the Right Cypress Synchronous SRAM
Table 3. Summary - QDR-II versus QDR-II+/II+ Xtreme
QDR-II
Max frequency
10
QDR-II+
QDR-II+ Xtreme
Burst of 2: 333 MHz
Burst of 2: 333 MHz
Burst of 2: 450 MHz
Burst of 4: 333 MHz
Burst of 4: 550 MHz
Burst of 4: 663 MHz
Initial latency
1.5 clock cycles
2.0/2.5 cycles
2.5 cycles
Echo clocks
Yes
Yes
Yes
Density
18 Mb/36 Mb/72 Mb
18 Mb/36 Mb/72 Mb/144 Mb
36 Mb/72 Mb/
Power supply
1.8 V
1.8 V
1.8 V
ODT enabled device option
No
Yes
Yes
Data valid signal - QVLD
No
Yes
Yes
DDR-II Common I/O
Some SRAM applications require a Read followed by a Write favoring QDR-II SRAM operation. Other applications
may need data streaming (for example, 16 Reads, then 16 Writes), in that case the near-term balance between Read
and Write operations is 100 percent Read or 100 percent Write. In this case, one of the QDR-II SRAM buses is not
utilized half of the time. These two latter cases resulted in the development of DDR-II common I/O SRAMs in that the
input and output data share the same bus. This reduces the number of signals to be routed on the board compared to
QDR-II. Bus turnaround cycles reduce available bandwidth; however, for some systems this results in a better
average bus utilization than QDR architecture could provide.
The DDR-II SRAMs have common Read and Write ports. Bus turnaround cycles are required during the transition
from SRAM Read to Write. The number of clock idle cycles during this transition varies with frequency: one clock
cycle is needed at approximately 166 MHz and below; two clock cycles are needed at approximately 200 MHz and
above. Simulations need to be done to determine exactly how many cycles are required to avoid excessive bus
contention. This solution scales to higher frequencies and is limited only by the inherent speed of memory
manufacturing technology. Control signals are slightly different than the QDR-II device control signals. R/ controls
the Read/Write operation, and
acts same as a chip enable and causes the SRAM to initiate a new cycle. Width
expansion is simply accomplished with all R/ and
controls in parallel. Depth expansion is accomplished by
adding another
for each bank.
All other features are the same as the QDR-II device.
11
DDR-II Burst of 2
The DDR-II SRAM can perform one operation during one clock cycle by asserting
rising edge of K.
LOW and setting the R/
at the
The Write cycle is shown in Figure 5. A write operation is initiated by setting
and R/ low at the rising edge of K.
The address is also captured at the same K rising edge. The two bursts of data are captured one clock cycle later the first burst at the rising edge of K and second at the rising edge of . The actual Write to the memory array occurs
during the next Write cycle. If a Read to the pending address occurs before data is written into the memory array,
data is forwarded from the holding register so that supplied data is always coherent.
The Read cycle is shown in Figure 6. A read operation is initiated by setting
low and R/ high at the rising edge of
K. The address is captured at the same K rising edge. Data appears at the outputs after 1.5 cycles. The first burst
appears at the rising edge of and the second burst appears at the next rising edge of K.
www.cypress.com
Document No. 001-15488 Rev. *H
8
Choosing the Right Cypress Synchronous SRAM
Figure 5. DDR-II Write Cycle
Figure 6. DDR-II Read Cycle
The low address rate and double data rate operation permit minimum pin count on any device that interfaces with the
SRAMs, and they simplify high-frequency operation. This device is best utilized in applications requiring data
streaming or in that periods of unidirectional bus operation is sustained.
12
DDR-II Burst of 4
The DDR-II SRAM requires that a single address be supplied every two clock cycles to maintain full bus utilization,
making this the easiest version to use for address generation. Only one operation can be requested during one clock
cycle by asserting
LOW and setting the R/ direction at K rising edge.
The Write cycle is shown in Figure 5. To initiate a write
and R/ are set to low at the rising edge of K. The write
address is captured at the same time. The first burst of Data is captured at the next rising edge of K. The second
burst is captured at the rising edge, the third burst at K rising edge, and the fourth burst at the rising edge. Thus it
takes two clocks to register all pieces of data required for the write to complete. The actual Write proceeds during the
next Write cycle. If a Read to the pending address occurs before data is written into the memory array, data is
forwarded from the holding register; therefore, supplied data is always coherent.
www.cypress.com
Document No. 001-15488 Rev. *H
9
Choosing the Right Cypress Synchronous SRAM
The Read cycle is shown in Figure 6. To initiate a read,
is set to low and R/ is set to high at the rising edge of K.
The address is captured at the same K rising edge. Internally, data is read from the memory array during the next
clock cycle. It is registered, and then data is output 1.5 cycles after the read was initiated. Each burst of data is output
at consecutive K and rising edges.
This device is ideal for applications that require 4-word data chunks and in that the near-term ratio between Read and
Write cycles is not near one, as discussed previously. The low address rate and double data rate operation permit
minimum pin count on any device that interfaces with the SRAMs, and simplify high-frequency operation. This device
is best utilized in applications requiring data streaming or in that periods of unidirectional bus operation is sustained.
13
DDR-II versus DDR-II+/II+ Xtreme
Details of DDR-II/II+/II+ Xtreme operation are explained in Application Note AN4065.
Table 4. Summary - DDR-II versus DDR-II+/II+ Xtreme
DDR-II
DDR-II+
DDR-II+ Xtreme
Burst of 2: 333 MHz
Burst of 2: 550 MHz
Burst of 2: 663 MHz
Burst of 4: 333 MHz
Burst of 4: 550 MHz
Initial latency
1.5 clock cycles
2.0/2.5 cycles
2.5 cycles
Echo clocks
Yes
Yes
Yes
18 Mb/36 Mb/
72 Mb/144 Mb
18 Mb/36 Mb/
72 Mb/144 Mb
36 Mb/
72 Mb
1.8 V
1.8 V
1.8 V
ODT enabled device option
No
Yes
Yes
Data valid signal - QVLD
No
Yes
Yes
Max frequency
Density
Power supply
14
DDR-II Separate I/O
DDR-II Separate I/O is an architecture that is a hybrid between QDR-II and DDR-II devices. DDR-II SIO has separate
input and output bus so this part is very similar to the QDR-II option. The only difference is that the DDR-II SIO can
only perform one operation per clock cycle. Unlike the QDR-II burst of 2, DDR-II SIO cannot perform internal data
forwarding where it can write and immediately read from the same address. The controller has to wait for the write
data to be committed to the memory array before reading from the same address.
This architecture was created to overcome the two factors limiting the frequency of QDR-II 2-word burst devicesignaling frequency of the address bus and the memory array response time. DDR-II separate I/O relieves those
frequency limitations but incurs a new penalty: one half of the average bus utilization of QDR-II 2-word burst. In some
applications, a constant address request rate must be maintained to preserve system throughput, and no bus turnaround penalties can be tolerated. DDR-II separate I/O was created for exactly this purpose. The average collective
data pin utilization is always 50 percent, regardless of Read to Write ratio. This performance level is superior to the
older architectures (NoBL and Standard Synchronous) under all bus conditions, and equal to those architectures for
unidirectional data transactions.
15
QDR-IV
The QDR-IV SRAM is a high-performance memory device optimized to maximize the number of random transactions
per second by the use of two independent bidirectional data ports. These ports are equipped with DDR interfaces and
designated as port A and port B respectively. Accesses to these two data ports are concurrent and independent of
each other. Access to each port is through a common address bus running at DDR. The control signals are running at
SDR and determine if a read or write should be performed.
www.cypress.com
Document No. 001-15488 Rev. *H
10
Choosing the Right Cypress Synchronous SRAM
QDR-IV has three types of differential clocks CK/CK# for address and command clocking, DKA/DKA#/DKB/DKB# for
data input clocking and QKA/QKA#/QKB/QKB# for data output clocking.
Addresses for port A are latched on the rising edge of the input clock (CK), and addresses for port B are latched on
the falling edge of the input clock (CK).
The QDR-IV SRAM read and write commands are driven by the control inputs (LDA#, LDB#, RWA#, and RWB#) and
the Address Bus.
The port A control inputs (LDA# and RWA#) are sampled at the rising edge of the input clock. The port B control
inputs (LDB# and RWB#) are sampled at the falling edge of the input clock.
For port A, when LDA# = 0 and RWA# = 1, a read operation is initiated. When LDA# = 0 and RWA# = 0, a write
operation is initiated.
For port B, when LDB# = 0 and RWB# = 1, a read operation is initiated. When LDB# = 0 and RWB# = 0, a write
operation is initiated.
QDR-IV also supports features such as bus inversion, address bus parity, ECC, de-skew, configurable ODT and
impedance,
The QDR-IV family includes the following:

QDR-IV High Performance (HP) SRAM: A two-word burst architecture device with two accesses for each cycle at
a maximum frequency of 667 MHz and with a read latency of five clock cycles.

QDR-IV Xtreme Performance (XP) SRAM: A banked two-word burst architecture device with two accesses for
each cycle at a maximum frequency of 1066 MHz and with a read latency of eight clock cycles.
Table 5. Operational Modes
QDR-IV HP SRAM
Clock Frequency
QDR-IV XP SRAM
600 MHz
667 MHz
933 MHz
1066 MHz
5 cycles
5 cycles
8 cycles
8 cycles
Read Latency
Write Latency
Bus Width
8.33 ns
7.5 ns
8.57 ns
7.5 ns
3 cycles
3 cycles
5 cycles
5 cycles
x18, x36
I/O Type
1.1 V and 1.2 V POD
1.2 V and 1.25 V HSTL/SSTL
Package
361 FCBGA
Port configuration
Density
Bidirectional R/W ports
144 Mb, 72 Mb
As Figure 7 and Figure 8 show, the Port A read data comes out of the data pins exactly five Read Latency (RL) clock
cycles later in the case of the QDR-IV HP SRAM or eight RL clock cycles later in the case of the QDR-IV XP SRAM.
The data is available after the number of RL clock cycles from the rising edge of the CK signal when the READ
command was issued.
The Port A write data is supplied to the data pins exactly three Write Latency (WL) clock cycles later in the case of
the QDR-IV HP SRAM or five WL clock cycles later in the case of QDR-IV XP SRAM. The data comes after the
number of WL clock cycles from the rising edge of the CK signal when the WRITE command was issued.
Port B works same way as port A but data is available after the number of RL clock cycles from the falling edge of
the CK signal when the READ command was issued and the data comes after the number of WL clock cycles from
the falling edge of the CK signal when the WRITE command was issued.
www.cypress.com
Document No. 001-15488 Rev. *H
11
Choosing the Right Cypress Synchronous SRAM
Figure 7. Read Timing
T0
T1
T(RL-1)
T(RL)
T(RL+1)
T(RL+2)
CK/CK#
Command
Port A
Read
Port B
Read
Port A
Read
Port B
Read
Address
Port A
A0
Port B
B0
Port A
A1
Port B
B1
Port A Read Latency = RL (5/8)
DQA
QA00
QA01
QA10
QA11
QB00
QB01
QB10
Port B Read Latency = RL (5/8)
DQB
QB11
QVLDA
QVLDB
Figure 8. Write Timing
T0
T1
T(WL-1)
T(WL)
T(WL+1)
T(WL+2)
CK/CK#
Command
Port A
Write
Port B
Write
Port A
Write
Port B
Write
Address
Port A
A0
Port B
B0
Port A
A1
Port B
B1
Port A Write Latency = WL (3/5)
DQA
DA00
DA01
DA10
DA11
DB00
DB01
DB10
Port B Write Latency = RL (3/5)
DQB
DB11
The QDR-IV XP SRAM is designed with eight internal banks. The lower three address pins (A2, A1, and A0) select
the bank that will be accessed during a read or write operation.
The only banking restriction is that a particular bank can be accessed only once for every clock cycle. This banking
restriction applies only to the QDR-IV XP SRAM. The QDR-IV HP SRAM does not have any banking restriction.
If a banking violation occurs, the read/write operation of Port B is denied. Because the Port A address is sampled on
the rising edge of the input clock, there are no restrictions to Port A access.
www.cypress.com
Document No. 001-15488 Rev. *H
12
Choosing the Right Cypress Synchronous SRAM
Figure 9. QDR-IV XP SRAM – Write/Read Operation
Cycle
Cycle
T0
T1
T2
T3
CK/CK#
Address
Port A
Port B
Port A
Port B
Port A
Port B
Port A
Port B
In the same clock cycle, the bank address on Port B
cannot be same as bank address on Port A
Figure 10. QDR-IV HP SRAM – Write/Read Operation
Cycle
Cycle
T0
T1
T2
T3
CK/CK#
Address
Port A
Port B
Port A
Port B
Port A
Port B
Port A
Port B
In the same clock cycle, the bank address on Port B
can be same as bank address on Port A
Port A and Port B addresses are totally random (No banking restriction)
QDR-IV is the highest performance, standards-based memory solution available on the market. Its high performance,
coupled with differentiated features such as dual bidirectional ports, ECC, bus inversion, ODT, and address parity,
make it the optimal solution for networking systems. The advantages of QDR-IV also apply to other systems that
require high-speed performance and signal integrity, such as high-performance computing and image processing.
16
Making the Optimal Choice
If the SRAM interfaces with an older processor, the choices are limited because older processor architectures were
designed for Standard Synchronous SRAMs. Newer processors are designed for DDR-II/II+/II+ Xtreme SRAMs.
Some network processors are designed for NoBL, QDR-II/II+, QDR-II+ Xtreme, DDR-II/II+, DDR-II+ Xtreme and
QDR-IV SRAMs.
Network applications require maximum pin utilization. This strongly favors QDR-II/II+/II+ Xtreme, DDR-II/II+/II+
Xtreme and QDR-IV SRAMs due to double data rate operation on all data pins. Hence DDR-II/II+/II+ Xtreme,
QDRII/II+/II+ Xtreme or QDR-IV SRAM is recommended for new designs with higher bandwidth requirement.
17
Device Cross Reference
Use the Competitor Memory Device Cross Reference Tool at the following location to determine Cypress memory
parts compatible with devices from other vendors:
http://www.cypress.com/search/cross?part_name
www.cypress.com
Document No. 001-15488 Rev. *H
13
Choosing the Right Cypress Synchronous SRAM
18
Summary
New designs should utilize the SRAM that best satisfies the requirements of a given application.
Cypress’s high-bandwidth QDR-IV SRAMs are designed for high-speed performance and they satisfy demanding
network functions, such as updating statistics, tracking flow states, scheduling packets, and performing table lookups.
QDR-II/II+ SRAMs are ideal for systems with back-to-back Read-Write operations. DDR-II/II+ SRAMs are preferred
when there are consecutive reads or writes. The appropriate choice is determined by the actual read to write ratio
and desired burst length, shown in the figures. QDR-II/II+ and DDR-II/II+ SRAMs are also recommended when pin
count must be optimized and is facilitated by double data rate operation of the buses. Maximum clocking design
flexibility is provided with up to three sets of clock pins.
The older SRAM architectures such as NoBL and Standard Synchronous are recommended when compatibility with
an existing controller or processor is required or when the low latency of Flow-through operation is desired. NoBL
architecture is preferred over Standard Synchronous where possible, since Standard Synchronous was designed for
microprocessor cache applications in processors that are now being phased out of production.
Making the optimal SRAM choice is a matter of price versus performance. For cache users, the chipset choice and
direct processor interface dictates the SRAM selection. Network applications are experiencing unprecedented new
performance levels, thanks to QDR-II/II+/IV and DDR-II/II+ devices. Cypress offers a wide variety of synchronous
SRAMs to meet the needs of all types of systems and is committed to continuing our leadership role in recognizing
our customers’ needs.
To know more about the Cypress Synchronous SRAM products and to get technical assistance, initiate a customer
support case at http://www.cypress.com/?id=4.
www.cypress.com
Document No. 001-15488 Rev. *H
14
Choosing the Right Cypress Synchronous SRAM
Document History
Document Title: AN4011 - Choosing the Right Cypress Synchronous SRAM
Document Number: 001-15488
Revision
ECN
Orig. of
Change
Submission
Date
Description of Change
**
1051060
SFV
05/16/2007
New Application note.
*A
1787965
VIDB
12/12/2007
Update copyright. Add source disclaimer, revision disclaimer. This note had no
technical updates. There is an associated project but it was not updated.
*B
3112578
VIDB
12/16/2010
No technical updates. Updated copyright and revision. Added Document History
heading.
*C
3356801
OSN
08/30/2011
Changed table 1 to feature list format from part listing format.
Removed references to QDRI
Added QDRII+/DDRII+ device descriptions and comparison table.
Inserted figures 1 and 2
Added Table 2 and modified description under Standard Synchronous SRAMs
Removed references to QDR-II/DDR-II Application Notes in Table 1.
*D
3735731
SKAP
09/06/2012
Updated template. Minor text edits.
*E
4227355
PRIT
12/20/2013
Updated in new template.
Completing Sunset Review.
*F
4346172
PRIT
04/14/2014
Updated document with details of QDR-IV.
*G
4676098
DEVM
03/13/2015
Updated document with device cross reference and technical support link
Updated template
*H
5149565
DEVM
02/24/2016
Updated Device Cross Reference link.
Updated template
www.cypress.com
Document No. 001-15488 Rev. *H
15
Choosing the Right Cypress Synchronous SRAM
Worldwide Sales and Design Support
Cypress maintains a worldwide network of offices, solution centers, manufacturer’s representatives, and distributors. To find
the office closest to you, visit us at Cypress Locations.
PSoC® Solutions
Products
®
®
ARM Cortex Microcontrollers
cypress.com/arm
cypress.com/psoc
Automotive
cypress.com/automotive
PSoC 1 | PSoC 3 | PSoC 4 | PSoC 5LP
Clocks & Buffers
cypress.com/clocks
Cypress Developer Community
Interface
cypress.com/interface
Lighting & Power Control
cypress.com/powerpsoc
Memory
cypress.com/memory
PSoC
cypress.com/psoc
Touch Sensing
cypress.com/touch
USB Controllers
cypress.com/usb
Wireless/RF
cypress.com/wireless
Community | Forums | Blogs | Video | Training
Technical Support
cypress.com/support
PSoC is a registered trademark and PSoC Creator is a trademark of Cypress Semiconductor Corp. All other trademarks or registered trademarks
referenced herein are the property of their respective owners.
Cypress Semiconductor
198 Champion Court
San Jose, CA 95134-1709
Phone
Fax
Website
: 408-943-2600
: 408-943-4730
: www.cypress.com
© Cypress Semiconductor Corporation, 2007-2016. This document is the property of Cypress Semiconductor Corporation and its subsidiaries, including
Spansion LLC (“Cypress”). This document, including any software or firmware included or referenced in this document (“Software”), is owned by
Cypress under the intellectual property laws and treaties of the United States and other countries worldwide. Cypress reserves all rights under such
laws and treaties and does not, except as specifically stated in this paragraph, grant any license under its patents, copyrights, trademarks, or other
intellectual property rights. If the Software is not accompanied by a license agreement and you do not otherwise have a written agreement with
Cypress governing the use of the Software, then Cypress hereby grants you under its copyright rights in the Software, a personal, non-exclusive,
nontransferable license (without the right to sublicense) (a) for Software provided in source code form, to modify and reproduce the Software solely for
use with Cypress hardware products, only internally within your organization, and (b) to distribute the Software in binary code form externally to end
users (either directly or indirectly through resellers and distributors), solely for use on Cypress hardware product units. Cypress also grants you a
personal, non-exclusive, nontransferable, license (without the right to sublicense) under those claims of Cypress’s patents that are infringed by the
Software (as provided by Cypress, unmodified) to make, use, distribute, and import the Software solely to the minimum extent that is necessary for you
to exercise your rights under the copyright license granted in the previous sentence. Any other use, reproduction, modification, translation, or
compilation of the Software is prohibited.
CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS DOCUMENT OR ANY SOFTWARE,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Cypress reserves the right to make changes to this document without further notice. Cypress does not assume any liability arising out of the application
or use of any product or circuit described in this document. Any information provided in this document, including any sample design information or
programming code, is provided only for reference purposes. It is the responsibility of the user of this document to properly design, program, and test
the functionality and safety of any application made of this information and any resulting product. Cypress products are not designed, intended, or
authorized for use as critical components in systems designed or intended for the operation of weapons, weapons systems, nuclear installations, lifesupport devices or systems, other medical devices or systems (including resuscitation equipment and surgical implants), pollution control or hazardous
substances management, or other uses where the failure of the device or system could cause personal injury, death, or property damage (“Unintended
Uses”). A critical component is any component of a device or system whose failure to perform can be reasonably expected to cause the failure of the
device or system, or to affect its safety or effectiveness. Cypress is not liable, in whole or in part, and Company shall and hereby does release Cypress
from any claim, damage, or other liability arising from or related to all Unintended Uses of Cypress products. Company shall indemnify and hold
Cypress harmless from and against all claims, costs, damages, and other liabilities, including claims for personal injury or death, arising from or related
to any Unintended Uses of Cypress products.
Cypress, the Cypress logo, Spansion, the Spansion logo, and combinations thereof, PSoC, CapSense, EZ-USB, F-RAM, and Traveo are trademarks or
registered trademarks of Cypress in the United States and other countries. For a more complete list of Cypress trademarks, visit cypress.com. Other
names and brands may be claimed as property of their respective owners.
www.cypress.com
Document No. 001-15488 Rev. *H
16