ESDRAM/SDRAM Controller For 80 MHz Intel i960hd Processor

Size: px
Start display at page:

Download "ESDRAM/SDRAM Controller For 80 MHz Intel i960hd Processor"

Transcription

1 ESDRAM/SDRAM Controller For 80 MHz Intel i960hd Processor AN-113 Enhanced Memory Systems Enhanced SDRAM (ESDRAM) is the memory of choice for high performance i960hx systems. The Enhanced Memory Systems ESDRAM is 100% pin and function compatible with standard SDRAM. Therefore, a memory controller can be designed to support both memory types to allow the user a high performance upgrade option over standard SDRAM. Introduction The Intel i960hd processor is popular for high performance embedded applications. The i960hd has an internal 32-bit architecture, a 32-bit address bus and a 32-bit data bus. The processor clock operates at 80 MHz while the external bus operates at 40 MHz. The fast access times of ESDRAM allow read and write hit cycles to be performed in zero wait states without the need for external cache or bank interleaving. This high level of performance is achieved with a single non-interleaved memory bank consisting of as few as two 1Mx16, SM2404T-10 ESDRAM components. Standard SDRAM components must run with a CAS latency of two and with a longer RAS to CAS delay, cycle time delay, and precharge delay. The ESDRAM and SDRAM cycle times are shown in Table 1. Transaction -10 ESDRAM -10 SDRAM Single Read Miss 4 6 Burst Read Miss 4:1:1:1 6:1:1:1 Single Read Hit 3 4 Single Write Hit 2 2 Single Write Miss 3 4 Burst Write Miss 3:1:1:1 4:1:1:1 Auto Refresh (CBR) 4 6 Table 1 - Performance Comparison at a 40 MHz Bus Speed A single CPLD and optional data bus buffers can interface 4 to 16 Mbytes of Enhanced Memory Systems ESDRAM or SDRAM memory to the i960hd processor as shown in Figure 1. This design will support a 40 MHz external bus speed by using the -10 ns version of ESDRAM/SDRAM. This application note will describe the design of this single chip ESDRAM/SDRAM controller. ESDRAM/SDRAM Controller Design The objective of this single CPLD controller design is to support all i960hd memory transactions with minimum memory wait states. The controller is designed to support from 4 to 16 Mbytes of ESDRAM/SDRAM using either individual components or a single DIMM module. The timing is based on the i960hd-80 specification, however this application note could also apply to the other versions of the Intel i960hx family. Two 11-bit page detect registers, TAG_A and TAG_B, are used to indicate when either a read or write cycle is a page hit or a page miss. One tag register is used for each internal bank or ESDRAM/SDRAM. The i960hd operates at 3.3V and is tolerant to +5V inputs on any pin. Therefore the CPLD can drive a +5V output into the i960hd. Both ESDRAM and SDRAM are not tolerant to +5V inputs. If a +5V CPLD is used for the controller, then voltage translation using bus switches must be used to prevent driving more than +3.6V into the address or control inputs. This application note describes a design concept that has not been 100% tested and verified in hardware. Enhanced Memory Systems does not warranty the use of this information and cannot assume responsibility for any errors which may appear in the document. Revision 1.4

2 RESET# CLKIN ADS# Intel i960hd BLAST# W/R# BE(3:0) READY# A(31:2) ESDRAM/SDRAM CPLD Controller D(31:0) TIMER ESDRAM DATA BUFFERS CLK CS# RAS# CAS# WE# DQM(3-0)# A(11) A(10) A(9-0) Vcc CKE D(31:0) ESDRAM/SDRAM Figure 1 - Intel i960hd System Block Diagram The i960hd supports the following memory transactions: Single Read Cycle Burst Read Cycle Single Write Cycle Burst Write Cycle In order to support these bus operations, the ESDRAM/SDRAM controller must interface with the following processor signals and other inputs: CLKIN - External Clock A(31:2) - Address Bus W/R# - Write/Read BLAST# - Last transfer of a cycle ADS# - Address Strobe BE(3:0) - Byte Enables RESET# - System Reset READY# - Data is valid TIMER Timer Input ESDRAM - Tied High if ESDRAM is present The controller generates the following signals to control the ESDRAM memory: RAS# - Row Enable CAS# - Column Address Latch WE# - Write Enable CS# - Chip Select MA(11:0) - Multiplexed Row/Column Address Lines DQM(3:0)# - Data Output Mask Lines Rev

3 The DQM(3:0)# outputs serve as byte selects on partial read or write cycles. The BE(3:0) bits specify whether the transfer size is one, two, or four bytes. Only write cycles need to decode these bits. During read cycles an entire 32-bit word is returned even for partial reads. MRS IDLE AUTO REFRESH ACTV Write-AP Read-AP ESDRAM/SDRAM ESDRAM ONLY PWR ON PRE Figure 2 - Simplified ESDRAM/SDRAM Controller State Machine The state diagram for the ESDRAM/SDRAM memory sequences is shown in Figure 2. A memory sequence is initiated when the ADS# input is sampled at the rising edge of CLKIN. The State Machine implements the following ESDRAM/SDRAM control sequences on the rising edge of CLKIN: Reset Sequence - When the RESET# input is low, the processor is in its reset state. The ESDRAM/SDRAM controller performs a 200 µs delay, a precharge to all banks, eight auto-refreshes, and an MRS cycle. When RESET# is released, the controller enters its idle state waiting for memory transactions. Single Read Miss Sequence - When ADS# is low, W/R# is low, and the tag register for the bank being accessed does not match the current row address, a single read miss sequence begins. The READY# signal is held high to hold off the processor until the data is valid. An ACTV and Read-AP command are issued. The data is returned one cycle after the Read-AP command. A manual precharge command is issued to terminate the burst. Rev

4 Single Read Hit Sequence - When ADS# is low, W/R# is low, and the tag register for the bank being accessed matches the current row address, a single read hit sequence begins. The READY# signal is held high to hold off the processor until the data is valid. A Read-AP command is issued. The data is returned one cycle after the Read-AP command. A manual precharge command is issued to terminate the burst. Single Write Hit Sequence - When ADS# is low, W/R# is high, and the tag register for the bank being accessed does match the current row address, a single write hit sequence begins. The READY# signal is held high to hold off the processor until the data is valid. A Write-AP command is issued. The data is written coincident with the Write-AP command. A manual precharge command is issued to terminate the burst. Single Write Miss Sequence - When ADS# is low, W/R# is high, and the tag register for the bank being accessed does not match the current row address, a single write miss sequence begins. The READY# signal is held high to hold off the processor until the data is valid. An ACTV and then a Write-AP command are issued. The data is written coincident with the Write-AP command. A manual precharge command is issued to terminate the burst. Burst Read Miss Sequence - When ADS# is low, W/R# is low, and the tag register for the bank being accessed does not match the current row address, a single burst read miss sequence begins. The READY# signal is held high to hold off the processor until the data is valid. An ACTV and then a Read-AP command is issued. The first word of data is returned one cycle after the Read-AP command. The last data word is signaled by the assertion of BLAST#. Burst Write Miss Sequence - When ADS# is low, W/R# is high, and the tag register for the bank being accessed does not match the current row address, a burst write miss sequence begins. The READY# signal is held high to hold off the processor until the data is valid. An ACTV and a Write- AP command is issued. The first word of data is written coincident with the Write-AP command. The last data word is signaled by the assertion of BLAST#. Auto-Refresh Sequence - The refresh sequence is started when the external timer pulses high every 32 µs. Any memory cycles that are in progress will be completed prior to beginning the refresh sequence. Idle State - When no read, write, or refresh cycles are in progress, the state machine returns to the idle state. Initialization Sequence - Immediately after reset, a 200 µs delay, a precharge to all banks, eight auto-refreshes, and an MRS cycle is executed. Then the state machine enters the idle state waiting for a memory transaction. Mode Register Set (MRS) Sequence - The MRS sequence programs the ESDRAM/SDRAM for the proper latencies, burst length, and operation mode as part of the initialization sequence. For this design, CAS latency is set to 1, Burst Length to 4, Burst Type to Interleaved. The attached timing sequences demonstrate the timing of the ESDRAM controller in a 80 MHz Intel i960hd system with the -10 ns speed grade of ESDRAM. The worst case timing analysis is performed using Chronology s Timing Designer TM software with ESDRAM timing parameters entered from the datasheet. ESDRAM/SDRAM controller parameters are based on a 7ns Vantis MV128_68 CPLD. The Vantis MV128_68 CPLD was selected because of its fast propagation delay and clock-to-output delay. Other CPLD or FPGA devices with similar performance would also be useful for this ESDRAM/SDRAM controller design. Rev

5 Conclusion An ESDRAM/SDRAM controller for the 80 MHz Intel i960hd processor can be implemented using a small to medium size CPLD such as the Vantis MV128_68. This controller supports a single noninterleaved bank of 4 to 16 Mbytes of ESDRAM/SDRAM. The ESDRAM improves i960hd system performance by reducing the latencies over standard SDRAM. The controller supports both ESDRAM and SDRAM to provide the user with a high performance upgrade option over standard SDRAM. Rev

6 0ns 50ns 100ns 150ns Intel i960 Read Hit Cycle - 40 MHz COMMAND Read-AP PRE CLKIN trp A(31:4), BE(3:0) A(3:2) address addr ADS# BLAST# W/R CS# A(11) - BS BS A(10) MA(9:0) col WE# RAS# CAS# D(31:0) DATA READY# DQM(3:0) Notes: 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length = 4, CL=1. Rev

7 0ns 50ns 100ns Intel i960 Read Miss Cycle - 40 MHz COMMAND CLKIN A(31:4), BE(3:0) A(3:2) ADS# BLAST# W/R CS# A(11) - BS A(10) ACTV Read-AP PRE addr trcd address addr BS trp MA(9:0) WE# RAS# CAS# row col D(31:0) DATA READY# DQM(3:0) Notes: 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length = 4, CL=1. Rev

8 0ns 50ns 100ns Intel i960 Write Hit Cycle - 40 MHz COMMAND Write-AP PRE CLKIN trp A(31:4), BE(3:0) A(3:2) address address ADS# BLAST# W/R CS# A(11) - BS BS A(10) MA(9:0) col WE# RAS# CAS# D(31:0) DATA READY# DQM(3:0) Notes: 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length = 4, CL=1. Rev

9 0ns 50ns 100ns Intel i960 Write Miss Cycle - 40 MHz COMMAND ACTV Write-AP PRE CLKIN A(31:4), BE(3:0) A(3:2) address address ADS# BLAST# W/R# CS# A(11) - BS BS A(10) MA(9:0) WE# RAS# CAS# D(31:0) READY# DQM(3:0) Notes: row col DATA 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length = 4, CL=1. Rev

10 0ns 50ns 100ns 150ns 200ns Intel i960 Burst Read Miss Cycle - 40 MHz COMMAND CLKIN ACTVRead-AP trcd trp A(31:4), BE(3:0) A(3:2) address address ADS# BLAST# W/R CS# A(11) - BS A(10) MA(9:0) WE# RAS# CAS# addr row BS col D(31:0) D1 D2 D3 D4 READY# DQM(3:0) Notes: 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length = 4, CL=1. Rev

11 0ns 50ns 100ns 150ns Intel i960 Burst Write Miss Cycle - 40 MHz COMMAND CLKIN A(31:4), BE(3:0) A(3:2) ADS# BLAST# W/R# CS# A(11) - BS A(10) ACTV Write-AP address addr addr trcd BS trp MA(9:0) WE# RAS# CAS# D(31:0) READY# DQM(3:0) Notes: row col D1 D2 D3 D4 1. Based on -10 ns ESDRAM and 7 ns CPLD. 2. Burst length =4, CL = 1. Rev

12 AC Timing Parameters Name Type Min Max Comment tac1 D 15 Clock Access Time, CL=1 (ESDRAM) tah C 1 Address Hold Time (ESDRAM) tas C 2.5 Address Setup Time (ESDRAM) tch C 1 Command Hold Time (ESDRAM) tco D 3 5 Clock to Output Delay tcs C 2.5 Command Setup Time (ESDRAM) tdh D 1 Data Hold Time (ESDRAM) tds D 2.5 Data Setup Time (ESDRAM) tih1 D 2.5 Input Hold Time tih2 C 2.5 Input Hold Time READY# tis1 C 2.5 Input Setup Time tis2 C 2.5 Input Setup Time READY# toh D 2.5 Data Out Hold Time (ESDRAM) tov1, toh1 D Synchronous Output Valid Delay/Hold tov3, toh3 D Synchronous Output Valid Delay/Hold BLAST# tov5, toh5 D Synchronous Output Valid Delay/Hold A(3:2) tras C Active Command Period trc G Bank Cycle Time trcd G 20 /RAS to /CAS Delay trp G 20 Precharge Time ts C 5.5 Input Setup to Clock Rev

13 " ESDRAM/SDRAM i960hd-80, 40 MHz Bus CPLD Equations " Revision 1.2 " Enhanced Memory Systems " " Notes: " Uses (2) 11-bit page detect registers to optimize performance. " The ESDRAM No Write Transfer Mode is not supported. " TAG_B[11..0] is used when A[21] = 1, TAG_A[11..0] is used when A[21] = 0 " Supports a single bank of either 4, 8, or 16 Mbytes of ESDRAM or SDRAM. " ESDRAM = 1 for ESDRAM, ESDRAM = 0 for SDRAM. " Burst Length = 4, Burst Type = Interleaved INPUT CLKIN; LOW_TRUE INPUT RESET; LOW_TRUE INPUT ADS; LOW_TRUE INPUT BLAST; INPUT WR; INPUT BE[3..0]; INPUT TIMER; INPUT ESDRAM; INPUT A[23..2]; LOW_TRUE OUTPUT READY; LOW_TRUE OUTPUT RAS; LOW_TRUE OUTPUT CAS; LOW_TRUE OUTPUT CS[1..0]; LOW_TRUE OUTPUT WE; LOW_TRUE OUTPUT DQM[3..0]; OUTPUT MA[11..0]; D_FLOP NODE REF_PENDING CLOCKED_BY CLKIN; D_FLOP NODE TAG_A[10..0] CLOCKED_BY ADS; D_FLOP NODE TAG_B[10..0] CLOCKED_BY ADS; NODE q4..q0 CLOCKED_BY CLKIN; NODE COUNT[12]; NODE BANKA; NODE BANKB; "Macros MACRO ON 1; MACRO OFF 0; " Equations " We need to store the current cycle state to generate ESDRAM timings STATE_MACHINE ESDRAM_SDRAM STATE_BITS [q4..q0] CLOCKED_BY CLKIN; STATE POWER_ON: RAS = OFF; CAS = OFF; CS[1] = OFF; CS[0] = OFF; DQM[3..0] = OFF; MA[11..0] =.X.; COUNT = 4000; GOTO INIT_DELAY; STATE INIT_DELAY: RAS = OFF; CAS = OFF; CS[1] = OFF; CS[0] = OFF; Rev

14 DQM[3..0] = OFF; MA[11..0] =.X.; COUNT = COUNT.-. 1; IF COUNT <= 0 THEN GOTO INIT_PALL; GOTO INIT_DELAY; STATE INIT_PALL: RAS = ON; CAS = OFF; WE = ON; DQM[3..0] = OFF; MA[11] =.X.; MA[10] = ON; MA[9..0] =.X.; COUNT = 8; BANKA = OFF; BANKB = OFF; GOTO INIT_REFRESH; STATE INIT_REFRESH: RAS = ON; CAS = ON; DQM[3..0] = OFF; MA[11..0] =.X.; COUNT = COUNT.-. 1; IF COUNT <= 0 THEN GOTO INIT_REFRESH; GOTO INIT_MRS; STATE INIT_MRS: RAS = ON; CAS = ON; WE = ON; DQM[3..0] = OFF; IF (ESDRAM) THEN MA[11..0] = 1Ah; MA[11..0] = 2Ah; GOTO IDLE; STATE IDLE: REF_PENDING = TIMER + REF_PENDING; RAS = OFF; CAS = OFF; Rev

15 CS[1] = OFF; CS[0] = OFF; DQM[3..0] = ON; MA[11..0] =.X.; IF (REF_PENDING) THEN GOTO AUTO_REFRESH; ELSIF (RESET) THEN GOTO POWER_ON; ELSIF (ADS) THEN IF (A[21] * (A[20..10] = TAG_B[10..0])) + (/A[21] * (A[20..10] = TAG_A[10..0])) THEN IF ((A[21] * BANKB) + (/A[21] * BANKA)) THEN IF (/WR) THEN GOTO READ_AP; ELSIF (WR) THEN GOTO WRITE_AP; GOTO ACTIVATE_BANK; GOTO IDLE; STATE AUTO_REFRESH: REF_PENDING= OFF; RAS = ON; CAS = ON; DQM[3..0] = OFF; MA[11..0] =.X.; GOTO IDLE; STATE ACTIVATE_BANK: REF_PENDING= TIMER + REF_PENDING; RAS = ON; CAS = OFF; DQM[3..0] = ON; MA[11..0] = A[21..10]; IF A[21] THEN BANKB = ON; TAG_B[10..0] = A[20..10]; BANKA = ON; TAG_A[10..0] = A[20..10]; IF (RESET) THEN GOTO POWER_ON; ELSIF (REF_PENDING + TIMER) THEN GOTO AUTO_REFRESH; ELSIF (/ESDRAM) THEN GOTO TRCD_DELAY; Rev

16 ELSIF (/WR) THEN GOTO READ_AP; ELSIF (WR) THEN GOTO WRITE_AP; GOTO IDLE; STATE TRCD_DELAY: RAS = OFF; CAS = OFF; DQM[3..0] = ON; MA[11..0] =.X.; IF (RESET) THEN GOTO POWER_ON; ELSIF (/WR) THEN GOTO READ_AP; ELSIF (WR) THEN GOTO WRITE_AP; GOTO IDLE; STATE CL2_DELAY: RAS = OFF; CAS = OFF; DQM[3..0] = ON; MA[11..0] =.X.; IF (RESET) THEN GOTO POWER_ON; GOTO WAIT_FOR_BLAST; STATE WAIT_FOR_BLAST: READY = ON; RAS = OFF; CAS = OFF; DQM[3..0] = ON; MA[11..0] =.X.; IF (RESET) THEN GOTO POWER_ON; IF (BLAST) THEN GOTO IDLE; GOTO WAIT_FOR_BLAST; Rev

17 STATE READ_AP: REF_PENDING= TIMER = REF_PENDING; READY= OFF; RAS = OFF; CAS = ON; DQM[3..0] = ON; MA[11] = A[21]; MA[10] = ON; MA[9..8] = A[23..22]; MA[7..0] = A[9..2]; IF A[21] THEN BANKB = ON; BANKA = ON; IF (RESET) THEN GOTO POWER_ON; ELSIF (/ESDRAM) THEN GOTO CL2_DELAY; GOTO WAIT_FOR_BLAST; STATE PRE: RAS = ON; CAS = OFF; WE = ON; DQM[3..0] = OFF; MA[10] = OFF; MA[9..0] =.X.; IF A[21] THEN BANKB = ON; BANKA = ON; IF (RESET) THEN GOTO POWER_ON; ELSIF (REF_PENDING + TIMER) THEN GOTO AUTO_REFRESH; GOTO IDLE; STATE WRITE_AP: REF_PENDING= TIMER + REF_PENDING; READY = ON; RAS = OFF; CAS = ON; Rev

18 WE = ON; MA[11] = A[21]; MA[10] = ON; MA[9..8] = A[23..22]; MA[7..0] = A[9..2]; IF A[21] THEN BANKB = ON; BANKA = ON; CASE BE[3..0] WHEN 0=> DQM[3..0] = 0; WHEN 1=> DQM[3..0] = 1; WHEN 2=> DQM[3..0] = 2; WHEN 4=> DQM[3..0] = 4; WHEN 8=> DQM[3..0] = 8; END CASE; IF (RESET) THEN GOTO POWER_ON; GOTO WAIT_FOR_BLAST; END ESDRAM_SDRAM; Rev

JEDEC Standard No. 21 -C Page Appendix E: Specific PD s for Synchronous DRAM (SDRAM).

JEDEC Standard No. 21 -C Page Appendix E: Specific PD s for Synchronous DRAM (SDRAM). Page 4.1.2.5-1 4.1.2.5 - Appendix E: Specific PD s for Synchronous DRAM (SDRAM). 1.0 Introduction: This appendix describes the Presence Detects for Synchronous DRAM Modules with SPD revision level 2 (02h).

More information

IS42VS83200J / IS42VS16160J / IS42VS32800J

IS42VS83200J / IS42VS16160J / IS42VS32800J 32Mx8, 16Mx16, 8Mx32 256Mb Synchronous DRAM FEATURES Fully synchronous; all signals referenced to a positive clock edge Internal bank for hiding row access and precharge Programmable CAS latency: 2, 3

More information

WINTEC I. DESCRIPTION: III. TIMING

WINTEC I. DESCRIPTION: III. TIMING ISIONS ZONE DESCRIPTION APPVD 1/26/01 NR I. DESCRIPTION: III. TIMING is a 8Mx64 industry standard 8-pin PC-100 DIMM Manufactured with 4 8Mx 400-mil TSOPII-54 100MHz Synchronous DRAM devices Requires 3.3V+/-0.3V

More information

P2M648YL, P4M6416YL. PIN ASSIGNMENT (Front View) 168-PIN DIMM. 8-2Mx8 SDRAM TSOP P2M648YL-XX 16-2Mx8 SDRAM TSOP P4M6416YL-XX

P2M648YL, P4M6416YL. PIN ASSIGNMENT (Front View) 168-PIN DIMM. 8-2Mx8 SDRAM TSOP P2M648YL-XX 16-2Mx8 SDRAM TSOP P4M6416YL-XX SDRAM MODULE Features: JEDEC - Standard 168-pin (gold), dual in-line memory module (DIMM). TSOP components. Single 3.3v +.3v power supply. Nonbuffered fully synchronous; all signals measured on positive

More information

P8M644YA9, 16M648YA9. PIN ASSIGNMENT (Front View) 168-PIN DIMM. 4-8Mx16 SDRAM TSOP P8M644YA9 8-8Mx16 SDRAM TSOP P16M648YA9

P8M644YA9, 16M648YA9. PIN ASSIGNMENT (Front View) 168-PIN DIMM. 4-8Mx16 SDRAM TSOP P8M644YA9 8-8Mx16 SDRAM TSOP P16M648YA9 SDRAM MODULE P8M644YA9, 16M648YA9 8M, 16M x 64 DIMM Features: PC100 and PC133 - compatible JEDEC - Standard 168-pin, dual in-line memory module (DIMM). TSOP components. Single 3.3v +. 3v power supply.

More information

M8M644S3V9 M16M648S3V9. 8M, 16M x 64 SODIMM

M8M644S3V9 M16M648S3V9. 8M, 16M x 64 SODIMM MM644S3V9 MM64S3V9 SDRAM Features: JEDEC Standard 144-pin, PC100, PC133 small outline, dual in-line memory Module (SODIMM) Unbuffered TSOP components. Single 3.3v +.3v power supply. Fully synchronous;

More information

8M x 64 Bit PC-100 SDRAM DIMM

8M x 64 Bit PC-100 SDRAM DIMM PC-100 SYNCHRONOUS DRAM DIMM 64814ESEM4G09TWF 168 Pin 8Mx64 (Formerly 64814ESEM4G09T) Unbuffered, 4k Refresh, 3.3V with SPD Pin Assignment General Description The module is a 8Mx64 bit, 9 chip, 168 Pin

More information

P8M648YA4,P16M6416YA4 P8M648YB4, P8M6416YB4

P8M648YA4,P16M6416YA4 P8M648YB4, P8M6416YB4 SDRAM MODULE Features: PC-100 and PC133 Compatible JEDEC Standard 168-pin, dual in-line memory Module (DIMM) TSOP components. Single 3.3v +.3v power supply. Nonbuffered fully synchronous; all signals measured

More information

M464S0424FTS SDRAM SODIMM 4Mx64 SDRAM SODIMM based on 4Mx16, 4Banks, 4K Refresh, 3.3V Synchronous DRAMs with SPD DQ21 DQ22 DQ23 DQ53 DQ54 DQ55 A7 BA0

M464S0424FTS SDRAM SODIMM 4Mx64 SDRAM SODIMM based on 4Mx16, 4Banks, 4K Refresh, 3.3V Synchronous DRAMs with SPD DQ21 DQ22 DQ23 DQ53 DQ54 DQ55 A7 BA0 M464S0424FTS SDRAM SODIMM 4Mx64 SDRAM SODIMM based on 4Mx16, 4Banks, 4K Refresh, 3.3V Synchronous DRAMs with SPD GENERAL DESCRIPTION The Samsung M464S0424FTS is a 4M bit x 64 Synchronous Dynamic RAM high

More information

Application Note AN2247/D Rev. 0, 1/2002 Interfacing the MCF5307 SDRAMC to an External Master nc... Freescale Semiconductor, I Melissa Hunter TECD App

Application Note AN2247/D Rev. 0, 1/2002 Interfacing the MCF5307 SDRAMC to an External Master nc... Freescale Semiconductor, I Melissa Hunter TECD App Application Note AN2247/D Rev. 0, 1/2002 Interfacing the MCF5307 SDRAMC to an External Master Melissa Hunter TECD Applications This application note discusses the issues involved in designing external

More information

SYNTHESIZABLE SYNCHRONOUS-DRAM CONTROLLER CORE. Jeung Joon Lee 1.0 SYSTEM FEATURES 2.0 GENERAL OVERVIEW

SYNTHESIZABLE SYNCHRONOUS-DRAM CONTROLLER CORE. Jeung Joon Lee  1.0 SYSTEM FEATURES 2.0 GENERAL OVERVIEW SYNTHESIZABLE SYNCHRONOUS-DRAM CONTROLLER 1.0 SYSTEM FEATURES CORE Jeung Joon Lee www.opencores.org Core supports 100MHz operation, PC100 compliant Flexible byte, word (16bit) and long word (32bit) accessing

More information

M Rev: /10

M Rev: /10 www.centon.com MEMORY SPECIFICATIONS 16,777,216 words x 64Bit Synchronous Dynamic RAM Memory Module (Unbuffered DIMM) Centon's 128MB Memory Module is 16,777,216 words by 64Bit Synchronous Dynamic RAM Memory

More information

IMM64M72SDDUD8AG (Die Revision B) 512MByte (64M x 72 Bit)

IMM64M72SDDUD8AG (Die Revision B) 512MByte (64M x 72 Bit) Product Specification Rev. 1.0 2015 IMM64M72SDDUD8AG (Die Revision B) 512MByte (64M x 72 Bit) 512MB SDRAM ECC Unbuffered DIMM RoHS Compliant Product Product Specification 1.0 1 IMM64M72SDDUD8AG Version:

More information

Organization Row Address Column Address Bank Address Auto Precharge 128Mx8 (1GB) based module A0-A13 A0-A9 BA0-BA2 A10

Organization Row Address Column Address Bank Address Auto Precharge 128Mx8 (1GB) based module A0-A13 A0-A9 BA0-BA2 A10 GENERAL DESCRIPTION The Gigaram is ECC Registered Dual-Die DIMM with 1.25inch (30.00mm) height based on DDR2 technology. DIMMs are available as ECC modules in 256Mx72 (2GByte) organization and density,

More information

t RP Clock Frequency (max.) MHz

t RP Clock Frequency (max.) MHz 3.3 V 32M x 64/72-Bit, 256MByte SDRAM Modules 168-pin Unbuffered DIMM Modules 168 Pin unbuffered 8 Byte Dual-In-Line SDRAM Modules for PC main memory applications using 256Mbit technology. PC100-222, PC133-333

More information

PC PC ns CAS latency = 2 & 3

PC PC ns CAS latency = 2 & 3 HYS64V64220GBDL 512 MB PC100 / PC133 144 Pin Eight Byte Small Outline Dual-In-Line Synchronous DRAM Modules for notebook applications Two bank 64M x 64 non-parity module organisation suitable for use in

More information

APPLICATION NOTE. SH3(-DSP) Interface to SDRAM

APPLICATION NOTE. SH3(-DSP) Interface to SDRAM APPLICATION NOTE SH3(-DSP) Interface to SDRAM Introduction This application note has been written to aid designers connecting Synchronous Dynamic Random Access Memory (SDRAM) to the Bus State Controller

More information

IS42VM81600E / IS42VM16800E / IS42VM32400E IS45VM81600E / IS45VM16800E / IS45VM32400E

IS42VM81600E / IS42VM16800E / IS42VM32400E IS45VM81600E / IS45VM16800E / IS45VM32400E 16Mx8, 8Mx16, 4Mx32 128Mb Mobile Synchronous DRAM FEATURES Fully synchronous; all signals referenced to a positive clock edge Internal bank for hiding row access and precharge Programmable CAS latency:

More information

HYM7V72A400B F-Series Unbuffered 4Mx72 bit SDRAM MODULE based on 2Mx8 SDRAM, LVTTL, 4K-Refresh

HYM7V72A400B F-Series Unbuffered 4Mx72 bit SDRAM MODULE based on 2Mx8 SDRAM, LVTTL, 4K-Refresh Unbuffered 4Mx72 bit SDRAM MODULE based on 2Mx8 SDRAM, LVTTL, 4K-Refresh DESCRIPTION The HYM7V72A400B is high speed 3.3Volt synchronous dynamic RAM module consisting of sixteen 2Mx8 bit Synchronous DRAMs

More information

IM1216SDBA(B/T) 128Mbit SDRAM 4 Bank x 2Mbit x 16

IM1216SDBA(B/T) 128Mbit SDRAM 4 Bank x 2Mbit x 16 IM1216SDBA(B/T) 128Mbit SDRAM 4 Bank x 2Mbit x 16 6 5 System Frequency (f CK ) 166 Mz 200 Mz Clock Cycle Time (t CK3 ) 6 ns 5 ns Clock Access Time (t AC3 ) CAS atency = 3 5 ns 4.5 ns Clock Access Time

More information

512Mbit Single-Data-Rate (SDR) SDRAM

512Mbit Single-Data-Rate (SDR) SDRAM Datasheet Rev.. 0 5Mbit Single-Data-Rate (SDR) SDRAM ASC6M8S-7TCN 6Mx8 (6M x 8 x Banks) ASC3M6S-7TCN 3Mx6 (8M x 6 x Banks) Datasheet Version. 5 Mbit SDRAM ASC[08/6] Revision History R Rev.. April 0 Revised

More information

PM PDRB X DATA SHEET. Memory Module Part Number. PM MByte Non ECC BUFFALO INC. (1/15)

PM PDRB X DATA SHEET. Memory Module Part Number. PM MByte Non ECC BUFFALO INC. (1/15) DATA SHEET Memory Module Part Number PM100-256 256MByte Non ECC (1/15) Table of Contents 1. Description 2. Module Specification 3. Module Pinout 4. Mechanical Design 5. Block Diagram 6. Electrical Specifications

More information

Product Specifications

Product Specifications Product Specificatio L66S7-GAS/GHS/GLS RE:.6 General Information 8MB 6Mx6 SDRAM PC/PC NON-ECC UNBUFFERED -PIN SODIMM Description: The L66S7 is a 6M x 6 Synchronous Dynamic RAM high deity memory module.

More information

IMM64M64D1SOD16AG (Die Revision D) 512MByte (64M x 64 Bit)

IMM64M64D1SOD16AG (Die Revision D) 512MByte (64M x 64 Bit) Product Specification Rev. 2.0 2015 IMM64M64D1SOD16AG (Die Revision D) 512MByte (64M x 64 Bit) 512MB DDR Unbuffered SO-DIMM RoHS Compliant Product Product Specification 2.0 1 IMM64M64D1SOD16AG Version:

More information

(SO-DIMM) 64 MB / 128 MB / 256 MB / 512 MB PC100

(SO-DIMM) 64 MB / 128 MB / 256 MB / 512 MB PC100 Product Datasheet For Synchronous Dynamic Random Access Memory Dual In-line Memory Modules (SO-DIMM) 64 MB / 128 MB / 256 MB / 512 MB PC100 Rev 1.0 Hexon Technology Pte Ltd 35, Kallang Pudding Road, #09-04,

More information

VS133-S512 PDRB X DATA SHEET. Memory Module Part Number VS133-S512 BUFFALO INC. (1/7)

VS133-S512 PDRB X DATA SHEET. Memory Module Part Number VS133-S512 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number VS133-S512 (1/7) 1. Description 168pin Unbuffered DIMM PC133/CL=3 2. Module Specification Specification Capacity 512MByte Physical Bank(s) 1 Module Organization 64M

More information

M0360. Rev: /08

M0360. Rev: /08 www.centon.com MEMORY SPECIFICATIONS 32MX8 BASED 33,554,432words x 72Bit Synchronous Dynamic RAM Memory Module (Unbuffered DIMM) Centon's 256MB ECC UNBUFFERED Memory Module is 33,554,432 words by 72Bit

More information

VNR133-D128 PDRB X DATA SHEET. Memory Module Part Number VNR133-D128 BUFFALO INC. (1/7)

VNR133-D128 PDRB X DATA SHEET. Memory Module Part Number VNR133-D128 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number VNR133-D128 (1/7) 1. Description 144pin Unbuffered SO-DIMM PC133/CL=3 2. Module Specification Specification Capacity 128MByte Physical Bank(s) 2 Module Organization

More information

M2U1G64DS8HB1G and M2Y1G64DS8HB1G are unbuffered 200-Pin Double Data Rate (DDR) Synchronous DRAM Unbuffered Dual In-Line

M2U1G64DS8HB1G and M2Y1G64DS8HB1G are unbuffered 200-Pin Double Data Rate (DDR) Synchronous DRAM Unbuffered Dual In-Line 184 pin Based on DDR400/333 512M bit Die B device Features 184 Dual In-Line Memory Module (DIMM) based on 110nm 512M bit die B device Performance: Speed Sort PC2700 PC3200 6K DIMM Latency 25 3 5T Unit

More information

MCF5307 DRAM CONTROLLER. MCF5307 DRAM CTRL 1-1 Motorola ColdFire

MCF5307 DRAM CONTROLLER. MCF5307 DRAM CTRL 1-1 Motorola ColdFire MCF5307 DRAM CONTROLLER MCF5307 DRAM CTRL 1-1 MCF5307 DRAM CONTROLLER MCF5307 MCF5307 DRAM Controller I Addr Gen Supports 2 banks of DRAM Supports External Masters Programmable Wait States & Refresh Timer

More information

IMM64M64D1DVS8AG (Die Revision D) 512MByte (64M x 64 Bit)

IMM64M64D1DVS8AG (Die Revision D) 512MByte (64M x 64 Bit) Product Specification Rev. 1.0 2015 IMM64M64D1DVS8AG (Die Revision D) 512MByte (64M x 64 Bit) 512MB DDR VLP Unbuffered DIMM RoHS Compliant Product Product Specification 1.0 1 IMM64M64D1DVS8AG Version:

More information

Taiwan Micropaq Corporation

Taiwan Micropaq Corporation Taiwan Micropaq Corporation SPECIFICATION FOR APPROVAL TM50S116T-7G No.4 Wenhua Rd. HsinChu Industrial Park HuKou, Taiwan, R.O.C. TEL 886-3-597-9402 FAX 886-3-597-0775 http://www.tmc.com.tw TMC SDRAM TM50S116T-7G

More information

Introduction to memory system :from device to system

Introduction to memory system :from device to system Introduction to memory system :from device to system Jianhui Yue Electrical and Computer Engineering University of Maine The Position of DRAM in the Computer 2 The Complexity of Memory 3 Question Assume

More information

PDRB X DD4333-1G DATA SHEET. Memory Module Part Number DD4333-1G

PDRB X DD4333-1G DATA SHEET. Memory Module Part Number DD4333-1G DATA SHEET Memory Module Part Number 1. Description 184pin Unbuffered DIMM PC3200/CL=3,tRCD=3,tRP=3(200MHz Double Data Rate) 2. Module Specification Specification Capacity 1GByte Physical Bank(s) 2 Module

More information

2GB DDR3 SDRAM SODIMM with SPD

2GB DDR3 SDRAM SODIMM with SPD 2GB DDR3 SDRAM SODIMM with SPD Ordering Information Part Number Bandwidth Speed Grade Max Frequency CAS Latency Density Organization Component Composition Number of Rank 78.A2GC6.AF1 10.6GB/sec 1333Mbps

More information

IMM1G72D2FBD4AG (Die Revision A) 8GByte (1024M x 72 Bit)

IMM1G72D2FBD4AG (Die Revision A) 8GByte (1024M x 72 Bit) Datasheet Rev. 1.0 2013 IMM1G72D2FBD4AG (Die Revision A) 8GByte (1024M x 72 Bit) 8GB DDR2 Fully Buffered DIMM RoHS Compliant Product Datasheet Version 1.0 1 IMM1G72D2FBD4AG Version: Rev. 1.0, DEC 2013

More information

M1U51264DS8HC1G, M1U51264DS8HC3G and M1U25664DS88C3G are unbuffered 184-Pin Double Data Rate (DDR) Synchronous

M1U51264DS8HC1G, M1U51264DS8HC3G and M1U25664DS88C3G are unbuffered 184-Pin Double Data Rate (DDR) Synchronous 184 pin Based on DDR400/333 256M bit C Die device Features 184 Dual In-Line Memory Module (DIMM) based on 256M bit die C device, organized as either 32Mx8 or 16Mx16 Performance: PC3200 PC2700 Speed Sort

More information

Application Note Interfacing the ColdFire MCF5206e to a 1 Mbit x 16 SDRAM

Application Note Interfacing the ColdFire MCF5206e to a 1 Mbit x 16 SDRAM Semiconductor Products Sector nc. Order Number: MCF5206eAN/D Rev. 1, 6/2001 Application Note Interfacing the ColdFire MCF5206e to a 1 Mbit x 16 SDRAM Nigel Dick Motorola Ltd., East Kilbride, Scotland Due

More information

Organization Row Address Column Address Bank Address Auto Precharge 256Mx4 (1GB) based module A0-A13 A0-A9 BA0-BA2 A10

Organization Row Address Column Address Bank Address Auto Precharge 256Mx4 (1GB) based module A0-A13 A0-A9 BA0-BA2 A10 GENERAL DESCRIPTION The Gigaram GR2DR4BD-E4GBXXXVLP is a 512M bit x 72 DDDR2 SDRAM high density ECC REGISTERED DIMM. The GR2DR4BD-E4GBXXXVLP consists of eighteen CMOS 512M x 4 STACKED DDR2 SDRAMs for 4GB

More information

Product Specification

Product Specification General Information 512MB 64Mx72 ECC SDRAM PC100/PC133 DIMM Description: The VL 374S6553 is a 64M x 72 Synchronous Dynamic RAM high density memory module. This memory module consists of eighteen CMOS 32Mx8

More information

IMM128M72D1SOD8AG (Die Revision F) 1GByte (128M x 72 Bit)

IMM128M72D1SOD8AG (Die Revision F) 1GByte (128M x 72 Bit) Product Specification Rev. 1.0 2015 IMM128M72D1SOD8AG (Die Revision F) 1GByte (128M x 72 Bit) 1GB DDR Unbuffered SO-DIMM RoHS Compliant Product Product Specification 1.0 1 IMM128M72D1SOD8AG Version: Rev.

More information

TM54S416T SDRAM. Frequency vs. AC Parameter Unit t CK

TM54S416T SDRAM. Frequency vs. AC Parameter Unit t CK Description The TM54S416T is organized as 4-bank x 1048576-word x 16-bit(4Mx16), fabricated with high performance CMOS technology. Synchronous design allows precise cycle control with the use of system

More information

VN133-D256 PDRB X DATA SHEET. Memory Module Part Number VN133-D256 BUFFALO INC. (1/7)

VN133-D256 PDRB X DATA SHEET. Memory Module Part Number VN133-D256 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number VN133-D256 (1/7) 1. Description 144pin Unbuffered SO-DIMM PC133/CL=3 2. Module Specification Specification Capacity 256MByte Physical Bank(s) 2 Module Organization

More information

IMM128M64D1DVD8AG (Die Revision F) 1GByte (128M x 64 Bit)

IMM128M64D1DVD8AG (Die Revision F) 1GByte (128M x 64 Bit) Product Specification Rev. 1.0 2015 IMM128M64D1DVD8AG (Die Revision F) 1GByte (128M x 64 Bit) 1GB DDR VLP Unbuffered DIMM RoHS Compliant Product Product Specification 1.0 1 IMM128M64D1DVD8AG Version: Rev.

More information

Product Specifications

Product Specifications Product Specificatio L75S655BGAS. General Information 5MB 6Mx7 SDRAM PC ECC REGISTERED PIN SODIMM Description: The L75S655B is a 6Mx 7 Synchronous Dynamic RAM high deity memory module. This memory module

More information

VS133-S128 PDRB X DATA SHEET. Memory Module Part Number VS133-S128 BUFFALO INC. (1/7)

VS133-S128 PDRB X DATA SHEET. Memory Module Part Number VS133-S128 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number VS133-S128 (1/7) 1. Description 168pin Unbuffered DIMM PC133/CL=3 2. Module Specification Specification Capacity 128MByte Physical Bank(s) 1 Module Organization 16M

More information

4GB Unbuffered VLP DDR3 SDRAM DIMM with SPD

4GB Unbuffered VLP DDR3 SDRAM DIMM with SPD 4GB Unbuffered VLP DDR3 SDRAM DIMM with SPD Ordering Information Part Number Bandwidth Speed Grade Max Frequency CAS Latency Density Organization Component Composition 78.B1GE3.AFF0C 12.8GB/sec 1600Mbps

More information

DD333-S512 PDRB X DATA SHEET. Memory Module Part Number DD333-S512 BUFFALO INC. (1/7)

DD333-S512 PDRB X DATA SHEET. Memory Module Part Number DD333-S512 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number DD333-S512 (1/7) 1. Description 184pin Unbuffered DIMM PC2700/CL=2.5(166MHz Double Data Rate) 2. Module Specification Specification Capacity 512MByte Physical Bank(s)

More information

IMM64M72D1SCS8AG (Die Revision D) 512MByte (64M x 72 Bit)

IMM64M72D1SCS8AG (Die Revision D) 512MByte (64M x 72 Bit) Product Specification Rev. 1.0 2015 IMM64M72D1SCS8AG (Die Revision D) 512MByte (64M x 72 Bit) RoHS Compliant Product Product Specification 1.0 1 IMM64M72D1SCS8AG Version: Rev. 1.0, MAY 2015 1.0 - Initial

More information

AS4C4M32S. Revision History AS4C4M32S- 90 Ball TFBGA PACKAGE

AS4C4M32S. Revision History AS4C4M32S- 90 Ball TFBGA PACKAGE Revision History AS4C4M32S- 90 Ball TFBGA PACKAGE Revision Details Date Rev 1.0 Preliminary datasheet February 2013 Rev 2.0 Added 166MHz option -6 clock cycle time February 2013 Rev 3.0 Add part number

More information

DN333-S256 PDRB X DATA SHEET. Memory Module Part Number DN333-S256 BUFFALO INC. (1/7)

DN333-S256 PDRB X DATA SHEET. Memory Module Part Number DN333-S256 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number DN333-S256 (1/7) 1. Description 200pin Unbuffered SO-DIMM PC2700/CL=2.5(166MHz Double Data Rate) 2. Module Specification Specification Capacity 256MByte Physical Bank(s)

More information

SDR SDRAM Controller. User Guide. 10/2012 Capital Microelectronics, Inc. Beijing, China

SDR SDRAM Controller. User Guide. 10/2012 Capital Microelectronics, Inc. Beijing, China SDR SDRAM Controller User Guide 10/2012 Capital Microelectronics, Inc. Beijing, China Contents Contents... 2 1 Introduction... 3 2 SDRAM Overview... 4 2.1 Pin Description... 4 2.2 Mode register... 4 2.3

More information

2. SDRAM Controller Core

2. SDRAM Controller Core 2. SDRAM Controller Core Core Overview The SDRAM controller core with Avalon interface provides an Avalon Memory-Mapped (Avalon-MM) interface to off-chip SDRAM. The SDRAM controller allows designers to

More information

Real Time Embedded Systems

Real Time Embedded Systems Real Time Embedded Systems " Memories " rene.beuchat@epfl.ch LAP/ISIM/IC/EPFL Chargé de cours LSN/hepia Prof. HES 1998-2008 2 General classification of electronic memories Non-volatile Memories ROM PROM

More information

DD4333-S512 PDRB X DATA SHEET. Memory Module Part Number DD4333-S512 BUFFALO INC. (1/7)

DD4333-S512 PDRB X DATA SHEET. Memory Module Part Number DD4333-S512 BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number DD4333-S512 (1/7) 1. Description 184pin Unbuffered DIMM PC3200/CL=3,tRCD=3,tRP=3(200MHz Double Data Rate) 2. Module Specification Specification Capacity 512MByte Physical

More information

DD PDRB X DATA SHEET. Memory Module Part Number DD BUFFALO INC. (1/7)

DD PDRB X DATA SHEET. Memory Module Part Number DD BUFFALO INC. (1/7) DATA SHEET Memory Module Part Number DD4333-512 (1/7) 1. Description 184pin Unbuffered DIMM PC3200/CL=3,tRCD=3,tRP=3(200MHz Double Data Rate) 2. Module Specification Specification Capacity 512MByte Physical

More information

2GB Unbuffered DDR3 SDRAM DIMM

2GB Unbuffered DDR3 SDRAM DIMM INDÚSTRIA ELETRÔNICA S/A 2GB Unbuffered DDR3 SDRAM DIMM HB3DU002GFM8DMB33 (256M words x 64bits, 1 Rank) Documento No. HB3DU002GFM8DMB33-1-E-10022. Publicação: Setembro de 2010 EK DATA SHEET 2GB Unbuffered

More information

Options. Data Rate (MT/s) CL = 3 CL = 2.5 CL = 2-40B PC PC PC

Options. Data Rate (MT/s) CL = 3 CL = 2.5 CL = 2-40B PC PC PC DDR SDRAM UDIMM MT16VDDF6464A 512MB 1 MT16VDDF12864A 1GB 1 For component data sheets, refer to Micron s Web site: www.micron.com 512MB, 1GB (x64, DR) 184-Pin DDR SDRAM UDIMM Features Features 184-pin,

More information

TECHNICAL PAPER Interfacing the Byte- Wide SmartVoltage FlashFile Memory Family to the Intel486 Microprocessor Family

TECHNICAL PAPER Interfacing the Byte- Wide SmartVoltage FlashFile Memory Family to the Intel486 Microprocessor Family E TECHNICAL PAPER Interfacing the Byte- Wide SmartVoltage FlashFile Memory Family to the Intel486 Microprocessor Family October 1996 Order Number: 297805-001 Information in this document is provided in

More information

Datasheet. Zetta 4Gbit DDR3L SDRAM. Features VDD=VDDQ=1.35V / V. Fully differential clock inputs (CK, CK ) operation

Datasheet. Zetta 4Gbit DDR3L SDRAM. Features VDD=VDDQ=1.35V / V. Fully differential clock inputs (CK, CK ) operation Zetta Datasheet Features VDD=VDDQ=1.35V + 0.100 / - 0.067V Fully differential clock inputs (CK, CK ) operation Differential Data Strobe (DQS, DQS ) On chip DLL align DQ, DQS and DQS transition with CK

More information

97SD Gb SDRAM 8-Meg X 40-Bit X 4-Banks FEATURES: DESCRIPTION: Logic Diagram (One Amplifier)

97SD Gb SDRAM 8-Meg X 40-Bit X 4-Banks FEATURES: DESCRIPTION: Logic Diagram (One Amplifier) 1.25Gb SDRAM 8-Meg X 40-Bit X 4-Banks Logic Diagram (One Amplifier) FEATURES: DESCRIPTION: 1.25 Gigabit ( 8-Meg X 40-Bit X 4-Banks) RAD-PAK radiation-hardened against natural space radiation Total Dose

More information

DDR3(L) 4GB / 8GB SODIMM

DDR3(L) 4GB / 8GB SODIMM DRAM (512Mb x 8) DDR3(L) 4GB/8GB SODIMM Nanya Technology Corp. M2S4G64CB(C)88B4(5)N M2S8G64CB(C)8HB4(5)N DDR3(L) 4Gb B-Die DDR3(L) 4GB / 8GB SODIMM Features JEDEC DDR3(L) Compliant 1-8n Prefetch Architecture

More information

ECE 485/585 Microprocessor System Design

ECE 485/585 Microprocessor System Design Microprocessor System Design Lecture 5: Zeshan Chishti DRAM Basics DRAM Evolution SDRAM-based Memory Systems Electrical and Computer Engineering Dept. Maseeh College of Engineering and Computer Science

More information

48SD Mb SDRAM 16-Meg X 4-Bit X 4-Banks FEATURES: DESCRIPTION: Logic Diagram (One Amplifier)

48SD Mb SDRAM 16-Meg X 4-Bit X 4-Banks FEATURES: DESCRIPTION: Logic Diagram (One Amplifier) 256 Mb SDRAM 16-Meg X 4-Bit X 4-Banks Logic Diagram (One Amplifier) FEATURES: DESCRIPTION: 256 Megabit ( 16-Meg X 4-Bit X 4-Banks) RAD-PAK radiation-hardened against natural space radiation Total Dose

More information

256MB 144-PIN UNBUFFERED SDRAM SODIMM 32M X VOLT

256MB 144-PIN UNBUFFERED SDRAM SODIMM 32M X VOLT 256MB 144-PIN UNBUFFERED SDRAM SODIMM 32M X 64 3.3VOLT Features JEDEC-standard 144 pin, Small-Outline, Dual in line Memory Module (SODIMM) Serial Presence Detect with E 2 PROM Fully Synchronous, All Signals

More information

SCB33S512320AE SCB33S512160AE SCB33S512800AE

SCB33S512320AE SCB33S512160AE SCB33S512800AE Jul. 2017 SCB33S512320AE SCB33S512160AE SCB33S512800AE EU RoHS Compliant Products Data Sheet Rev. E Revision History Date version Subjects(major changes since last revision) 2016/07 A Initial Release 2016/09

More information

SDRAM CONTROLLER Specification. Author: Dinesh Annayya

SDRAM CONTROLLER Specification. Author: Dinesh Annayya SDRAM CONTROLLER Specification Author: Dinesh Annayya dinesha@opencores.org Rev. 0.3 February 14, 2012 This page has been intentionally left blank Revision History Rev. Date Author Description 0.0 01/17/2012

More information

DDR2 SDRAM UDIMM MT8HTF12864AZ 1GB

DDR2 SDRAM UDIMM MT8HTF12864AZ 1GB Features DDR2 SDRAM UDIMM MT8HTF12864AZ 1GB For component data sheets, refer to Micron's Web site: www.micron.com Figure 1: 240-Pin UDIMM (MO-237 R/C D) Features 240-pin, unbuffered dual in-line memory

More information

Etron Technology, Inc. No. 6, Technology Rd. V, Hsinchu Science Park, Hsinchu, Taiwan 30078, R.O.C. TEL: (886) FAX: (886)

Etron Technology, Inc. No. 6, Technology Rd. V, Hsinchu Science Park, Hsinchu, Taiwan 30078, R.O.C. TEL: (886) FAX: (886) 32M x 16 bit Synchronous DRAM (SDRAM) Advance (Rev. 2.0, Feb. /2016) Features Fast access time from clock: 4.5/5/5.4 ns Fast clock rate: 200/166/143 MHz Fully synchronous operation Internal pipelined architecture

More information

registers data 1 registers MEMORY ADDRESS on-chip cache off-chip cache main memory: real address space part of virtual addr. sp.

registers data 1 registers MEMORY ADDRESS on-chip cache off-chip cache main memory: real address space part of virtual addr. sp. 13 1 CMPE110 Computer Architecture, Winter 2009 Andrea Di Blas 110 Winter 2009 CMPE Cache Direct-mapped cache Reads and writes Cache associativity Cache and performance Textbook Edition: 7.1 to 7.3 Third

More information

DDR SDRAM SODIMM MT8VDDT1664H 128MB 1. MT8VDDT3264H 256MB 2 MT8VDDT6464H 512MB For component data sheets, refer to Micron s Web site:

DDR SDRAM SODIMM MT8VDDT1664H 128MB 1. MT8VDDT3264H 256MB 2 MT8VDDT6464H 512MB For component data sheets, refer to Micron s Web site: SODIMM MT8VDDT1664H 128MB 1 128MB, 256MB, 512MB (x64, SR) 200-Pin SODIMM Features MT8VDDT3264H 256MB 2 MT8VDDT6464H 512MB For component data sheets, refer to Micron s Web site: www.micron.com Features

More information

4GB Unbuffered DDR3 SDRAM SODIMM

4GB Unbuffered DDR3 SDRAM SODIMM INDÚSTRIA ELETRÔNICA S/A 4GB Unbuffered DDR3 SDRAM SODIMM HB3SU004GFM8DMB33 (512M words x 64bits, 2 Rank) Documento No. HBS- HB3SU004GFM8DMB33-1-E-10020. Publicação: Setembro de 2010 EK DATA SHEET 4GB

More information

DDR SDRAM UDIMM MT8VDDT3264A 256MB MT8VDDT6464A 512MB For component data sheets, refer to Micron s Web site:

DDR SDRAM UDIMM MT8VDDT3264A 256MB MT8VDDT6464A 512MB For component data sheets, refer to Micron s Web site: DDR SDRAM UDIMM MT8VDDT3264A 256MB MT8VDDT6464A 512MB For component data sheets, refer to Micron s Web site: www.micron.com 256MB, 512MB (x64, SR) 184-Pin DDR SDRAM UDIMM Features Features 184-pin, unbuffered

More information

IM1G(08/16)D2DDB 1Gbit DDR2 SDRAM 8 BANKS X 16Mbit X 8 (08) 8 BANKS X 8Mbit X 16 (16)

IM1G(08/16)D2DDB 1Gbit DDR2 SDRAM 8 BANKS X 16Mbit X 8 (08) 8 BANKS X 8Mbit X 16 (16) IM1G(08/16)D2DDB 1Gbit DDR2 SDRAM 8 BANKS X 16Mbit X 8 (08) 8 BANKS X 8Mbit X 16 (16) Ordering Speed Code 3 25 18 DDR2-667 DDR2-800 DDR2-1066 Clock Cycle Time ( tck3 ) 5ns 5ns 5ns Clock Cycle Time ( tck4

More information

EECS150 - Digital Design Lecture 17 Memory 2

EECS150 - Digital Design Lecture 17 Memory 2 EECS150 - Digital Design Lecture 17 Memory 2 October 22, 2002 John Wawrzynek Fall 2002 EECS150 Lec17-mem2 Page 1 SDRAM Recap General Characteristics Optimized for high density and therefore low cost/bit

More information

Address Summary Table: 1GB 2GB 4GB Module Configuration 128M x M x M x 64

Address Summary Table: 1GB 2GB 4GB Module Configuration 128M x M x M x 64 1GB WD3UN01G / WL3UN01G 2GB WD3UN02G / WL3UN02G 4GB WD3UN04G / WL3UN04G Features: 240-pin Unbuffered Non-ECC for DDR3-1066, DDR3-1333, DDR3-1600 and DDR3-166 JEDEC standard V DDL =1.35V (1.2V-1.45V); VDD=1.5V

More information

Topic 21: Memory Technology

Topic 21: Memory Technology Topic 21: Memory Technology COS / ELE 375 Computer Architecture and Organization Princeton University Fall 2015 Prof. David August 1 Old Stuff Revisited Mercury Delay Line Memory Maurice Wilkes, in 1947,

More information

Topic 21: Memory Technology

Topic 21: Memory Technology Topic 21: Memory Technology COS / ELE 375 Computer Architecture and Organization Princeton University Fall 2015 Prof. David August 1 Old Stuff Revisited Mercury Delay Line Memory Maurice Wilkes, in 1947,

More information

REV /2010 NANYA TECHNOLOGY CORP. NANYA TECHNOLOGY CORP. reserves the right to change Products and Specifications without notice.

REV /2010 NANYA TECHNOLOGY CORP. NANYA TECHNOLOGY CORP. reserves the right to change Products and Specifications without notice. 240pin Unbuffered DDR2 SDRAM MODULE Based on 128Mx8 DDR2 SDRAM G-die Features Performance: Speed Sort PC2-6400 -AC DIMM Latency * 5 Unit f CK Clock Frequency 400 MHz t CK Clock Cycle 2.5 ns f DQ DQ Burst

More information

DDR SDRAM UDIMM. Draft 9/ 9/ MT18VDDT6472A 512MB 1 MT18VDDT12872A 1GB For component data sheets, refer to Micron s Web site:

DDR SDRAM UDIMM. Draft 9/ 9/ MT18VDDT6472A 512MB 1 MT18VDDT12872A 1GB For component data sheets, refer to Micron s Web site: DDR SDRAM UDIMM MT18VDDT6472A 512MB 1 MT18VDDT12872A 1GB For component data sheets, refer to Micron s Web site: www.micron.com 512MB, 1GB (x72, ECC, DR) 184-Pin DDR SDRAM UDIMM Features Features 184-pin,

More information

MEM256M72D2MVS-25A1 2 Gigabyte (256M x 72 Bit)

MEM256M72D2MVS-25A1 2 Gigabyte (256M x 72 Bit) Datasheet Rev. 1.1 2011 MEM256M72D2MVS-25A1 2 Gigabyte (256M x 72 Bit) Very-Low-Profile DDR2 SDRAM Registered Mini-DIMM memory module RoHS Compliant Product Memphis Electronic AG Datasheet Version 1.1

More information

DDR SDRAM UDIMM MT16VDDT6464A 512MB MT16VDDT12864A 1GB MT16VDDT25664A 2GB

DDR SDRAM UDIMM MT16VDDT6464A 512MB MT16VDDT12864A 1GB MT16VDDT25664A 2GB DDR SDRAM UDIMM MT16VDDT6464A 512MB MT16VDDT12864A 1GB MT16VDDT25664A 2GB For component data sheets, refer to Micron s Web site: www.micron.com 512MB, 1GB, 2GB (x64, DR) 184-Pin DDR SDRAM UDIMM Features

More information

CS698Y: Modern Memory Systems Lecture-16 (DRAM Timing Constraints) Biswabandan Panda

CS698Y: Modern Memory Systems Lecture-16 (DRAM Timing Constraints) Biswabandan Panda CS698Y: Modern Memory Systems Lecture-16 (DRAM Timing Constraints) Biswabandan Panda biswap@cse.iitk.ac.in https://www.cse.iitk.ac.in/users/biswap/cs698y.html Row decoder Accessing a Row Access Address

More information

UMBC D 7 -D. Even bytes 0. 8 bits FFFFFC FFFFFE. location in addition to any 8-bit location. 1 (Mar. 6, 2002) SX 16-bit Memory Interface

UMBC D 7 -D. Even bytes 0. 8 bits FFFFFC FFFFFE. location in addition to any 8-bit location. 1 (Mar. 6, 2002) SX 16-bit Memory Interface 8086-80386SX 16-bit Memory Interface These machines differ from the 8088/80188 in several ways: The data bus is 16-bits wide. The IO/M pin is replaced with M/IO (8086/80186) and MRDC and MWTC for 80286

More information

ENEE 759H, Spring 2005 Memory Systems: Architecture and

ENEE 759H, Spring 2005 Memory Systems: Architecture and SLIDE, Memory Systems: DRAM Device Circuits and Architecture Credit where credit is due: Slides contain original artwork ( Jacob, Wang 005) Overview Processor Processor System Controller Memory Controller

More information

Designing a High Performance SDRAM Controller Using ispmach Devices

Designing a High Performance SDRAM Controller Using ispmach Devices February 2002 Reference Design RD1007 Introduction Synchronous DRAMs have become the memory standard in many designs. They provide substantial advances in DRAM performance. They synchronously burst data

More information

IM5116D2DAB 512Mbit DDR2 SDRAM 4 BANKS X 8Mbit X 16 (16)

IM5116D2DAB 512Mbit DDR2 SDRAM 4 BANKS X 8Mbit X 16 (16) IM5116D2DAB 512Mbit DDR2 SDRAM 4 BANKS X 8Mbit X 16 (16) Ordering Speed Code 3 25 18 DDR2-667 DDR2-800 DDR2-1066 Clock Cycle Time (tck3) 5ns 5ns 5ns Clock Cycle Time (tck4) 3.75ns 3.75ns 3.75ns Clock Cycle

More information

Basics DRAM ORGANIZATION. Storage element (capacitor) Data In/Out Buffers. Word Line. Bit Line. Switching element HIGH-SPEED MEMORY SYSTEMS

Basics DRAM ORGANIZATION. Storage element (capacitor) Data In/Out Buffers. Word Line. Bit Line. Switching element HIGH-SPEED MEMORY SYSTEMS Basics DRAM ORGANIZATION DRAM Word Line Bit Line Storage element (capacitor) In/Out Buffers Decoder Sense Amps... Bit Lines... Switching element Decoder... Word Lines... Memory Array Page 1 Basics BUS

More information

ADQVD1B16. DDR2-800+(CL4) 240-Pin EPP U-DIMM 2GB (256M x 64-bits)

ADQVD1B16. DDR2-800+(CL4) 240-Pin EPP U-DIMM 2GB (256M x 64-bits) General Description ADQVD1B16 DDR2-800+(CL4) 240-Pin EPP U-DIMM 2GB (256M x 64-bits) The ADATA s ADQVD1B16 is a 256Mx64 bits 2GB(2048MB) DDR2-800(CL4) SDRAM EPP memory module, The SPD is programmed to

More information

2GB DDR3 SDRAM 72bit SO-DIMM

2GB DDR3 SDRAM 72bit SO-DIMM 2GB 72bit SO-DIMM Speed Max CAS Component Number of Part Number Bandwidth Density Organization Grade Frequency Latency Composition Rank 78.A2GCF.AF10C 10.6GB/sec 1333Mbps 666MHz CL9 2GB 256Mx72 256Mx8

More information

1. SDRAM Controller Core

1. SDRAM Controller Core 1. SDRAM Controller Core NII51005-7.2.0 Core Overview The SDRAM controller core with Avalon interface provides an Avalon Memory-Mapped (Avalon-MM) interface to off-chip SDRAM. The SDRAM controller allows

More information

-8 Unit Operation mode registered buffered. Clock Cycle Time (min.) ns

-8 Unit Operation mode registered buffered. Clock Cycle Time (min.) ns 3.3 V 168-pin Registered SDRAM Modules 256 MB, 512 MB & 1 GB Densities 168-pin JEDEC Standard, Registered 8 Byte Dual-In-Line SDRAM Modules for Server main memory applications using memory frequencies

More information

SDR SDRAM Controller White Paper

SDR SDRAM Controller White Paper SR SRAM Controller escription The Single ata Rate(SR) Synchronous ynamic Random Access Memory(SRAM) Controller provides a simplified interface to industry standard SR SRAM memory. A top level system diagram

More information

Speedster22i DDR3 Controller User Guide UG031 Nov 18, 2014

Speedster22i DDR3 Controller User Guide UG031 Nov 18, 2014 Speedster22i DDR3 Controller User Guide UG031 Nov 18, 2014 UG031, Nov 18, 2014 1 Copyright Info Copyright 2014 Achronix Semiconductor Corporation. All rights reserved. Achronix is a trademark and Speedster

More information

Infineon HYB39S128160CT M SDRAM Circuit Analysis

Infineon HYB39S128160CT M SDRAM Circuit Analysis September 8, 2004 Infineon HYB39S128160CT-7.5 128M SDRAM Circuit Analysis Table of Contents Introduction... Page 1 List of Figures... Page 2 Device Summary Sheet... Page 13 Chip Description... Page 16

More information

Computer Systems Laboratory Sungkyunkwan University

Computer Systems Laboratory Sungkyunkwan University DRAMs Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Main Memory & Caches Use DRAMs for main memory Fixed width (e.g., 1 word) Connected by fixed-width

More information

1024MB DDR2 SDRAM SO-DIMM

1024MB DDR2 SDRAM SO-DIMM 1024MB DDR2 SDRAM SO-DIMM 1024MB DDR2 SDRAM SO-DIMM based on 128Mx8,8Banks, 1.8V DDR2 SDRAM with SPD Features Performance range ( Bandwidth: 6.4 GB/sec ) Part Number Max Freq. (Clock) Speed Grade 78.02G86.XX2

More information

3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide

3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide 3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide Application Note 705 April 2000 Document Number: 292253-002 Information in this document is provided in connection with Intel products. No license,

More information

APPROVAL SHEET. Apacer Technology Inc. Apacer Technology Inc. CUSTOMER: 研華股份有限公司 APPROVED NO. : T0031 PCB PART NO. :

APPROVAL SHEET. Apacer Technology Inc. Apacer Technology Inc. CUSTOMER: 研華股份有限公司 APPROVED NO. : T0031 PCB PART NO. : Apacer Technology Inc. CUSTOMER: 研華股份有限公司 APPROVAL SHEET APPROVED NO. : 90003-T0031 ISSUE DATE MODULE PART NO. : July-28-2011 : 78.02GC6.AF0 PCB PART NO. : 48.18220.090 IC Brand DESCRIPTION : Hynix : DDR3

More information

LE4ASS21PEH 16GB Unbuffered 2048Mx64 DDR4 SO-DIMM 1.2V Up to PC CL

LE4ASS21PEH 16GB Unbuffered 2048Mx64 DDR4 SO-DIMM 1.2V Up to PC CL LE4ASS21PEH 16GB Unbuffered 2048Mx64 DDR4 SO-DIMM 1.2V Up to PC4-2133 CL 15-15-15 General Description This Legacy device is a JEDEC standard unbuffered SO-DIMM module, based on CMOS DDR4 SDRAM technology,

More information