source:
vis_dev/vis-2.1/examples/coherence/p4.ctl
@
14
Last change on this file since 14 was 11, checked in by , 13 years ago | |
---|---|
File size: 400 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 EXCLUSIVE in the cache controller, its corresponding |
4 | # bit is set in the Wlist of the directory |
5 | # FAILS |
6 | AG(((cc1.cache_req = blk_rreq)*(direc.arbiter_state = ONE)*(cc1.blk_add<0>=0)*(direc.cache_Wlist2<*0*> = 1)) -> (cc2.block_state = EXCLUSIVE)); |
7 | |
8 |
Note: See TracBrowser
for help on using the repository browser.