Create README.md
Browse filesBranch outcome traces of SPEC CPU 2006/2017 generated using the ChampSim simulator.
Each SPEC benchmark is composed out of different simpoints - each simpoint is a separate jasonl file.
The fields stored in the dataset traces hold the values of:
1. Program Counter - Numeric value, but could used a unique identifier
2. Branch Outcome - 0 or 1 to represent whether the branch outcome was false or true, repsectively.
3. Branch Type - A numeric value representing the available branch types in the ChampSim simulator
These are:
BRANCH_DIRECT_JUMP = 0
BRANCH_INDIRECT = 1
BRANCH_CONDITIONAL = 2
BRANCH_DIRECT_CALL = 3
BRANCH_INDIRECT_CALL = 4
BRANCH_RETURN = 5
BRANCH_OTHER = 6
NOT_BRANCH = 7
-----------------------------------------------------
Useful links:
SPEC CPU Benchmarks: https://www.spec.org/cpu/
ChampSim Simulator: https://github.com/ChampSim/ChampSimd