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

Add cache system configuration by JSON file #27

Closed CapdinCrando closed 3 months ago

CapdinCrando commented 3 months ago

After the basic API inputs are done, the simulator executable needs to include functionality for loading and parsing a JSON file in order to create the cache subsystem.

Look into using the following for JSON parser: https://github.com/nlohmann/json