source:
vis_dev/vis-2.1/examples/ctlp3/check_script
@
14
Last change on this file since 14 was 11, checked in by , 13 years ago | |
---|---|
File size: 409 bytes |
Line | |
---|---|
1 | read_blif_mv ctlp3.mv |
2 | init_verify |
3 | model_check -d 0 affalse |
4 | print_fairness |
5 | lang_empty -d 0 |
6 | model_check -d 0 agtrue |
7 | model_check -d 0 ctlp3.ctl |
8 | check_invariant ctlp3.inv |
9 | read_fairness ctlp3.fair |
10 | print_fairness |
11 | lang_empty -d 0 |
12 | model_check -d 0 ctlp3.ctl |
13 | ltl_model_check -d 0 ctlp3.ltl |
14 | build_partition_maigs |
15 | check_invariant -A 4 -v 1 ctlp3.inv |
16 | check_invariant -A 3 -v 1 ctlp3.inv |
17 | lang_empty -d 0 -A 1 |
18 | time |
19 | quit -s |
Note: See TracBrowser
for help on using the repository browser.