SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
DOI : 10.5121/vlsic.2013.4310 102
DESIGN AND PERFORMANCE ANALYSIS OF ZBT
SRAM CONTROLLER
Smriti Sharma1
and Balwinder Singh2
1,2
Centre for Development of Advanced Computing, India
Sharma.smriti21@gmail.com, Balwinder.cdacmohali@gmail.com
ABSTRACT
Memory is an essential part of electronic industry. Since, the processors used in various high performance
PCs, network applications and communication equipment require high speed memories. The type of
memory used depends on system architecture, and its applications. This paper presents an SRAM
architecture known as Zero Bus Turnaround (ZBT). This ZBT SRAM is mainly developed for networking
applications where frequent READ/WRITE transitions are required. The other single data rate SRAMs are
inefficient as they require idle cycles when they frequently switch between reading and writing to the
memory. This controller is simulated on the Spartan 3 device. And the performance analysis is done on the
basis of area, speed and power.
KEYWORDS
ZBT SRAM, performance analysis, READ/WRITE transitions, speed, area & power
1. INTRODUCTION
The emergence of networking and communication systems requiring higher bandwidth interfaces
and lower latency for peripheral components lead to the implementation of designs using high
throughput memory with efficient bus utilization and resulted in the development of a new SRAM
architecture known as ZBT. The previous generation of static memory types is inefficient as they
require idle cycles when they frequently switch between reading from and writing to the memory.
IDT, Micron, and Motorola have developed the ZBT SRAM architecture to address this problem.
ZBT SRAM is offered with two intefaces they are: Flowthrough and Pipelined SRAM. Pipelined
interface requires two clock cycles for read and two clock cycles for write operations where as
flowthrough requires single clock cycle for both read and write operation, respectively.
Flowthrough provides one clock cycle less latency then pipelining, where as pipelining provides
high clock to data access.
Due to the fast, low latency access to the CPU, SRAMS are widely used in data communication
systems. ZBT SRAM architecture was developed to improve the bandwidth of the interface and
overcome the several limitations. ZBT SRAM technology was developed for operation in the
applications where data rates are below 200MHz.
Synchronous SRAM basically comes under two different flavors: Single data rate SRAMs and
Double data rate SRAMs [5].
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
102
The single Data Rate SRAMs are:
• Pipelined vs. Flowthrough SRAMs
• Burst SRAMs
• Network SRAMs - NoBL™/ZBT™ SRAMs.
The Double Data Rate SRAMs are:
• Standard DDR SRAMs
• QDR™ SRAMs.
Table 1. Comparison of ZBT/NoBL SRAM with other single data rate synchronous SRAMs
2. ZBT SRAM CONTROLLER
2.1. A Primer on ZBT SRAM
The term "Zero Bus Turnaround" was invented by IDT in October 1996. IDT, Micron, and
Motorola are the three companies that developed the ZBT technologies independently, and are
offering compatible ZBT products based upon the same architecture. ZBT SRAM provides the
maximum system throughput by utilizing every bus cycles. There is no turnaround cycles when
switching between read and write cycles. So this feature is beneficial in various applications with
random, intermixed read and writes operations on the data bus as compared to long bursts of
reads and writes. Some of the applications are LAN and WAN switching, gigabit switching,
network interface cards, ATM switching, switch or hub-shared fabric and router tables. ZBT
SRAM comes in two varieties i.e. pipelined and flowthrough. Flowthrough devices have shorter
latency than pipelined devices, but pipelined devices can operate at higher frequencies. Control
signals on both types are identical, and are simpler than Sync Burst. Pipelined ZBT SRAMs are
late-late-read RAMs in the sense that data appears two clock cycles after address. In order to
allow interleaved reads and writes, it is also called late-late-write RAM. Flowthrough ZBT
SRAM is late-read RAMs in that data appears one clock cycle after address. They are also called
late-write RAMs [10].
2.2. Block Diagram of ZBT SRAM Controller
In figure 1, the various low level modules of ZBT SRAM Controller are shown. An overview of
various signals used in ZBT SRAM controller are control, clock, address and data signals to give
an overall functionality description. The ZBT SRAM controller accepts SRAM request from user
and performs pipelined or flowthrough read and write operations, respectively. The controller
ensures that correct latencies and bus turnaround timings are met. Clock signal which comes
under the module clk_ctrl is used for all clocking purposes including reads and writes. All these
timing references are made at the rising edge of clock. Pipe_stage covers the control signals, and
Other Single Data Rate
Synchronous SRAMs
ZBT/NoBL Synchronous
SRAM
Most effective for Burst
Reads/Writes for Level 2 Cache
Ideal for Networking
applications
Ideal for Dominated Read or
Write
Ideal for Read/Write ratio
of 1
Latency occurs when switching
from write to read operation
Enables faster memory
performance-eliminates the
latency cycle
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
103
there are three primary types of control signals to interface with memory controllers. They are
wr_n, mode and adv_load. Wr_n is a synchronous input, asserted LOW for write operation and
asserted HIGH for read operation. Mode is a synchronous signal used to select the mode in which
memory is working i.e. either pipelined or flowthrough mode. Address signals comes under
addr_ctrl_out which uses one synchronous bus input for all read and write operations with
memory device. And last one is data signals that come under data_inout module which uses one
synchronous bidirectional data bus for all read and write operations to and from the memory
device. Further, description of these modules is given below:
• Pipe_delay provides the proper delay for the input data, depending on whether the
controller is working in the pipelined or flowthrough mode.
• Addr_ctrl_out registers the address and control signals before outputting them to the ZBT
SRAM.
• Data_inout registers the input and output user signals for speed purposes in a stand-alone
controller configuration.
• Clk_ctrl provides clock to all modules.
Figure 1. Block Diagram of ZBT SRAM Controller
2.3. ZBT SRAM Sequence
ZBT SRAM uses one system clock input for all clocking purposes including read and write
operations. Both read and write commands are sent on the rising edge of the clock. Here read data
bus and write data bus are the same. Figure 2(a) shows the timing of read and write operations in
the flowthrough ZBT SRAM. In this when address is loaded on the address bus then read/write
will be done after one clock cycle as shown in the fig below. Figure 2(b) shows the timing of read
and write operations in the pipelined ZBT SRAM. In this when address is loaded on the address
bus and read/write signal is given then read/write is done after two clock cycles as shown in the
figure below.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
104
Figure 2(a): Flowthrough operation
Figure 2(b): Pipelined Operation
3. RELATED WORK
Many researchers have explored the reading and writing from and to the memory in the past with
different SRAMs memory architectures and controllers designed. Some of the papers and
datasheets are discussed below. Kang Li et. al. [2] proposed a new architecture of shared QDR
SRAM controller to make the SRAM Controller suitable for higher bandwidth and speed network
communication. In this arbitration method is used to simultaneous read and write operation to the
memory can be executed, and tag architecture is adopted to keep the special sequence of the
SRAM reference. Thus, the high utilization of bandwidth is done. Ravi Khatwal [1] has worked
to design high speed and low power consumption memory for embedded system. And by using
Xilinx tool, they calculate the access time that is required for selecting a word and reading it. In
this, synchronous static RAM has easily read/writes operation in efficient manner. Abhishek
kumar et. al. [4] has worked to design a kind of SDRAM controller. This controller provides a
synchronous command interface to the SDRAM memory along with several control signals. It has
two main control schemes, command generation and signal generation, simultaneously these
modules provide signal to the data path for data transfer. In this memory system operates at
double the frequency of processor, without affecting the performance, we can reduce the data bus
size. Ranjan Chakraborty [3] discusses about the design of an 8-bit First In First Out Memory
which may be utilized in various electronic components and gadgets. In the first stage of design,
the RAM 16X4S chips are introduced in the design but here the numbers of bits were reduced
from 16 to 8 as it was not being possible to carry the previous number of bits in this renewed
design.
4. PROPOSED WORK
The design of the ZBT SRAM controller has been done successfully on Xilinx ISE Design Suite
12.4. The main contributions of this work are as follows:
1). ZBT SRAM Controller design: At first, we have to understand the working of address module.
Secondly, the most important block is datapath module, the most difficult aspect of ZBT SRAM
controller design is to transmit and capture data at proper time delay according to the mode
selected.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
105
2). ZBT SRAM Controller analysis: After completing the design process, analysis part is done.
Analysis can be done on the basis of speed, area, and power consumed. And also the frequency at
which it is working.
5. HARDWARE DESIGN AND VHDL MODEL
The hardware design of ZBT SRAM Controller has gone through three different stages. In the
first stage, the VHDL code is written and implemented for Flowthrough SRAM. In the second
stage, the VHDL code is written and implemented for Pipelined SRAM. In the third and the final
stage, Controller is designed and implemented for both techniques. Figure 3 shows the RTL
Schematic for ZBT SRAM Controller.
Figure 3: RTL schematic of ZBT SRAM Controller
• clk is the input clock signal to the controller.
• oe_n is the output enable signal.
• ce_n is the chip enable signal.
• wr_n is the read/write signal.
• mode is the mode select signal i.e. either flowthrough or pipelined.
• adv_load is the advance or load pin to the controller.
• addr is the user defined address i.e. the input address to the controller.
• data_inout is the data out from the controller during read process or data in from the user
to the memory during write process.
6. SIMULATION RESULTS
Figure 4(a) shows the VHDL simulation of controller in flowthrough mode of ZBT SRAM
Controller. Here, the period of clk given is 1us. Here control signals are occurred either at high-
to-low transition or at low-to-high transitions. Oe_n is the output enable signal which is active
low signal. It is required for read operation, to enable the output. Ce_n is the chip enable signal,
which is also active low signal. Wr_n is the read/write signal, when LOW, it worked as write
signal and when HIGH, it worked as read signal. Adv_load is the advance or load signal, which
when low, loads the new address on address bus and when high, advances the address present on
the address bus. As Addr is the input pin and therefore the advanced address is not shown on this
pin only the loaded address is visible. Data_inout is the data bus, which is bidirectional in nature
that same data bus is used in both read and writes cycles. Reg1 and reg2 are the memory array for
flowthrough and pipelined ZBT SRAM, respectively. The simulation results, shown below are the
read operation in flowthrough mode that is read operation take only one clock cycle for its
operation.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
106
Figure 4(a): Read/Write in Flowthrough ZBT SRAM
Figure 4(b) shows the VHDL simulation of controller in pipelined mode of ZBT SRAM
Controller. This simulation results, shows the read operation in pipelined mode that is in this read
operation takes two clock cycles for its operation.
Figure 4(b): Read/Write in Pipelined ZBT SRAM
7. RESULTS AND DISCUSSIONS
Table 2(a) shows the device utilization summary that includes the utilization of slices, slice flip
flops, 4 input LUTs, bonded IOBs and GCLKs. Table 2(b) shows the timing summary, which
includes minimum time period, maximum frequency needed , minimum time required by input
before clock, maximum time that output required after clock and maximum combinational path
delay.
Table 2(a): Device Utilization Summary
Logic Utilization Used Available Utilization
Number of Slices 148 768 19%
Number of Slice Flip Flops 201 1536 13%
Number of 4 input LUTs 161 1536 10%
Number of bonded IOBs 25 124 20%
Number of GCLKs 1 8 12%
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
107
Table 2(b): Timing Summary
Timing ZBT SRAM
Controller
Speed Grade -4
Minimum period 5.007ns
Maximum Frequency 199.720MHz
Minimum input arrival time before clock 6.598ns
Maximum output required time after clock 11.325ns
Maximum combinational path delay 12.538ns
8. CONCLUSIONS
In this paper, we have designed various modules of ZBT SRAM Controller and verified the
required functionality by using test bench. The main challenging part is to meet all the timing
requirements of various modules. We have met all the timing requirements efficiently. All the
design features are met according to the requirements. The device utilization summary is given in
Table2 (a) and timing summary is given in Table2 (b). And the total power consumed is 243.76
mW.
REFERENCES
[1] Ravi Khatwal and Manoj Kumar Jain. Article, March 2013: “An Efficient Synchronous Static
Memory design for Embedded System”. International Journal of Computer Applications 66(18):39-
45. Published by Foundation of Computer Science, New York, USA.
[2] Kang Li; Hongye Jia; Honghu Gong; Jiangyi Shi; Peijun Ma, 28-30 Oct. 2011 "Optimization of QDR
SRAM Controller in Network Processor," Computational Intelligence and Design (ISCID), 2011
Fourth International Symposium on , vol.1, pp.254-257. DOI :10.1109/ISCID.2011.71
[3] Ranjan Chakraborty, July 6-8, 2011 “Design and implementation of 8-bit read-write memory using
FIFO Algorithm,” Proceedings of the World Congress on Engineering 2011 Vol II WCE 2011,
London, U.K.
[4] Abhishek Kumar, Yogesh. E. Wankhede, Kirti Shinde P., Nisha Sarwade, 2010 “Design of SDRAM
Memory Controller using VHDL,” International Journal of Computer Science and Application Issue,
pp. 184-189, ISSN 0974-0767.
[5] Application Note, 2006 “Introduction to Cypress SRAMs – AN1116”.
[6] Volnei A. Pedroni, 2004 “Circuit Design with VHDL”, MIT Press Cambridge, Massachusetts
London, England.
[7] Altera, 2004 “ZBT SRAM Controller Reference Design for Stratix & Stratix GX Devices”.
[8] JOHN F. WAKERLY, 2002 “Digital design principles & practices”, 3rd Edition, Pearson Education
Asia.
[9] Shekhar Bapat, January 10, 2000 “Synthesizable 200 MHz ZBT SRAM Interface,” XAPP136 (v2.0).
[10] Shekhar Bapat, April 6, 1999 “Synthesizable 143 MHz ZBT* SRAM Interface,” XAPP136, (Version
1.1).
[11] Datasheet for ZBT SRAM Controller, Softjin enabling electronic design.
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013
108
[12] Application Note, 1997 “Understanding Static RAM Operation
Authors Biography
Balwinder Singh has obtained his Bachelor of Technology degree from National
Institute of Technology, Jalandhar and Master of Technology degree from University
Centre for Inst. & Microelectronics (UCIM), Punjab University, Chandigarh in 2002 and
2004 respectively. He is currently serving as Senior Engineer in Centre for Development
of Advanced Computing (CDAC), Mohali and is a part of the teaching faculty and also
pursuing PhD from GNDU Amritsar. He has 8+ years of teaching experience to both
undergraduate and postgraduate students. Singh has published three books and many papers in the
International & National Journal and Conferences. His current interest includes Genetic algorithms, Low
Power techniques, VLSI Design & Testing, and System on Chip.
Smriti Sharma received the B.Tech (Electronics and Communication Engineering)
degree from the Inderprastha Engineering College, Sahibabad affiliated to Uttar Pradesh
Technical University, in 2009, and presently she is doing M.Tech (VLSI design) degree
from Centre for Development of Advanced Computing (CDAC), Mohali and working on
her thesis work. Her area of interest is VLSI Design.

Contenu connexe

Tendances

Direct Memory Access & Interrrupts
Direct Memory Access & InterrruptsDirect Memory Access & Interrrupts
Direct Memory Access & InterrruptsSharmilaChidaravalli
 
Direct Memory Access (DMA)-Working and Implementation
Direct Memory Access (DMA)-Working and ImplementationDirect Memory Access (DMA)-Working and Implementation
Direct Memory Access (DMA)-Working and ImplementationShubham Kumar
 
Memory map selection of real time sdram controller using verilog full project...
Memory map selection of real time sdram controller using verilog full project...Memory map selection of real time sdram controller using verilog full project...
Memory map selection of real time sdram controller using verilog full project...rahul kumar verma
 
LCA13: ARMv8 Status and Updates
LCA13: ARMv8 Status and UpdatesLCA13: ARMv8 Status and Updates
LCA13: ARMv8 Status and UpdatesLinaro
 
Direct memory access
Direct memory accessDirect memory access
Direct memory accessWBUTTUTORIALS
 
Memory interleaving and superscalar processor
Memory interleaving and superscalar processorMemory interleaving and superscalar processor
Memory interleaving and superscalar processorsshwetasrivastava
 
Unit 4-input-output organization
Unit 4-input-output organizationUnit 4-input-output organization
Unit 4-input-output organizationvishal choudhary
 
RISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van NeumannRISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van NeumannRavikumar Tiwari
 
Multiprocessor
MultiprocessorMultiprocessor
MultiprocessorA B Shinde
 

Tendances (20)

DMA operation
DMA operationDMA operation
DMA operation
 
Direct Memory Access & Interrrupts
Direct Memory Access & InterrruptsDirect Memory Access & Interrrupts
Direct Memory Access & Interrrupts
 
Direct Memory Access (DMA)-Working and Implementation
Direct Memory Access (DMA)-Working and ImplementationDirect Memory Access (DMA)-Working and Implementation
Direct Memory Access (DMA)-Working and Implementation
 
Direct Memory Access
Direct Memory AccessDirect Memory Access
Direct Memory Access
 
DMA and DMA controller
DMA and DMA controllerDMA and DMA controller
DMA and DMA controller
 
DMA
DMADMA
DMA
 
Direct access memory
Direct access memoryDirect access memory
Direct access memory
 
Memory map selection of real time sdram controller using verilog full project...
Memory map selection of real time sdram controller using verilog full project...Memory map selection of real time sdram controller using verilog full project...
Memory map selection of real time sdram controller using verilog full project...
 
Adaptive bank management[1]
Adaptive bank management[1]Adaptive bank management[1]
Adaptive bank management[1]
 
LCA13: ARMv8 Status and Updates
LCA13: ARMv8 Status and UpdatesLCA13: ARMv8 Status and Updates
LCA13: ARMv8 Status and Updates
 
Direct memory access
Direct memory accessDirect memory access
Direct memory access
 
Memory interleaving and superscalar processor
Memory interleaving and superscalar processorMemory interleaving and superscalar processor
Memory interleaving and superscalar processor
 
Lecture 39
Lecture 39Lecture 39
Lecture 39
 
L010236974
L010236974L010236974
L010236974
 
03 Buses
03 Buses03 Buses
03 Buses
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Unit 4-input-output organization
Unit 4-input-output organizationUnit 4-input-output organization
Unit 4-input-output organization
 
Unit 2
Unit 2Unit 2
Unit 2
 
RISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van NeumannRISC Vs CISC, Harvard v/s Van Neumann
RISC Vs CISC, Harvard v/s Van Neumann
 
Multiprocessor
MultiprocessorMultiprocessor
Multiprocessor
 

En vedette

Tracking cancer patients medical history using wireless emerging technology ...
Tracking cancer patients medical history using wireless emerging technology  ...Tracking cancer patients medical history using wireless emerging technology  ...
Tracking cancer patients medical history using wireless emerging technology ...VLSICS Design
 
Dynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationDynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationVLSICS Design
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELVLSICS Design
 
An efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationAn efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationVLSICS Design
 
Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementVLSICS Design
 
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...VLSICS Design
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...VLSICS Design
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATIONVLSICS Design
 
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...VLSICS Design
 
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...VLSICS Design
 
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITA NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITVLSICS Design
 
An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...VLSICS Design
 
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVLSICS Design
 

En vedette (17)

Tracking cancer patients medical history using wireless emerging technology ...
Tracking cancer patients medical history using wireless emerging technology  ...Tracking cancer patients medical history using wireless emerging technology  ...
Tracking cancer patients medical history using wireless emerging technology ...
 
The Road to Traffic Attraction
The Road to Traffic AttractionThe Road to Traffic Attraction
The Road to Traffic Attraction
 
Dynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd applicationDynamic floating output stage for low power buffer amplifier for lcd application
Dynamic floating output stage for low power buffer amplifier for lcd application
 
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODELANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
ANALOG MODELING OF RECURSIVE ESTIMATOR DESIGN WITH FILTER DESIGN MODEL
 
An efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplicationAn efficient multi resolution filter bank based on da based multiplication
An efficient multi resolution filter bank based on da based multiplication
 
Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay element
 
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
ANALYSIS OF SMALL-SIGNAL PARAMETERS OF 2-D MODFET WITH POLARIZATION EFFECTS F...
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
 
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...A DAPTIVE  S UPPLY  V OLTAGE  M ANAGEMENT  F OR  L OW  P OWER  L OGIC  C IRCU...
A DAPTIVE S UPPLY V OLTAGE M ANAGEMENT F OR L OW P OWER L OGIC C IRCU...
 
Elements to Consider When Checking Onsite and Offsite Factors
Elements to Consider When Checking Onsite and Offsite FactorsElements to Consider When Checking Onsite and Offsite Factors
Elements to Consider When Checking Onsite and Offsite Factors
 
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
Energy Efficient Full Adder Cell Design with Using Carbon Nanotube Field Effe...
 
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUITA NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
A NEW LOW VOLTAGE P-MOS BULK DRIVEN CURRENT MIRROR CIRCUIT
 
Words of Wisdom From SEO
Words of Wisdom From SEOWords of Wisdom From SEO
Words of Wisdom From SEO
 
An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...An operational amplifier with recycling folded cascode topology and adaptive ...
An operational amplifier with recycling folded cascode topology and adaptive ...
 
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGAVlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
Vlsics040307DESIGN AND IMPLEMENTATION OF CAR PARKING SYSTEM ON FPGA
 
Cool 404 error pages
Cool 404 error pagesCool 404 error pages
Cool 404 error pages
 

Similaire à DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER

IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDL
IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDLIRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDL
IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDLIRJET Journal
 
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic Logic
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic LogicIRJET- Deisgn of Low Power 16x16 Sram with Adiabatic Logic
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic LogicIRJET Journal
 
IBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowIBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowSandeep Patil
 
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...Design, Validation and Correlation of Characterized SODIMM Modules Supporting...
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...IOSR Journals
 
ARM architcture
ARM architcture ARM architcture
ARM architcture Hossam Adel
 
FPGA based QDR-II+ SRAM Controller
FPGA based QDR-II+ SRAM ControllerFPGA based QDR-II+ SRAM Controller
FPGA based QDR-II+ SRAM Controlleriosrjce
 
Design and Simulation Low power SRAM Circuits
Design and Simulation Low power SRAM CircuitsDesign and Simulation Low power SRAM Circuits
Design and Simulation Low power SRAM Circuitsijsrd.com
 
IBM Spectrum Scale Network Flows
IBM Spectrum Scale Network FlowsIBM Spectrum Scale Network Flows
IBM Spectrum Scale Network FlowsTomer Perry
 
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory Subsystem
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory SubsystemModeling of DDR4 Memory and Advanced Verifications of DDR4 Memory Subsystem
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory SubsystemIRJET Journal
 
DesignCon 2015-criticalmemoryperformancemetricsforDDR4
DesignCon 2015-criticalmemoryperformancemetricsforDDR4DesignCon 2015-criticalmemoryperformancemetricsforDDR4
DesignCon 2015-criticalmemoryperformancemetricsforDDR4Barbara Aichinger
 
An improvised design implementation of sram
An improvised design implementation of sramAn improvised design implementation of sram
An improvised design implementation of sramIAEME Publication
 
An improvised design implementation of sram
An improvised design implementation of sramAn improvised design implementation of sram
An improvised design implementation of sramIAEME Publication
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilogSrinivas Naidu
 
unit 1ARM INTRODUCTION.pptx
unit 1ARM INTRODUCTION.pptxunit 1ARM INTRODUCTION.pptx
unit 1ARM INTRODUCTION.pptxKandavelEee
 
ece260project.doc
ece260project.docece260project.doc
ece260project.docFanyu Yang
 

Similaire à DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER (20)

IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDL
IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDLIRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDL
IRJET- Design And VLSI Verification of DDR SDRAM Controller Using VHDL
 
Isa bus nptel
Isa bus nptelIsa bus nptel
Isa bus nptel
 
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic Logic
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic LogicIRJET- Deisgn of Low Power 16x16 Sram with Adiabatic Logic
IRJET- Deisgn of Low Power 16x16 Sram with Adiabatic Logic
 
IBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking FlowIBM Spectrum Scale Networking Flow
IBM Spectrum Scale Networking Flow
 
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...Design, Validation and Correlation of Characterized SODIMM Modules Supporting...
Design, Validation and Correlation of Characterized SODIMM Modules Supporting...
 
ARM architcture
ARM architcture ARM architcture
ARM architcture
 
FPGA based QDR-II+ SRAM Controller
FPGA based QDR-II+ SRAM ControllerFPGA based QDR-II+ SRAM Controller
FPGA based QDR-II+ SRAM Controller
 
Design and Simulation Low power SRAM Circuits
Design and Simulation Low power SRAM CircuitsDesign and Simulation Low power SRAM Circuits
Design and Simulation Low power SRAM Circuits
 
IBM Spectrum Scale Network Flows
IBM Spectrum Scale Network FlowsIBM Spectrum Scale Network Flows
IBM Spectrum Scale Network Flows
 
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory Subsystem
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory SubsystemModeling of DDR4 Memory and Advanced Verifications of DDR4 Memory Subsystem
Modeling of DDR4 Memory and Advanced Verifications of DDR4 Memory Subsystem
 
Kj2417641769
Kj2417641769Kj2417641769
Kj2417641769
 
DesignCon 2015-criticalmemoryperformancemetricsforDDR4
DesignCon 2015-criticalmemoryperformancemetricsforDDR4DesignCon 2015-criticalmemoryperformancemetricsforDDR4
DesignCon 2015-criticalmemoryperformancemetricsforDDR4
 
An improvised design implementation of sram
An improvised design implementation of sramAn improvised design implementation of sram
An improvised design implementation of sram
 
An improvised design implementation of sram
An improvised design implementation of sramAn improvised design implementation of sram
An improvised design implementation of sram
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog301378156 design-of-sram-in-verilog
301378156 design-of-sram-in-verilog
 
unit 1ARM INTRODUCTION.pptx
unit 1ARM INTRODUCTION.pptxunit 1ARM INTRODUCTION.pptx
unit 1ARM INTRODUCTION.pptx
 
ece260project.doc
ece260project.docece260project.doc
ece260project.doc
 
12429908.ppt
12429908.ppt12429908.ppt
12429908.ppt
 
Memory technologies
Memory technologiesMemory technologies
Memory technologies
 

Dernier

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Dernier (20)

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER

  • 1. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 DOI : 10.5121/vlsic.2013.4310 102 DESIGN AND PERFORMANCE ANALYSIS OF ZBT SRAM CONTROLLER Smriti Sharma1 and Balwinder Singh2 1,2 Centre for Development of Advanced Computing, India Sharma.smriti21@gmail.com, Balwinder.cdacmohali@gmail.com ABSTRACT Memory is an essential part of electronic industry. Since, the processors used in various high performance PCs, network applications and communication equipment require high speed memories. The type of memory used depends on system architecture, and its applications. This paper presents an SRAM architecture known as Zero Bus Turnaround (ZBT). This ZBT SRAM is mainly developed for networking applications where frequent READ/WRITE transitions are required. The other single data rate SRAMs are inefficient as they require idle cycles when they frequently switch between reading and writing to the memory. This controller is simulated on the Spartan 3 device. And the performance analysis is done on the basis of area, speed and power. KEYWORDS ZBT SRAM, performance analysis, READ/WRITE transitions, speed, area & power 1. INTRODUCTION The emergence of networking and communication systems requiring higher bandwidth interfaces and lower latency for peripheral components lead to the implementation of designs using high throughput memory with efficient bus utilization and resulted in the development of a new SRAM architecture known as ZBT. The previous generation of static memory types is inefficient as they require idle cycles when they frequently switch between reading from and writing to the memory. IDT, Micron, and Motorola have developed the ZBT SRAM architecture to address this problem. ZBT SRAM is offered with two intefaces they are: Flowthrough and Pipelined SRAM. Pipelined interface requires two clock cycles for read and two clock cycles for write operations where as flowthrough requires single clock cycle for both read and write operation, respectively. Flowthrough provides one clock cycle less latency then pipelining, where as pipelining provides high clock to data access. Due to the fast, low latency access to the CPU, SRAMS are widely used in data communication systems. ZBT SRAM architecture was developed to improve the bandwidth of the interface and overcome the several limitations. ZBT SRAM technology was developed for operation in the applications where data rates are below 200MHz. Synchronous SRAM basically comes under two different flavors: Single data rate SRAMs and Double data rate SRAMs [5].
  • 2. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 102 The single Data Rate SRAMs are: • Pipelined vs. Flowthrough SRAMs • Burst SRAMs • Network SRAMs - NoBL™/ZBT™ SRAMs. The Double Data Rate SRAMs are: • Standard DDR SRAMs • QDR™ SRAMs. Table 1. Comparison of ZBT/NoBL SRAM with other single data rate synchronous SRAMs 2. ZBT SRAM CONTROLLER 2.1. A Primer on ZBT SRAM The term "Zero Bus Turnaround" was invented by IDT in October 1996. IDT, Micron, and Motorola are the three companies that developed the ZBT technologies independently, and are offering compatible ZBT products based upon the same architecture. ZBT SRAM provides the maximum system throughput by utilizing every bus cycles. There is no turnaround cycles when switching between read and write cycles. So this feature is beneficial in various applications with random, intermixed read and writes operations on the data bus as compared to long bursts of reads and writes. Some of the applications are LAN and WAN switching, gigabit switching, network interface cards, ATM switching, switch or hub-shared fabric and router tables. ZBT SRAM comes in two varieties i.e. pipelined and flowthrough. Flowthrough devices have shorter latency than pipelined devices, but pipelined devices can operate at higher frequencies. Control signals on both types are identical, and are simpler than Sync Burst. Pipelined ZBT SRAMs are late-late-read RAMs in the sense that data appears two clock cycles after address. In order to allow interleaved reads and writes, it is also called late-late-write RAM. Flowthrough ZBT SRAM is late-read RAMs in that data appears one clock cycle after address. They are also called late-write RAMs [10]. 2.2. Block Diagram of ZBT SRAM Controller In figure 1, the various low level modules of ZBT SRAM Controller are shown. An overview of various signals used in ZBT SRAM controller are control, clock, address and data signals to give an overall functionality description. The ZBT SRAM controller accepts SRAM request from user and performs pipelined or flowthrough read and write operations, respectively. The controller ensures that correct latencies and bus turnaround timings are met. Clock signal which comes under the module clk_ctrl is used for all clocking purposes including reads and writes. All these timing references are made at the rising edge of clock. Pipe_stage covers the control signals, and Other Single Data Rate Synchronous SRAMs ZBT/NoBL Synchronous SRAM Most effective for Burst Reads/Writes for Level 2 Cache Ideal for Networking applications Ideal for Dominated Read or Write Ideal for Read/Write ratio of 1 Latency occurs when switching from write to read operation Enables faster memory performance-eliminates the latency cycle
  • 3. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 103 there are three primary types of control signals to interface with memory controllers. They are wr_n, mode and adv_load. Wr_n is a synchronous input, asserted LOW for write operation and asserted HIGH for read operation. Mode is a synchronous signal used to select the mode in which memory is working i.e. either pipelined or flowthrough mode. Address signals comes under addr_ctrl_out which uses one synchronous bus input for all read and write operations with memory device. And last one is data signals that come under data_inout module which uses one synchronous bidirectional data bus for all read and write operations to and from the memory device. Further, description of these modules is given below: • Pipe_delay provides the proper delay for the input data, depending on whether the controller is working in the pipelined or flowthrough mode. • Addr_ctrl_out registers the address and control signals before outputting them to the ZBT SRAM. • Data_inout registers the input and output user signals for speed purposes in a stand-alone controller configuration. • Clk_ctrl provides clock to all modules. Figure 1. Block Diagram of ZBT SRAM Controller 2.3. ZBT SRAM Sequence ZBT SRAM uses one system clock input for all clocking purposes including read and write operations. Both read and write commands are sent on the rising edge of the clock. Here read data bus and write data bus are the same. Figure 2(a) shows the timing of read and write operations in the flowthrough ZBT SRAM. In this when address is loaded on the address bus then read/write will be done after one clock cycle as shown in the fig below. Figure 2(b) shows the timing of read and write operations in the pipelined ZBT SRAM. In this when address is loaded on the address bus and read/write signal is given then read/write is done after two clock cycles as shown in the figure below.
  • 4. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 104 Figure 2(a): Flowthrough operation Figure 2(b): Pipelined Operation 3. RELATED WORK Many researchers have explored the reading and writing from and to the memory in the past with different SRAMs memory architectures and controllers designed. Some of the papers and datasheets are discussed below. Kang Li et. al. [2] proposed a new architecture of shared QDR SRAM controller to make the SRAM Controller suitable for higher bandwidth and speed network communication. In this arbitration method is used to simultaneous read and write operation to the memory can be executed, and tag architecture is adopted to keep the special sequence of the SRAM reference. Thus, the high utilization of bandwidth is done. Ravi Khatwal [1] has worked to design high speed and low power consumption memory for embedded system. And by using Xilinx tool, they calculate the access time that is required for selecting a word and reading it. In this, synchronous static RAM has easily read/writes operation in efficient manner. Abhishek kumar et. al. [4] has worked to design a kind of SDRAM controller. This controller provides a synchronous command interface to the SDRAM memory along with several control signals. It has two main control schemes, command generation and signal generation, simultaneously these modules provide signal to the data path for data transfer. In this memory system operates at double the frequency of processor, without affecting the performance, we can reduce the data bus size. Ranjan Chakraborty [3] discusses about the design of an 8-bit First In First Out Memory which may be utilized in various electronic components and gadgets. In the first stage of design, the RAM 16X4S chips are introduced in the design but here the numbers of bits were reduced from 16 to 8 as it was not being possible to carry the previous number of bits in this renewed design. 4. PROPOSED WORK The design of the ZBT SRAM controller has been done successfully on Xilinx ISE Design Suite 12.4. The main contributions of this work are as follows: 1). ZBT SRAM Controller design: At first, we have to understand the working of address module. Secondly, the most important block is datapath module, the most difficult aspect of ZBT SRAM controller design is to transmit and capture data at proper time delay according to the mode selected.
  • 5. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 105 2). ZBT SRAM Controller analysis: After completing the design process, analysis part is done. Analysis can be done on the basis of speed, area, and power consumed. And also the frequency at which it is working. 5. HARDWARE DESIGN AND VHDL MODEL The hardware design of ZBT SRAM Controller has gone through three different stages. In the first stage, the VHDL code is written and implemented for Flowthrough SRAM. In the second stage, the VHDL code is written and implemented for Pipelined SRAM. In the third and the final stage, Controller is designed and implemented for both techniques. Figure 3 shows the RTL Schematic for ZBT SRAM Controller. Figure 3: RTL schematic of ZBT SRAM Controller • clk is the input clock signal to the controller. • oe_n is the output enable signal. • ce_n is the chip enable signal. • wr_n is the read/write signal. • mode is the mode select signal i.e. either flowthrough or pipelined. • adv_load is the advance or load pin to the controller. • addr is the user defined address i.e. the input address to the controller. • data_inout is the data out from the controller during read process or data in from the user to the memory during write process. 6. SIMULATION RESULTS Figure 4(a) shows the VHDL simulation of controller in flowthrough mode of ZBT SRAM Controller. Here, the period of clk given is 1us. Here control signals are occurred either at high- to-low transition or at low-to-high transitions. Oe_n is the output enable signal which is active low signal. It is required for read operation, to enable the output. Ce_n is the chip enable signal, which is also active low signal. Wr_n is the read/write signal, when LOW, it worked as write signal and when HIGH, it worked as read signal. Adv_load is the advance or load signal, which when low, loads the new address on address bus and when high, advances the address present on the address bus. As Addr is the input pin and therefore the advanced address is not shown on this pin only the loaded address is visible. Data_inout is the data bus, which is bidirectional in nature that same data bus is used in both read and writes cycles. Reg1 and reg2 are the memory array for flowthrough and pipelined ZBT SRAM, respectively. The simulation results, shown below are the read operation in flowthrough mode that is read operation take only one clock cycle for its operation.
  • 6. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 106 Figure 4(a): Read/Write in Flowthrough ZBT SRAM Figure 4(b) shows the VHDL simulation of controller in pipelined mode of ZBT SRAM Controller. This simulation results, shows the read operation in pipelined mode that is in this read operation takes two clock cycles for its operation. Figure 4(b): Read/Write in Pipelined ZBT SRAM 7. RESULTS AND DISCUSSIONS Table 2(a) shows the device utilization summary that includes the utilization of slices, slice flip flops, 4 input LUTs, bonded IOBs and GCLKs. Table 2(b) shows the timing summary, which includes minimum time period, maximum frequency needed , minimum time required by input before clock, maximum time that output required after clock and maximum combinational path delay. Table 2(a): Device Utilization Summary Logic Utilization Used Available Utilization Number of Slices 148 768 19% Number of Slice Flip Flops 201 1536 13% Number of 4 input LUTs 161 1536 10% Number of bonded IOBs 25 124 20% Number of GCLKs 1 8 12%
  • 7. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 107 Table 2(b): Timing Summary Timing ZBT SRAM Controller Speed Grade -4 Minimum period 5.007ns Maximum Frequency 199.720MHz Minimum input arrival time before clock 6.598ns Maximum output required time after clock 11.325ns Maximum combinational path delay 12.538ns 8. CONCLUSIONS In this paper, we have designed various modules of ZBT SRAM Controller and verified the required functionality by using test bench. The main challenging part is to meet all the timing requirements of various modules. We have met all the timing requirements efficiently. All the design features are met according to the requirements. The device utilization summary is given in Table2 (a) and timing summary is given in Table2 (b). And the total power consumed is 243.76 mW. REFERENCES [1] Ravi Khatwal and Manoj Kumar Jain. Article, March 2013: “An Efficient Synchronous Static Memory design for Embedded System”. International Journal of Computer Applications 66(18):39- 45. Published by Foundation of Computer Science, New York, USA. [2] Kang Li; Hongye Jia; Honghu Gong; Jiangyi Shi; Peijun Ma, 28-30 Oct. 2011 "Optimization of QDR SRAM Controller in Network Processor," Computational Intelligence and Design (ISCID), 2011 Fourth International Symposium on , vol.1, pp.254-257. DOI :10.1109/ISCID.2011.71 [3] Ranjan Chakraborty, July 6-8, 2011 “Design and implementation of 8-bit read-write memory using FIFO Algorithm,” Proceedings of the World Congress on Engineering 2011 Vol II WCE 2011, London, U.K. [4] Abhishek Kumar, Yogesh. E. Wankhede, Kirti Shinde P., Nisha Sarwade, 2010 “Design of SDRAM Memory Controller using VHDL,” International Journal of Computer Science and Application Issue, pp. 184-189, ISSN 0974-0767. [5] Application Note, 2006 “Introduction to Cypress SRAMs – AN1116”. [6] Volnei A. Pedroni, 2004 “Circuit Design with VHDL”, MIT Press Cambridge, Massachusetts London, England. [7] Altera, 2004 “ZBT SRAM Controller Reference Design for Stratix & Stratix GX Devices”. [8] JOHN F. WAKERLY, 2002 “Digital design principles & practices”, 3rd Edition, Pearson Education Asia. [9] Shekhar Bapat, January 10, 2000 “Synthesizable 200 MHz ZBT SRAM Interface,” XAPP136 (v2.0). [10] Shekhar Bapat, April 6, 1999 “Synthesizable 143 MHz ZBT* SRAM Interface,” XAPP136, (Version 1.1). [11] Datasheet for ZBT SRAM Controller, Softjin enabling electronic design.
  • 8. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.3, June 2013 108 [12] Application Note, 1997 “Understanding Static RAM Operation Authors Biography Balwinder Singh has obtained his Bachelor of Technology degree from National Institute of Technology, Jalandhar and Master of Technology degree from University Centre for Inst. & Microelectronics (UCIM), Punjab University, Chandigarh in 2002 and 2004 respectively. He is currently serving as Senior Engineer in Centre for Development of Advanced Computing (CDAC), Mohali and is a part of the teaching faculty and also pursuing PhD from GNDU Amritsar. He has 8+ years of teaching experience to both undergraduate and postgraduate students. Singh has published three books and many papers in the International & National Journal and Conferences. His current interest includes Genetic algorithms, Low Power techniques, VLSI Design & Testing, and System on Chip. Smriti Sharma received the B.Tech (Electronics and Communication Engineering) degree from the Inderprastha Engineering College, Sahibabad affiliated to Uttar Pradesh Technical University, in 2009, and presently she is doing M.Tech (VLSI design) degree from Centre for Development of Advanced Computing (CDAC), Mohali and working on her thesis work. Her area of interest is VLSI Design.