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

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

Add vis

File size: 409 bytes
Line 
1read_blif_mv ctlp3.mv
2init_verify
3model_check -d 0 affalse
4print_fairness
5lang_empty -d 0
6model_check -d 0 agtrue
7model_check -d 0 ctlp3.ctl
8check_invariant ctlp3.inv
9read_fairness ctlp3.fair
10print_fairness
11lang_empty -d 0
12model_check -d 0 ctlp3.ctl
13ltl_model_check -d 0 ctlp3.ltl
14build_partition_maigs
15check_invariant -A 4 -v 1 ctlp3.inv
16check_invariant -A 3 -v 1 ctlp3.inv
17lang_empty -d 0 -A 1
18time
19quit -s
Note: See TracBrowser for help on using the repository browser.