umd-memsys / DRAMSim2

DRAMSim2: A cycle accurate DRAM simulator
http://www.ece.umd.edu/~blj/papers/cal10-1.pdf
258 stars 150 forks source link

Trace based Simulation #54

Open zowda opened 10 years ago

zowda commented 10 years ago

How can I create my own traces? Is there a tool that was used to create the K6, MASE traces?

shavvn commented 8 years ago

Hi @zowda,

The traces are generally obtained from CPU simulators/emulators like the intel pintool here https://software.intel.com/sites/landingpage/pintool/docs/58423/Pin/html/index.html#MAddressTrace

Also we've moved DRAMSim2 to a new repo in https://github.com/umd-memsys. We will be providing support from there.