harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
210 stars 59 forks source link

Xenon sweep scripts should be updated to always run with a cpu #14

Closed xyzsam closed 4 years ago

xyzsam commented 4 years ago

Several issues in one here:

  1. Xenon sweep scripts currently default to set simulator "gem5-cache", for an accelerator-only simulation. This feature has been deprecated. All scripts should be updated to set simulator "gem5-cpu".
  2. Xenon sweep scripts need to add generate gem5_binary so that the benchmarks get built.
  3. We removed the hyphens from the Machsuite benchmark names (issue #6). This now conflicts with the names of the benchmarks in their Makefiles, which still contain the hyphens. This needs to be updated too, along with any other references.