view modules/bluespec/Pygar/core/InstCache.dic @ 23:90197e3375e2 pygar svn.24

[svn r24] added testing, but something is wrong with our c++ file.
author rlm
date Wed, 28 Apr 2010 08:19:09 -0400
parents 74716e9a81cc
children
line wrap: on
line source
1 def STATS.INST_CACHE.NUM_ACCESSES "INST_CACHE: Number Of Accesses: ";
2 def STATS.INST_CACHE.NUM_MISSES "INST_CACHE: Number Of Misses: ";
3 def STATS.INST_CACHE.NUM_EVICTIONS "INST_CACHE: Number Of Evictions: ";