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

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

Add vis

File size: 243 bytes
Line 
1read_blif s298.blif
2flatten_hierarchy
3static_order
4synthesize_network -o s298
5seq_verify -b s298.ml.blif
6
7read_blif vg2.blif
8flatten_hierarchy
9static_order
10synthesize_network -o vg2
11comb_verify -b vg2.blif vg2.ml.blif
12
13!rm *.ml.blif
14
15quit -s
Note: See TracBrowser for help on using the repository browser.