Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@SaugataGhose SaugataGhose released this 01 Mar 19:50
012b079

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.