index
:
RAM.git
master
'RAM Acts Magically' a memory simulator supporting configurable cache levels and ways
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
storage
/
dram.cc
blob: 9e6f6f1f88b0faf317e109aa4aaa9c5c42b8c587 (
plain
)
1
2
3
4
5
#include <dram.h> Dram::Dram() { address_space.resize(4096); }