index
:
RISC-VECTOR.git
master
A simulator for the custom RISC-V[ECTOR] ISA written in C++
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); }