source:
vis_dev/vis-2.1/examples/coherence/coherence1.ctl
@
14
Last change on this file since 14 was 11, checked in by , 13 years ago | |
---|---|
File size: 428 bytes |
Line | |
---|---|
1 | #The directory contains information about the cache content |
2 | #that is coherent with the information in the cache controller |
3 | # If the block is in state SHARED in the cache controller, its corresponding |
4 | # bit is set in the Rlist of the directory |
5 | |
6 | AG(((direc.cache_Rlist1<*1*> = 1) -> AX((cc1.block_state=SHARED) * (cc1.block_add<0>=1))) + ((((cc1.block_state=SHARED) * (cc1.block_add<0>=1))) -> (direc.cache_Rlist1<*1*> = 1))); |
7 | |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.