Help for this page

Select Code to Download


  1. or download this
    if ( m/^\.SUBCKT\s+($runset{SchCell})/ ){
      my $match = $1;
    
  2. or download this
    foreach my $word (split ' ', $match) {
      if ($word =~ /^V(?:DD|CC)\z/) {
    ...
        # push @GN, etc.
      }
    }