| Line |  | 
|---|
| 1 | read_blif_mv elevator.mv | 
|---|
| 2 | # move to a sub module | 
|---|
| 3 | cd e1 | 
|---|
| 4 | init_verify | 
|---|
| 5 | # the following should pass | 
|---|
| 6 | check_invariant -d 0 emodel.inv | 
|---|
| 7 | read_fairness emodel.fair | 
|---|
| 8 | # the following should pass the first formula and fail the second | 
|---|
| 9 | model_check -d 0 emodel.ctl | 
|---|
| 10 | write_blif_mv emodel.mv | 
|---|
| 11 | write_blif -c -e elevator.enc emodel.blif | 
|---|
| 12 | read_blif -e elevator.enc emodel-simp.blif | 
|---|
| 13 | init_verify | 
|---|
| 14 | comb_verify emodel.mv | 
|---|
| 15 | # move back up to the root | 
|---|
| 16 | cd .. | 
|---|
| 17 | init_verify | 
|---|
| 18 | dynamic_var_ordering -f sift | 
|---|
| 19 | print_img_info | 
|---|
| 20 | dynamic_var_ordering -f sift | 
|---|
| 21 | write_order order | 
|---|
| 22 | # fast flatten - do not need to check tables at this point | 
|---|
| 23 | flatten_hierarchy | 
|---|
| 24 | static_order -s input_and_latch order | 
|---|
| 25 | build_partition_mdds | 
|---|
| 26 | print_img_info | 
|---|
| 27 | dynamic_var_ordering -f sift | 
|---|
| 28 | # the following takes 15 sec on cad. There are 674077 reached states | 
|---|
| 29 | # reached in 26 BFS. | 
|---|
| 30 | compute_reach -v 1 | 
|---|
| 31 | read_fairness elevator.fair | 
|---|
| 32 | check_invariant -d 0 elevator.inv | 
|---|
| 33 | # this is so slow. maybe not good for regression testing | 
|---|
| 34 | #lang_empty -d 0 | 
|---|
| 35 | quit -s | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.