Help for this page

Select Code to Download


  1. or download this
    .march_endSP(march_end),
    .serial_in_ctlr(serial_in_ctlr) , 
    .memsafe(memsafe) , 
    .mem_atpg_mode(mem_atpg_mode) , 
    .tst_gatedclock(tst_gatedclock) ,
    
  2. or download this
    .march_endSP_1(march_end) 
    .march_endSP_2(march_end) 
    .march_endSP_3(march_end)
    
  3. or download this
    while (my $line = <FH>) {
      while ( $line =~ /-number_of_SP_mem_supp\s(\d+)/g ) {
    ...
        print("$_","\n");
    }
      }