| Line | |
|---|
| 1 | # Script file for checking a set of CTL formula (no fairness |
|---|
| 2 | # constraints, no debugging) |
|---|
| 3 | |
|---|
| 4 | # Author: Rajeev K. Ranjan |
|---|
| 5 | |
|---|
| 6 | # Usage: |
|---|
| 7 | # After reading in the design using one of |
|---|
| 8 | # "read_blif, read_blif_mv, or read_verilog" commands, |
|---|
| 9 | # on VIS prompt type: |
|---|
| 10 | # source script_model_check.robust <ctl_file> |
|---|
| 11 | # |
|---|
| 12 | # Trouble shooting: |
|---|
| 13 | # i) Invoke the script exactly the way prescribed (no option to "source") |
|---|
| 14 | |
|---|
| 15 | ### Script starts here ################################################# |
|---|
| 16 | |
|---|
| 17 | # Source the generic script file |
|---|
| 18 | |
|---|
| 19 | source script_generic.robust |
|---|
| 20 | |
|---|
| 21 | # Finally invoke the model checking command (no sharing of |
|---|
| 22 | # sub-formula, create the reduced FSM for each formula) |
|---|
| 23 | |
|---|
| 24 | model_check -c -r -d 0 %:2 |
|---|
Note: See
TracBrowser
for help on using the repository browser.