apoorv-kumar / Instruction-Cache-Code-Gen

Generates code that can be used to create instruction cache misses.

Repository from Github https://github.comapoorv-kumar/Instruction-Cache-Code-GenRepository from Github https://github.comapoorv-kumar/Instruction-Cache-Code-Gen

Code-generator for testing i-cache misses.
    developed by
    Apoorv Kumar
    IIT Guwahati
    (June 2011)

See the accompanying pdf for technical documentation of code and tool



==============================================================================
To run the code , (I assume you run linux , windows shouldn't be too different)

-> in terminal open src folder

-> use python to open the main file : 

		python workload_code.py
		
==============================================================================




==============================================================================
This tool has all the xml files associated with Netbeans6.9. (folder:nbproject)
You can open it as a netbeans project , or just delete the folder and
continue to use develop it using any other source of your preference.
==============================================================================

About

Generates code that can be used to create instruction cache misses.

License:MIT License


Languages

Language:Python 100.0%