source:
vis_dev/vis-2.1/examples/restruct/check_script
@
14
Last change on this file since 14 was 11, checked in by , 13 years ago | |
---|---|
File size: 357 bytes |
Line | |
---|---|
1 | read_blif s27.blif |
2 | flatten_hierarchy |
3 | static_order |
4 | restruct_fsm -E -D s27 -s cproj |
5 | seq_verify -b s27.ml.blif |
6 | |
7 | read_blif tlc.blif |
8 | flatten_hierarchy |
9 | static_order |
10 | restruct_fsm -E -D tlc -s fanin |
11 | seq_verify -b tlc.ml.blif |
12 | |
13 | read_blif_mv ibuf.mv |
14 | flatten_hierarchy |
15 | static_order |
16 | restruct_fsm -E -D ibuf -s faninout |
17 | seq_verify -b ibuf.ml.blif |
18 | |
19 | !rm *.ml.blif |
20 | |
21 | quit -s |
Note: See TracBrowser
for help on using the repository browser.