init ramulator bazel
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
WORKSPACE
0 → 100644
build.sh
0 → 100755
configs/ALDRAM-config.cfg
0 → 100644
configs/DDR3-config.cfg
0 → 100644
configs/DDR4-config.cfg
0 → 100644
configs/DSARP-config.cfg
0 → 100644
configs/GDDR5-config.cfg
0 → 100644
configs/HBM-config.cfg
0 → 100644
configs/LPDDR3-config.cfg
0 → 100644
configs/LPDDR4-config.cfg
0 → 100644
configs/PCM-config.cfg
0 → 100644
configs/SALP-config.cfg
0 → 100644
configs/STTMRAM-config.cfg
0 → 100644
configs/TLDRAM-config.cfg
0 → 100644
configs/WideIO-config.cfg
0 → 100644
configs/WideIO2-config.cfg
0 → 100644
cpu.trace
0 → 100644
gem5-0e86fac7254c-ramulator.patch
0 → 100644
This diff is collapsed.
Click to expand it.
mappings/README.md
0 → 100644
mappings/cacheline_interleaving.map
0 → 100644
mappings/row_interleaving.map
0 → 100644
mappings/row_interleaving_randomized.map
0 → 100644
plot.py
0 → 100755
ramulator/ALDRAM.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/ALDRAM.h
0 → 100644
ramulator/BUILD
0 → 100644
ramulator/Cache.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/Cache.h
0 → 100644
ramulator/Config.cpp
0 → 100644
ramulator/Config.h
0 → 100644
ramulator/Controller.cpp
0 → 100644
ramulator/Controller.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/DDR3.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/DDR3.h
0 → 100644
ramulator/DDR4.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/DDR4.h
0 → 100644
ramulator/DRAM.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/DSARP.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/DSARP.h
0 → 100644
ramulator/GDDR5.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/GDDR5.h
0 → 100644
ramulator/Gem5Wrapper.cpp
0 → 100644
ramulator/Gem5Wrapper.h
0 → 100644
ramulator/HBM.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/HBM.h
0 → 100644
ramulator/LPDDR3.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/LPDDR3.h
0 → 100644
ramulator/LPDDR4.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/LPDDR4.h
0 → 100644
ramulator/Main.cpp
0 → 100644
ramulator/Memory.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/MemoryFactory.cpp
0 → 100644
ramulator/MemoryFactory.h
0 → 100644
ramulator/PCM.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/PCM.h
0 → 100644
ramulator/Processor.cpp
0 → 100644
ramulator/Processor.h
0 → 100644
ramulator/Refresh.cpp
0 → 100644
ramulator/Refresh.h
0 → 100644
ramulator/Request.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/SALP.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/SALP.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/STTMRAM.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/STTMRAM.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/Scheduler.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/SpeedyController.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/StatType.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/StatType.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/Statistics.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/TLDRAM.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/TLDRAM.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/WideIO.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/WideIO.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/WideIO2.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/WideIO2.h
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/code_note.txt
0 → 100644
This diff is collapsed.
Click to expand it.
ramulator/temp.txt
0 → 100644
This diff is collapsed.
Click to expand it.
test_ddr3.py
0 → 100755
This diff is collapsed.
Click to expand it.
test_spec.py
0 → 100755
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment