source:
vis_dev/vis-2.1/examples/synthesis/check_script
@
12
Last change on this file since 12 was 11, checked in by , 13 years ago | |
---|---|
File size: 243 bytes |
Line | |
---|---|
1 | read_blif s298.blif |
2 | flatten_hierarchy |
3 | static_order |
4 | synthesize_network -o s298 |
5 | seq_verify -b s298.ml.blif |
6 | |
7 | read_blif vg2.blif |
8 | flatten_hierarchy |
9 | static_order |
10 | synthesize_network -o vg2 |
11 | comb_verify -b vg2.blif vg2.ml.blif |
12 | |
13 | !rm *.ml.blif |
14 | |
15 | quit -s |
Note: See TracBrowser
for help on using the repository browser.