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

24 need to formalize dataset structure and create a dataset parser for the simulator #31

Closed jhunterh closed 6 months ago

jhunterh commented 6 months ago

Opening this PR now to get the initial parser out there. The static function returns a sorted vector of DatafileEntry objects. Need to write a converter from DatafileEntry to Instruction. However, I was having build issues when trying to include api.h. I think there might be some issues in the simulator files somewhere. Recommend we get a build system in place fairly soon so these issues can be resolved quickly.

jhunterh commented 6 months ago

merged in PR#30 and added makefile structure to get things compiling. Recommend merging the other PR before reviewing this one.