- or download this
COLUMNS {instance} {fpin} {fedge} {tpin} {tedge} {net} {cell} {del
+ay} {incr_delay} {slew} {load} {arrival} {required} {stolen} {fanout}
+ {pin_location} {adjustment}
- or download this
if ($l=~/adjustment/) {
$flag=1;
}
- or download this
if ($flag==1 && $_=~/INST/) {
for($i=0;$i<$#parts-2;++$i) {
...
push(@data,$l);
}
}