source: trunk/IPs/systemC/hierarchy_memory/cache/type_rsp_cache.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 245 bytes
Line 
1#ifndef TYPE_RSP_CACHE_H
2#define TYPE_RSP_CACHE_H
3
4namespace hierarchy_memory
5{
6  typedef enum 
7    {
8      HIT_CACHE        ,
9      HIT_BYPASS       ,
10      HIT_WRITE_BUFFER ,
11      MISS
12    } type_rsp_cache_t;
13};
14
15
16#endif //!TYPE_RSP_CACHE_H
17
Note: See TracBrowser for help on using the repository browser.