|
Last change
on this file since 91 was
81,
checked in by rosiere, 18 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
|
File size:
303 bytes
|
| Line | |
|---|
| 1 | #include "../include/Cache.h" |
|---|
| 2 | |
|---|
| 3 | namespace environment { |
|---|
| 4 | namespace cache { |
|---|
| 5 | |
|---|
| 6 | void Cache::transition (void) |
|---|
| 7 | { |
|---|
| 8 | for (uint32_t i=0; i<param->nb_cache_dedicated; i++) |
|---|
| 9 | { |
|---|
| 10 | icache_dedicated[i]->transition(); |
|---|
| 11 | dcache_dedicated[i]->transition(); |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | cache_shared->transition(); |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | }; |
|---|
| 18 | }; |
|---|
Note: See
TracBrowser
for help on using the repository browser.