source: vis_dev/vis-2.3/share/script_fair_model_check.simple @ 41

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

vis2.3

File size: 814 bytes
Line 
1# Script file for checking a set of CTL formula under a set of
2# fairness 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_fair_model_check.simple <fairness_file> <ctl_file>
11
12# Trouble shooting:
13# i) Invoke the script exactly the way prescribed (no option to "source")
14# ii) The script tries to create a file in the current directory. Make sure
15#     that the directory is writable by you.
16
17### Script starts here #################################################
18
19  # Source the generic script file
20
21source script_generic.simple
22
23  # Read the fairness constraints
24
25read_fairness %:2               
26
27  # Finally invoke the model checking command.
28
29model_check -d 0 %:3
Note: See TracBrowser for help on using the repository browser.