source: trunk/IPs/systemC/Environment/Cache/src/Cache_OneLevel_access_prefetch.cpp @ 102

Last change on this file since 102 was 102, checked in by rosiere, 15 years ago

Previous commit with new files :P

  • Property svn:keywords set to Id
File size: 289 bytes
Line 
1#include "../include/Cache_OneLevel.h"
2
3namespace environment {
4namespace cache {
5namespace cache_onelevel {
6
7  type_rsp_cache_t Cache_OneLevel::access_prefetch (uint32_t num_port, uint32_t address, uint32_t trdid)
8  {
9    return access_cached (num_port,address,trdid,READ);
10  }
11
12};
13};
14};
Note: See TracBrowser for help on using the repository browser.