annotate modules/bluespec/Pygar/lab4/InstCache.dic @ 32:0c775e733b81 pygar svn.33

[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author punk
date Mon, 03 May 2010 09:53:56 -0400
parents 74716e9a81cc
children 9fe5ed4af92d
rev   line source
rlm@8 1 def STATS.INST_CACHE.NUM_ACCESSES "INST_CACHE: Number Of Accesses: ";
rlm@8 2 def STATS.INST_CACHE.NUM_MISSES "INST_CACHE: Number Of Misses: ";
rlm@8 3 def STATS.INST_CACHE.NUM_EVICTIONS "INST_CACHE: Number Of Evictions: ";