Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
This project is managed by CAMELab. For more information, please visit SimpleSSD homepage.
SimpleSSD is released under the GPLv3 license. See LICENSE
file for details.
SimpleSSD uses following open-source libraries:
pugixml located at lib/pugixml
XML parser library released under the MIT license.
This software is based on pugixml library (http://pugixml.org).
pugixml is Copyright (C) 2006-2018 Arseny Kapoulkine.
McPAT located at lib/mcpat
Multicore Power Area and Timing calculator. We modified source code to separate initialize phase and calculation phase.
Catch2 located at lib/catch2
Modern C++ test framework released under the Boost Software License