Skip to content

A reasonably accurate "flash DIMM" simulator. Includes a nearly fully functional flash translation layer with simple virtual memory and garbage collection.

License

Notifications You must be signed in to change notification settings

slunk/FlashDIMMSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

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 reasonably accurate "flash DIMM" simulator. Includes a nearly fully functional flash translation layer with simple virtual memory and garbage collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published