Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (32 loc) · 1.6 KB

Gem5 to McPAT parser with multicore support

This Script converts Gem5 simulation statistics to McPAT compatible input files. It supports multiple cores as well as multiple private or one shared L2 cache

Usage

Parser requires python 2.7 to run.

 usage: Gem5ToMcPAT-Parser.py [-h] --config PATH --stats PATH --template PATH
                                    [--output PATH]

        Gem5 to McPAT parser

        optional arguments:
        -h, --help            show this help message and exit
        --config PATH, -c PATH
                                Input config.json from Gem5 output.
        --stats PATH, -s PATH
                                Input stats.txt from Gem5 output.
        --template PATH, -t PATH
                                Template XML file
        --output PATH, -o PATH
                                Output file for McPAT input in XML format (default:
                                mcpat-in.xml)

Example

$ python Gem5ToMcPAT-Parser.py -c config.json -s stats.txt -t template.xml

Credits

It uses some of the work from a different author:

  • Daya Khudia - template and some functions has been derived from this repository and updated

License

MIT