need makefile to gen the footprint
[hw/bdale] / pkg / newlib / tyco / micromatch
1 #!/bin/sh
2
3 for i in 4 6 8 10 12 14 16 18 20
4 do
5         TENS=$(( i / 10 ))
6         ONES=$(( i % 10 ))
7         FILE=$TENS"-215079-"$ONES
8         ./micromatch-th-v.py $i > $FILE.fp
9         FILE=$TENS"-338068-"$ONES
10         ./micromatch-th-v.py $i latch > $FILE.fp
11 done
12 ./micromatch-th-v.py 24 > 2-215079-24.fp