source: vis_dev/vis-2.1/examples/coherence/p5.ctl @ 11

Last change on this file since 11 was 11, checked in by cecile, 13 years ago

Add vis

File size: 156 bytes
Line 
1# Safety property one: a read request from processor 1 will eventually
2# be serviced
3AG (( proc1.proc_state = READING ) -> AF (proc1.acknowledge = 1));
4
5
6
7
Note: See TracBrowser for help on using the repository browser.