TDII Memories
TDII Memories
TDII Memories
data[0-7]
DRAM LIFO
Shift Register
CACHE
* Digital Integrated Circuits 2dn – Memories (SCU 2011, PhD Shoba Krishnan)
Memory Timing: Definitions
* Digital Integrated Circuits 2dn – Memories (SCU 2011, PhD Shoba Krishnan)
Memory Organization
Memory Adress Word (8 bits) M bits
Binary Dec
0000000000 0 0 1 1 1 0 0 1 0 S0
Word 0
S1
0000000001 1 1 1 1 1 1 1 1 1 Addressed Word 1
word S2
0000000010 2 0 0 0 1 0 0 1 1 Word 2
. . . . . . . . K
. . . . . . . .
. . Storage SK
. . . . . . . . 2
Word K-2
bit cell
1111111101 1021 1 1 1 1 0 0 0 1 SK 1
Word K-1
1111111110 1022 1 1 0 0 0 0 0 0
1111111111 1023 0 0 0 0 1 1 1 1
Input - Output
(M bits)
Example organization for
1Kword x 8 bits = 8K bits memory
Memory Architecture: Decoders
M bits M bits
S0 S0
Word 0 Word 0
S1
Word 1 A0 Word 1
S2 Storage
Word 2 A1 Word 2
cell
K N
AN- 1
SK 2
Word K-2 Word K-2
SK 1
Word K-1 Word K-1
2N=K
Input - Output Input-Output
(M bits) (M bits)
Intuitive architecture for K x M memory Decoder reduces the number of select signals
Too many select signals:
K words == K select signals
N = log2K
* Digital Integrated Circuits 2dn – Memories (SCU 2011, PhD Shoba Krishnan)
Array-Structured Memory Architecture
Problem: ASPECT RATIO or HEIGHT >> WIDTH
* Digital Integrated Circuits 2dn – Memories (SCU 2011, PhD Shoba Krishnan)
Hierarchical Memory Architecture
Advantages:
1. Shorter wires within blocks
2. Block address activates only 1 block => power savings
* Digital Integrated Circuits 2dn – Memories (SCU 2011, PhD Shoba Krishnan)
Addressable Space
It´s defined as the total number of addresses
the CPU can access.
It depends on the width (number of bits) of
the address bits: n bits -> 2n addresses
Memory Addressing (data bus)
Memory Addressing (address bus)
Memory Addressing (parallel)
D15 . . . D8 D7 . . . D0
A9 . . . A0 A[0..9] 10 8 D[0..7] 16
0000000000 0 1 . 1 0 . 1 0 ADDRs DATA
D[8..15] D[0..15]
RAM
0000000001 1 1 . 1 1 . 1 1 1Kx8bits
R /W
0000000010 0 0 . 1 0 . 1 1 R/W
. . . . . . . . CS
. . . . . . . . enable
. . . . . . . .
8
1111111101 1 1 . 1 0 . 0 1 ADDRs DATA
RAM
1111111110 1 1 . 0 0 . 0 0
1Kx8bits
1111111111 0 0 . 0 1 . 1 1 R/W
CS
. . . . . . . . Q3 11 RAM
enable 1Kx8bits
0 1 1111111111 0 0 0 1 0 1 1 1 R/W
CS
1 0 0000000000 0 1 1 1 0 0 1 0
. . . . . . . . 8
ADDRs DATA
1 0 1111111111 0 0 0 1 0 1 1 1 RAM
1Kx8bits
1 1 0000000000 0 1 1 1 0 0 1 0 R/W
CS
. . . . . . . .
1 1 1111111111 0 0 0 1 0 1 1 1 8
ADDRs DATA
RAM
1Kx8bits
Example organization for bank of R/W
Conventional
PC Memory map Special Funct. Reg.
Reserved
RAM slot #2
RAM slot #1
256M DRAM
RAM slot #0
256M DRAM