Help for this page

Select Code to Download


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