|
Summary: CS252/Culler
Lec 1.1
1/22/02
Review of Memory Hierarchy
CS252/Culler
Lec 1.2
1/22/02
The Memory Abstraction
· Association of pairs
typically named as byte addresses
often values aligned on multiples of size
· Sequence of Reads and Writes
· Write binds a value to an address
· Read of addr returns most recently written
value bound to that address
address (name)
command (R/W)
data (W)
data (R)
done
|