forked from harvard-acc/gem5-aladdin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aladdin: Enable memory traffic tracing.
This requires the probotuf library to be installed, and this brings the Aladdin submodule pointer up to date with the necessary changes in Aladdin as well. To trace scratchpad and/or cache traffic on a per-accelerator basis, include the attribute `record_memory_traffic = True` in the gem5.cfg file for each accelerator, or mark it as default to trace all accelerators in the system. To trace all memory traffic going to/from main memory (which applies to the entire system), add `--record-dram-traffic` to the command line options (after aladdin_se.py). Change-Id: I2a7ce01ef37155ca611972afe543239fb95c88d8
- Loading branch information
Showing
6 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aladdin
updated
from 2ef1c7 to 061836