Skip to content

slunk/NVDIMMSim

This branch is 93 commits behind watchmaker/NVDIMMSim:master.

Repository files navigation

FlashDIMMSim: a reasonably accurate flash DIMM simulator.

Acknowledgements:
	General design (anything not flash specific) borrows heavily from DRAMSim Copyright (C) 2008-2009 Elliot Cooper-Balis and Paul Rosenfeld (overall structure is very similar and some code snippets and classes are copy+paste).

Getting started:
	To run TraceBasedSim.cpp (doesn't actually run traces yet):

		cd src
		make
		./FDSim

	To create a shared library:

		cd src
		make libfdsim.so

Questions?
	Contact me at <slunk at umd dot edu>

About

A nonvolatile memory based DIMM simulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • C 2.1%
  • Python 1.4%
  • Shell 0.3%