view modules/bluespec/Pygar/lab4/InstCache.dic @ 22:0cfbb1e2de22 pygar svn.23

[svn r23] whoohoo! it Compiles (note with commented out stuff)
author punk
date Wed, 28 Apr 2010 00:40:15 -0400
parents 74716e9a81cc
children 9fe5ed4af92d
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: ";