Skip to content

jimstevens2001/NVDIMMSim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

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

Packages

No packages published

Languages

  • C++ 86.2%
  • Python 10.5%
  • Shell 2.7%
  • C 0.6%