source: vis_dev/vis-2.3/share/script_lang_empty_check.robust @ 41

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

vis2.3

File size: 682 bytes
Line 
1# Script file for checking the language emptiness of a system under a
2# set of fairness constraints.
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_lang_empty_check.robust  <fairness_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
19source script_generic.robust
20
21  # Read the fairness constraints
22
23read_fairness %:2               
24
25  # Finally invoke the language emptiness check
26
27lang_empty -d 0
28
29
Note: See TracBrowser for help on using the repository browser.