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

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

Add vis

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