Dhruv-Acharya / Gem5ToMcPAT-Parser

Gem5 to McPAT parser with multicore and cache support
MIT License
7 stars 12 forks source link
gem5 gem5-simulator mcpat parser

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:

License

MIT