Releases: CMU-SAFARI/VAMPIRE
Releases · CMU-SAFARI/VAMPIRE
v1.1.0
New Features
- Added the ability to read DRAM energy values from a configuration file by setting vendor (
-v
) toCust
and--dramspec <filename>
. - Added the ability to write results to a CSV file using
-csv <filename>
. - Added a warning for unrecognized lines in the config file.
- Added tests to verify functionality of VAMPIRE (
make tests
). - Added a section to the README on piping commands to VAMPIRE.
Fixes since v1.0.1
- Fixed incorrect energy estimation on using auto-precharge command.
- Fixed segmentation fault with WR data dependency model due to NULL pointer reference.
- Fixed memory leaks in VAMPIRE.
- Fixed mistakes in the README regarding padding size and ASCII trace format.
v1.0.1
Changes from v1.0.0
- Fixed some C++-11 compatibility issues
- Added a debug mode to the Makefile
v1.0.0
Initial release of VAMPIRE.