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

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

Add vis

File size: 357 bytes
Line 
1read_blif s27.blif
2flatten_hierarchy
3static_order
4restruct_fsm -E -D s27 -s cproj
5seq_verify -b s27.ml.blif
6
7read_blif tlc.blif
8flatten_hierarchy
9static_order
10restruct_fsm -E -D tlc -s fanin
11seq_verify -b tlc.ml.blif
12
13read_blif_mv ibuf.mv
14flatten_hierarchy
15static_order
16restruct_fsm -E -D ibuf -s faninout
17seq_verify -b ibuf.ml.blif
18
19!rm *.ml.blif
20
21quit -s
Note: See TracBrowser for help on using the repository browser.