comparison modules/bluespec/Pygar/core/InstCache.dic @ 8:74716e9a81cc pygar svn.9

[svn r9] Pygar now has the proper directory structure to play nicely with awb. Also, the apm file for audio-core willcompile successfully.
author rlm
date Fri, 23 Apr 2010 02:32:05 -0400
parents
children
comparison
equal deleted inserted replaced
7:7393cd19371e 8:74716e9a81cc
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: ";