source: vis_dev/vis-2.1/examples/crd/check_script @ 11

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

Add vis

File size: 313 bytes
Line 
1read_blif_mv crd.mv
2init_verify
3model_check -d 0 agtrue
4print_fairness
5lang_empty -d 0
6model_check -d 0 affalse
7read_fairness crd.fair
8print_fairness
9model_check -d 0 starvation.ctl
10model_check -d 0 starvation2.ctl
11model_check -d 0 safety.ctl
12read_fairness safety.fair
13print_fairness
14lang_empty -d 0
15time
16quit -s
Note: See TracBrowser for help on using the repository browser.