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

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.