jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

use generic command line argument as executable #19

Closed jhunterh closed 4 months ago

jhunterh commented 4 months ago

This one was actually a lot simpler than I thought it was going to be. New usage for PIN tool is: ./runDataGeneratorTool.bash <executable>

Any invalid entries for <executable> will be caught and handled by PIN so no need for input validation.