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