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

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

vis2.3

File size: 691 bytes
Line 
1# Script file for computing the reachable states of a FSM.
2
3# Author: Rajeev K. Ranjan
4
5# Usage:
6# After reading in the design using one of
7# "read_blif, read_blif_mv, or read_verilog" commands,
8# on VIS prompt type: 
9# source script_compute_reach.simple
10#
11# Trouble shooting:
12# i) Invoke the script exactly the way prescribed (no option to "source")
13# ii) The script tries to create a file in the current directory. Make sure
14#     that the directory is writable by you.
15
16### Script starts here #################################################
17
18
19  # First source the generic script file
20
21source script_generic.simple
22
23  # Finally invoke the reachability command.
24
25compute_reach -v 1
Note: See TracBrowser for help on using the repository browser.