Skip to content

Releases: CMU-SAFARI/VAMPIRE

v1.1.0

01 Mar 19:50
012b079
Compare
Choose a tag to compare

New Features

  1. Added the ability to read DRAM energy values from a configuration file by setting vendor (-v) to Cust and --dramspec <filename>.
  2. Added the ability to write results to a CSV file using -csv <filename>.
  3. Added a warning for unrecognized lines in the config file.
  4. Added tests to verify functionality of VAMPIRE (make tests).
  5. Added a section to the README on piping commands to VAMPIRE.

Fixes since v1.0.1

  1. Fixed incorrect energy estimation on using auto-precharge command.
  2. Fixed segmentation fault with WR data dependency model due to NULL pointer reference.
  3. Fixed memory leaks in VAMPIRE.
  4. Fixed mistakes in the README regarding padding size and ASCII trace format.

v1.0.1

13 Oct 12:15
8f42b39
Compare
Choose a tag to compare

Changes from v1.0.0

  • Fixed some C++-11 compatibility issues
  • Added a debug mode to the Makefile

v1.0.0

11 Oct 03:34
72587d2
Compare
Choose a tag to compare

Initial release of VAMPIRE.