typename INSTRUCTION
The type used to store the instruction corresponding to a memory request.
int LineSize
The size of a cache line in bytes.
int nCacheLines
The number of cache lines in the cache.
int nAssociativity
The associativity level of the cache. If the value is set to nCacheLines the cache is fully associative. If the value is set to 1, the cache is direct map.
int nStages
The number of stages in the cache pipeline. If set to 1, the cache is not pipelined.
int nDelay
The delay cycles of each pipeline stage.
int nProg
The CPUID of the connected processor. Mostly used for debugging purpose.