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

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

Add vis

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