annotate modules/bluespec/Pygar/core/DataCache.dic @ 75:a15cc186e07d pygar svn.76

[svn r76] should be fully parameterized for however many cores we want (not fully tested)
author punk
date Wed, 12 May 2010 03:14:53 -0400
parents 74716e9a81cc
children
rev   line source
rlm@8 1 def STATS.DATA_CACHE.NUM_ACCESSES "DATA_CACHE: Number Of Accesses: ";
rlm@8 2 def STATS.DATA_CACHE.NUM_MISSES "DATA_CACHE: Number Of Misses: ";
rlm@8 3 def STATS.DATA_CACHE.NUM_WRITEBACKS "DATA_CACHE: Number Of Writebacks: ";